From 75e46b8b4352421511776a3556b3aba34b069713 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Thu, 3 Aug 2017 09:46:13 -0400 Subject: New stage and value passing --- jenkins/dispatch.groovy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jenkins/dispatch.groovy b/jenkins/dispatch.groovy index 7dd09e0..e4da6ba 100644 --- a/jenkins/dispatch.groovy +++ b/jenkins/dispatch.groovy @@ -231,5 +231,9 @@ node(LABEL) { tmp_status = tmp_status.trim() currentBuild.result = tmp_status } + + stage ("Publication") { + println("PUBLICATION_PATH: ${PUBLICATION_PATH}") + } } -- cgit