fix
This commit is contained in:
parent
c35a8a84ad
commit
3166dc58fb
|
@ -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)
|
||||
} }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue