Compare commits
2 Commits
a38bf92966
...
4d653a2d68
| Author | SHA1 | Date |
|---|---|---|
|
|
4d653a2d68 | |
|
|
85c2edf594 |
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue