diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-08-03 09:46:13 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-08-03 09:46:13 -0400 |
commit | 75e46b8b4352421511776a3556b3aba34b069713 (patch) | |
tree | c1a1a610cee1750bf7199a2f83f65311b4e89bab | |
parent | ed227b5e623b583d9bcc30d991793de9c960c159 (diff) | |
download | build_control-75e46b8b4352421511776a3556b3aba34b069713.tar.gz |
New stage and value passing
-rw-r--r-- | jenkins/dispatch.groovy | 4 |
1 files changed, 4 insertions, 0 deletions
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}") + } } |