Update Jenkinsfile
testing/ogGui-multibranch/pipeline/head This commit looks good Details

pull/19/head
Nicolas Arenas 2025-03-26 13:24:26 +01:00
parent c568a555a2
commit da9fbc1fdb
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ pipeline {
agent { label 'debian-repo' }
steps {
sh "aptly repo add opengnsys-devel /var/tmp/opengnsys/debian-repo/oggui/*.deb"
sh "rm -f /var/tmp/opengnsys/debian-repo/oggui/*.deb"
}
}
}