Printing tags

This commit is contained in:
paola.rozo 2020-08-24 22:43:57 -05:00
parent f341f35f33
commit d63cc42064

2
Jenkinsfile vendored
View file

@ -34,6 +34,8 @@ pipeline {
IMAGE = 'cdrx/pyinstaller-linux:python2'
}
when { tag "release-*" }
echo 'printing'
echo tag
steps {
dir(path: env.BUILD_ID) {
unstash(name: 'compiled-results')