Printing tags
This commit is contained in:
parent
f341f35f33
commit
d63cc42064
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -34,6 +34,8 @@ pipeline {
|
||||||
IMAGE = 'cdrx/pyinstaller-linux:python2'
|
IMAGE = 'cdrx/pyinstaller-linux:python2'
|
||||||
}
|
}
|
||||||
when { tag "release-*" }
|
when { tag "release-*" }
|
||||||
|
echo 'printing'
|
||||||
|
echo tag
|
||||||
steps {
|
steps {
|
||||||
dir(path: env.BUILD_ID) {
|
dir(path: env.BUILD_ID) {
|
||||||
unstash(name: 'compiled-results')
|
unstash(name: 'compiled-results')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue