diff --git a/Jenkinsfile b/Jenkinsfile index 03cde40..fad95ec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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')