When release is created
This commit is contained in:
parent
c94cac4d38
commit
f341f35f33
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -33,6 +33,7 @@ pipeline {
|
|||
VOLUME = '$(pwd)/sources:/src'
|
||||
IMAGE = 'cdrx/pyinstaller-linux:python2'
|
||||
}
|
||||
when { tag "release-*" }
|
||||
steps {
|
||||
dir(path: env.BUILD_ID) {
|
||||
unstash(name: 'compiled-results')
|
||||
|
|
Loading…
Reference in a new issue