When release is created
這個提交存在於:
父節點
c94cac4d38
當前提交
f341f35f33
共有 1 個檔案被更改,包括 1 行新增 和 0 行删除
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
|
@ -33,6 +33,7 @@ pipeline {
|
||||||
VOLUME = '$(pwd)/sources:/src'
|
VOLUME = '$(pwd)/sources:/src'
|
||||||
IMAGE = 'cdrx/pyinstaller-linux:python2'
|
IMAGE = 'cdrx/pyinstaller-linux:python2'
|
||||||
}
|
}
|
||||||
|
when { tag "release-*" }
|
||||||
steps {
|
steps {
|
||||||
dir(path: env.BUILD_ID) {
|
dir(path: env.BUILD_ID) {
|
||||||
unstash(name: 'compiled-results')
|
unstash(name: 'compiled-results')
|
||||||
|
|
|
||||||
載入中…
新增問題並參考