Modified Jnenkinsfiles
testing/og-dhcp-API/pipeline/head There was a failure building this commit Details
ogdhcp/pipeline/head This commit looks good Details
testing/og-dhcp-API/pipeline/pr-main Build started... Details

jenkins_upload_packages
Nicolas Arenas 2025-03-19 13:00:46 +01:00
parent fd3eb0133f
commit 0e4475dd1b
1 changed files with 10 additions and 10 deletions

View File

@ -60,17 +60,17 @@ pipeline {
''' '''
} }
} }
stage ('Publish to Debian Repository') { }
when { stage ('Publish to Debian Repository') {
expression { when {
return env.TAG_NAME != null expression {
} return env.TAG_NAME != null
}
agent { label 'debian-repo' }
steps {
sh "aptly repo add opengnsys-devel /var/tmp/opengnsys/debian-repo/ogdhcp/*.deb"
} }
} }
agent { label 'debian-repo' }
steps {
sh "aptly repo add opengnsys-devel /var/tmp/opengnsys/debian-repo/ogdhcp/*.deb"
}
} }
} }
post { post {