diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-06-17 15:27:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-17 15:27:00 -0400 |
commit | ea6e3635c2899d61c82560c99579529d37ee2f38 (patch) | |
tree | bca55ee47501bd20e7bbafd7ac9c0409586087ba /Jenkinsfile | |
parent | 66ffa7ae510d6100a5019333a5e32b7334e6c7a0 (diff) | |
download | jscu_refactor-ea6e3635c2899d61c82560c99579529d37ee2f38.tar.gz |
Try dotglob mv to get all files (#53)
cleanup
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index fe98182..df5255b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -//@Library('utils@clonedir') _ +//@Library('utils@subdir') _ // [skip ci] and [ci skip] have no effect here. |