Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 5ed0d9b

Browse files
author
Tim Etchells
authored
Remove cron build for release branches (#594)
Signed-off-by: Tim Etchells <timetchells@ibm.com>
1 parent 0f44326 commit 5ed0d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ echo "Is release branch build ? ${IS_RELEASE_BRANCH}"
4242
// https://stackoverflow.com/a/44902622
4343
def CRON_STRING = ""
4444
// https://jenkins.io/doc/book/pipeline/syntax/#cron-syntax
45-
if (IS_MASTER_BRANCH || IS_RELEASE_BRANCH) {
45+
if (IS_MASTER_BRANCH) {
4646
// Build daily between 0600-0659
4747
CRON_STRING = "H 6 * * *"
4848
}

0 commit comments

Comments
 (0)