Vadim vtroshchinskiy 2025-02-21 14:14:43 +01:00
parent 67f8f0fd3c
commit 377b9419d1
1 changed files with 9 additions and 0 deletions

9
Jenkinsfile vendored
View File

@ -26,6 +26,15 @@ pipeline {
'''
}
}
stage('Create package') {
steps {
sh '''
cd build
cpack -G DEB
'''
}
}
}
post {
always {