When release is created

This commit is contained in:
paola.rozo 2020-08-24 22:28:38 -05:00
parent c94cac4d38
commit f341f35f33

1
Jenkinsfile vendored
View file

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