1
0
Fork 0

Improving builds

This commit is contained in:
retropikzel 2025-12-12 17:55:33 +02:00
parent 82a14c903e
commit 85c2edf594
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -59,7 +59,7 @@ pipeline {
stage('.deb package') { stage('.deb package') {
steps { steps {
sh "make clean" sh "rm -rf *.deb"
sh "make deb" sh "make deb"
archiveArtifacts artifacts: '*.deb', allowEmptyArchive: true, fingerprint: true, onlyIfSuccessful: true archiveArtifacts artifacts: '*.deb', allowEmptyArchive: true, fingerprint: true, onlyIfSuccessful: true
} }