parent
d63cc42064
commit
d69a9cf779
1 changed files with 0 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -34,8 +34,6 @@ 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