Jenkins pipeline #123

Merged
bartosz merged 17 commits from bartosz/feature/pipeline into master 2023-03-18 08:31:14 +01:00
Showing only changes of commit 18ab744ab5 - Show all commits

2
Jenkinsfile vendored
View File

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