Skip to content

Commit b82e6a4

Browse files
committed
Jenkinsfile: adding upstrea threshold
1 parent 8726d83 commit b82e6a4

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
@@ -4,7 +4,7 @@ pipeline {
44

55
triggers {
66
def branch = env.BRANCH_NAME.replaceAll("/", "%2F")
7-
upstream(upstreamProjects: "ObjectStore/$branch")
7+
upstream(upstreamProjects: "ObjectStore/$branch", threshold: hudson.model.Result.FAILURE)
88
}
99

1010
stages {

0 commit comments

Comments
 (0)