We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f91c9a commit 5fb1a26Copy full SHA for 5fb1a26
Jenkinsfile
@@ -6,7 +6,7 @@ pipeline {
6
agent any
7
8
triggers {
9
- upstream(upstreamProjects: "ObjectStore/${env.BRANCH_NAME.replaceAll("/", "%2F")}",
+ upstream(upstreamProjects: "ObjectStore-Linux/${env.BRANCH_NAME.replaceAll("/", "%2F")}",
10
threshold: hudson.model.Result.SUCCESS)
11
cron (cronSchedule)
12
}
0 commit comments