When release is created

這個提交存在於:
paola.rozo 2020-08-24 22:28:38 -05:00
父節點 c94cac4d38
當前提交 f341f35f33

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')