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 542fe87712 - Show all commits

3
Jenkinsfile vendored
View File

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