This commit is contained in:
Anton Iakimov 2024-10-10 13:10:18 +02:00
parent c35a8a84ad
commit 3166dc58fb
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@ pipeline {
stage('Package') {
steps { script {
linux.bundle('tgz-linux', nixShell=true)
//linux.bundle('tgz-linux', nixShell=true)
linux.bundle('tgz-linux', 0, true)
} }
}