Compare commits
No commits in common. "4d653a2d68c719cab2ca39ce429202e5dffb674a" and "a38bf92966e8bf6574704583face00d91b10fc0b" have entirely different histories.
4d653a2d68
...
a38bf92966
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue