Skip to content

Commit 9ba63b6

Browse files
committed
WS-1294: change polling interval from 5 to 15 minutes
1 parent ac18585 commit 9ba63b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
properties([
2-
pipelineTriggers([[$class: "SCMTrigger", scmpoll_spec: "H/5 * * * *"]])
2+
pipelineTriggers([[$class: "SCMTrigger", scmpoll_spec: "H/15 * * * *"]])
33
])
44

55
node {
@@ -32,4 +32,4 @@ def slack(boolean success) {
3232
def status = success ? "SUCCESSFUL" : "FAILED"
3333
def message = status + ": Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})"
3434
slackSend(color: color, channel: "#rapid", message: message)
35-
}
35+
}

0 commit comments

Comments
 (0)