Fix a typo
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -9,7 +9,7 @@ pipeline {
|
|||||||
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