diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-06-14 16:11:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-14 16:11:33 -0400 |
commit | 66ffa7ae510d6100a5019333a5e32b7334e6c7a0 (patch) | |
tree | 56b11c4fa928884900261d8aa3acf13d2ff376ea /Jenkinsfile | |
parent | 0f87f7a69e5a15562983c71360fc14c543ee466c (diff) | |
download | jscu_refactor-66ffa7ae510d6100a5019333a5e32b7334e6c7a0.tar.gz |
Move all cloned files into subdir to allow for cleaner handling of (#52)1.3.16
project files.
Cleanup
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index d61fd53..fe98182 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -//@Library('utils@yml_fix') _ +//@Library('utils@clonedir') _ // [skip ci] and [ci skip] have no effect here. |