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

@ -59,17 +59,17 @@ pipeline {
scp -r ../artifacts/* aptly@172.17.8.68:/var/tmp/opengnsys/debian-repo/ogdhcp
'''
}
}
}
stage ('Publish to Debian Repository') {
when {
expression {
return env.TAG_NAME != null
}
}
stage ('Publish to Debian Repository') {
when {
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"
}
}
}