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