refs #2741 Test auto launch puublish
ogrepository/pipeline/head This commit looks good Details

pull/45/head
Nicolas Arenas 2025-09-03 09:59:59 +02:00
parent 49f72febf8
commit d8f3eb0a19
1 changed files with 1 additions and 7 deletions

View File

@ -100,14 +100,8 @@ pipeline {
}
post {
always {
notifyBuildStatus('narenas@qindel.com')
notifyBuildStatus('opengnsys@qindel.com')
}
}
}
// stage ('Publish to Debian Repository') {
// agent { label 'debian-repo' }
// steps {
// sh "aptly repo add opengnsys-devel /var/tmp/opengnsys/debian-repo/*.deb"
// }
// }