Improving builds
This commit is contained in:
parent
82a14c903e
commit
85c2edf594
|
|
@ -59,7 +59,7 @@ pipeline {
|
||||||
|
|
||||||
stage('.deb package') {
|
stage('.deb package') {
|
||||||
steps {
|
steps {
|
||||||
sh "make clean"
|
sh "rm -rf *.deb"
|
||||||
sh "make deb"
|
sh "make deb"
|
||||||
archiveArtifacts artifacts: '*.deb', allowEmptyArchive: true, fingerprint: true, onlyIfSuccessful: true
|
archiveArtifacts artifacts: '*.deb', allowEmptyArchive: true, fingerprint: true, onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue