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 b82e6a4 commit 4b4d172Copy full SHA for 4b4d172
Jenkinsfile
@@ -3,8 +3,8 @@ pipeline {
3
agent any
4
5
triggers {
6
- def branch = env.BRANCH_NAME.replaceAll("/", "%2F")
7
- upstream(upstreamProjects: "ObjectStore/$branch", threshold: hudson.model.Result.FAILURE)
+ upstream(upstreamProjects: "ObjectStore/${env.BRANCH_NAME.replaceAll("/", "%2F")}",
+ threshold: hudson.model.Result.FAILURE)
8
}
9
10
stages {
0 commit comments