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