test
parent
67f8f0fd3c
commit
377b9419d1
|
@ -26,6 +26,15 @@ pipeline {
|
|||
'''
|
||||
}
|
||||
}
|
||||
stage('Create package') {
|
||||
steps {
|
||||
sh '''
|
||||
cd build
|
||||
cpack -G DEB
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
post {
|
||||
always {
|
||||
|
|
Loading…
Reference in New Issue