Jenkins fix

This commit is contained in:
Wojciech Czop
2021-04-26 16:21:19 +02:00
parent 4daf82aac3
commit 80bd1dc303

2
Jenkinsfile vendored
View File

@@ -1,6 +1,6 @@
node('master'){
stage('git pull'){
git credentialsId: '7724c11a-2509-4aa3-9862-106aa354c5b8', url: 'ssh://_git@phabricator.release11.com/diffusion/CZOPW/czopw.git'
git credentialsId: '7724c11a-2509-4aa3-9862-106aa354c5b8', url: 'ssh://_git@phabricator.release11.com/diffusion/TOOLXML/toolxml.git'
}
stage('build & deploy'){
sh 'docker-compose --context gordon up --force-recreate --build -d'