Let's try to pass some parameters
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -8,8 +8,8 @@ pipeline {
|
|||||||
)
|
)
|
||||||
build(
|
build(
|
||||||
job: '../tools-deployment'
|
job: '../tools-deployment'
|
||||||
string: [
|
parameters: [
|
||||||
'TOOLS_BRANCH': ${GIT_BRANCH}
|
string(name: 'TOOLS_BRANCH': value: "${GIT_BRANCH}")
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user