1
0
Fork 0

Compare commits

..

No commits in common. "4d653a2d68c719cab2ca39ce429202e5dffb674a" and "a38bf92966e8bf6574704583face00d91b10fc0b" have entirely different histories.

1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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