Skip to content

Commit 5fb1a26

Browse files
committed
Jenkinsfile: ObjectStore-Linux is now upstream project
1 parent 8f91c9a commit 5fb1a26

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
@@ -6,7 +6,7 @@ pipeline {
66
agent any
77

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

0 commit comments

Comments
 (0)