aboutsummaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2019-05-14 15:38:29 -0400
committerGitHub <noreply@github.com>2019-05-14 15:38:29 -0400
commit3294b7a9db0cdef10ca1e020e10d30cbaa9df623 (patch)
tree57b0893bb694666af198476e901142bfb136b3e8 /Jenkinsfile
parent27aa04e653014888fa203204150eefc4bc804804 (diff)
downloadjscu_refactor-3294b7a9db0cdef10ca1e020e10d30cbaa9df623.tar.gz
Minor reliability updates (#50)1.3.14
* Test env dump on CI system * Quote filenames in sed calls to accommodate spaces * Quote dump_name for robustness. * Correct jenkinsfile * Remove library load call
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 0703725..7676154 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,4 +1,5 @@
-@Library('utils@test_yml') _
+//@Library('utils@test_yml') _
+
// [skip ci] and [ci skip] have no effect here.
if (utils.scm_checkout(['skip_disable':true])) return