1
0
Fork 0

Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -59,7 +59,7 @@ pipeline {
stage('.deb package') {
steps {
sh "make clean"
sh "rm -rf *.deb"
sh "make deb"
archiveArtifacts artifacts: '*.deb', allowEmptyArchive: true, fingerprint: true, onlyIfSuccessful: true
}