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