Skip to content

Commit 4b4d172

Browse files
committed
Jenkinsfile: oops, variable sneaked in
1 parent b82e6a4 commit 4b4d172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ pipeline {
33
agent any
44

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

1010
stages {

0 commit comments

Comments
 (0)