From d63cc4206421bbf8a43b229bcb96c73f32495904 Mon Sep 17 00:00:00 2001 From: "paola.rozo" Date: Mon, 24 Aug 2020 22:43:57 -0500 Subject: [PATCH] Printing tags --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) 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')