Add missing colon
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -7,7 +7,7 @@ pipeline {
|
|||||||
script: 'env'
|
script: 'env'
|
||||||
)
|
)
|
||||||
build(
|
build(
|
||||||
job: '../tools-deployment'
|
job: '../tools-deployment',
|
||||||
parameters: [
|
parameters: [
|
||||||
string(name: 'TOOLS_BRANCH': value: "${GIT_BRANCH}")
|
string(name: 'TOOLS_BRANCH': value: "${GIT_BRANCH}")
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user