aboutsummaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2019-05-14 22:22:05 -0400
committerGitHub <noreply@github.com>2019-05-14 22:22:05 -0400
commit0f87f7a69e5a15562983c71360fc14c543ee466c (patch)
tree812f6a59993ec68e1aebc1ad7531cffedbce875d /Jenkinsfile
parent3294b7a9db0cdef10ca1e020e10d30cbaa9df623 (diff)
downloadjscu_refactor-0f87f7a69e5a15562983c71360fc14c543ee466c.tar.gz
Add in missing `def`s on var assignments to prevent leakage between build configs (#51)1.3.15
* add def to dump_name assignment to test behavior * Add 'def' safeguards on other vars in stage
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 7676154..d61fd53 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,4 +1,4 @@
-//@Library('utils@test_yml') _
+//@Library('utils@yml_fix') _
// [skip ci] and [ci skip] have no effect here.