Skip to content

Commit 0cd0bec

Browse files
authored
Merge pull request #109 from SiftScience/jlin-CI-14199
[CI-14199] Update Jenkins CI pipeline to use version tag instead of master as jenkins repo branch
2 parents 559eaef + 8e21669 commit 0cd0bec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.jenkins/Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Load Jenkins shared library
2-
jenkinsBranch = 'master'
2+
jenkinsBranch = 'v0.1.0'
33
sharedLib = library("shared-lib@${jenkinsBranch}")
44

55
def siftPythonWorkflow = sharedLib.com.sift.ci.SiftPythonWorkflow.new()
@@ -29,6 +29,7 @@ pipeline {
2929
disableRestartFromStage()
3030
parallelsAlwaysFailFast()
3131
buildDiscarder logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '30', numToKeepStr: '')
32+
timeout(time: 1, unit: 'HOURS')
3233
}
3334
environment {
3435
GIT_BRANCH = "${env.CHANGE_BRANCH != null? env.CHANGE_BRANCH : env.BRANCH_NAME}"

0 commit comments

Comments
 (0)