diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-05-14 15:38:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-14 15:38:29 -0400 |
commit | 3294b7a9db0cdef10ca1e020e10d30cbaa9df623 (patch) | |
tree | 57b0893bb694666af198476e901142bfb136b3e8 | |
parent | 27aa04e653014888fa203204150eefc4bc804804 (diff) | |
download | jscu_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
-rw-r--r-- | Jenkinsfile | 3 |
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 |