aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jenkins/generator_DSL.groovy3
1 files changed, 2 insertions, 1 deletions
diff --git a/jenkins/generator_DSL.groovy b/jenkins/generator_DSL.groovy
index beb4160..21088c0 100644
--- a/jenkins/generator_DSL.groovy
+++ b/jenkins/generator_DSL.groovy
@@ -39,7 +39,8 @@ for (label in labels.trim().tokenize()) {
"build control tag: ${build_control_tag}\n" +
"conda version: ${conda_version}\n" +
"conda-build version: ${conda_build_version}\n" +
- "utils_repo: ${utils_repo}")
+ "utils_repo: ${utils_repo}\n" +
+ "publication_root: ${config.publication_root}")
}
//-----------------------------------------------------------------------