Let's try to pass some parameters

This commit is contained in:
2023-03-18 08:05:11 +01:00
parent 542fe87712
commit 6a75bb7cdc

4
Jenkinsfile vendored
View File

@@ -8,8 +8,8 @@ pipeline {
)
build(
job: '../tools-deployment'
string: [
'TOOLS_BRANCH': ${GIT_BRANCH}
parameters: [
string(name: 'TOOLS_BRANCH': value: "${GIT_BRANCH}")
]
)
}