diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-06-28 12:51:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-28 12:51:46 -0400 |
commit | f6e97c1614c271093a6bc11eb4a37b4a9915cd3b (patch) | |
tree | 660c6bb079cddd7d4392ce3718beb04e3da91c9f /Jenkinsfile | |
parent | 0576b7bcd04327acb3d082a71f7aaf5fef484488 (diff) | |
download | jscu_refactor-f6e97c1614c271093a6bc11eb4a37b4a9915cd3b.tar.gz |
Allow filtering of BuildConfigs based on day-of-week specification. (#57)
* Filter out BuildConfigs based on day-of-week specification.
* Support human-friendly day names
* Perform day-of-week filtering on BuildConfigs only.
* Update docs
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 0ebbf0f..6bd8169 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -//@Library('utils@homedir') _ +//@Library('utils@dow-filter') _ // [skip ci] and [ci skip] have no effect here. if (utils.scm_checkout(['skip_disable':true])) return |