diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-07-02 13:31:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-02 13:31:50 -0400 |
commit | 823b70dd375ca29becf4f65a69e45c1f7910c425 (patch) | |
tree | 4dff166d85bb9759200b39bb3f41befc0d85f548 /Jenkinsfile | |
parent | 45b8bd97d9aece8b4bc1e511b94cbcc1d5ec566e (diff) | |
download | jscu_refactor-823b70dd375ca29becf4f65a69e45c1f7910c425.tar.gz |
Select appropriate sed binary when on macos (#58)1.3.21
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 3bbc86f..a35f257 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -//@Library('utils@master') _ +//@Library('utils@sedtest') _ // [skip ci] and [ci skip] have no effect here. if (utils.scm_checkout(['skip_disable':true])) return |