From ca3177b17b2810b0b0a658d6dffd25ad2b4e13ca Mon Sep 17 00:00:00 2001 From: "paola.rozo" Date: Tue, 25 Aug 2020 22:20:33 -0500 Subject: [PATCH] removing the release condition --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 03cde40..27e5212 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,6 @@ pipeline { VOLUME = '$(pwd)/sources:/src' IMAGE = 'cdrx/pyinstaller-linux:python2' } - when { tag "release-*" } steps { dir(path: env.BUILD_ID) { unstash(name: 'compiled-results')