Compare commits

..

2 Commits

Author SHA1 Message Date
Dustin 8cf97f2878 xxx
infra/dch-autoprovision/pipeline/head This commit looks good Details
2025-08-14 08:18:26 -05:00
Dustin 73d1ddfbed wip: ci: Add Jenkins build pipeline 2025-08-14 08:18:22 -05:00
2 changed files with 1 additions and 7 deletions

2
ci/Jenkinsfile vendored
View File

@ -68,7 +68,7 @@ pipeline {
stage('Publish') {
when {
branch 'dev/ci'
branch 'master'
}
steps {
sshagent(['jenkins-repohost']) {

View File

@ -7,11 +7,6 @@ REPO_PATH=/srv/www/repohost/repos/dch/fedora/$(rpm --eval %fedora)
ssh-add -l
ssh-add -L
mkdir -p "${WORKSPACE_TMP}/sync"
cd "${WORKSPACE_TMP}/sync"
ln "${WORKSPACE}/f${FEDORA}"/*.rpm .
ln "${WORKSPACE}/f${FEDORA}/${ARCH}"/*.rpm .
case "${ARCH}" in
x86_64)
# only include the SRPM once
@ -26,6 +21,5 @@ rsync -rtiO \
--chmod=ugo=rwX \
--include "${include}" \
--exclude '*' \
--dry-run \
./ \
"${REPO_HOST}:${REPO_PATH}/"