Let's try to pass some parameters

This commit is contained in:
2023-03-18 07:47:20 +01:00
parent 88b7fd1f05
commit 542fe87712

3
Jenkinsfile vendored
View File

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