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 88b7fd1f05 - Show all commits

3
Jenkinsfile vendored
View File

@@ -3,6 +3,9 @@ pipeline {
stages { stages {
stage('Run Tools Deployment Job') { stage('Run Tools Deployment Job') {
steps { steps {
sh(
script: 'env'
)
build( build(
job: '../tools-deployment' job: '../tools-deployment'
) )