widlam/refactoring/issue#120 #128

Merged
bema merged 8 commits from widlam/refactoring/issue#120 into master 2023-03-23 10:16:49 +01:00
Showing only changes of commit 10d39d17b8 - Show all commits

23
Jenkinsfile vendored
View File

@@ -1,11 +1,16 @@
node('master'){ pipeline {
stage('git pull'){ agent any
git credentialsId: '7724c11a-2509-4aa3-9862-106aa354c5b8', url: 'ssh://_git@phabricator.release11.com/diffusion/CZOPW/czopw.git' stages {
} stage('Run Tools Deployment Job') {
stage('build & deploy'){ steps {
sh 'cd Web/ && docker-compose --context gordon up --force-recreate --build -d' build(
} job: '../tools-deployment',
parameters: [
string(name: 'TOOLS_BRANCH', value: "${GIT_BRANCH}")
]
)
}
}
}
} }