Skip to content

Commit cb21abf

Browse files
committed
Jenkinsfile: trigger threshold SUCCESS
1 parent 90198d8 commit cb21abf

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

88
triggers {
99
upstream(upstreamProjects: "ObjectStore/${env.BRANCH_NAME.replaceAll("/", "%2F")}",
10-
threshold: hudson.model.Result.FAILURE)
10+
threshold: hudson.model.Result.SUCCESS)
1111
cron (cronSchedule)
1212
}
1313

0 commit comments

Comments
 (0)