Also build .deb package
This commit is contained in:
parent
d37b4b90b5
commit
00351e0c4b
|
|
@ -57,5 +57,12 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('.deb package') {
|
||||
steps {
|
||||
sh "make deb"
|
||||
archiveArtifacts artifacts: '*.deb', allowEmptyArchive: true, fingerprint: true, onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue