Build exe and 7z at one make call
This commit is contained in:
parent
691795c644
commit
ca11ae62b8
|
@ -59,8 +59,7 @@ pipeline {
|
|||
|
||||
stage('Package') {
|
||||
steps { script {
|
||||
windows.bundle(env.STATUS_CLIENT_EXE)
|
||||
windows.bundle(env.STATUS_CLIENT_7Z)
|
||||
windows.bundle("${env.STATUS_CLIENT_EXE} ${env.STATUS_CLIENT_7Z}")
|
||||
} }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue