Jenkins fix
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -1,6 +1,6 @@
|
|||||||
node('master'){
|
node('master'){
|
||||||
stage('git pull'){
|
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'){
|
stage('build & deploy'){
|
||||||
sh 'docker-compose --context gordon up --force-recreate --build -d'
|
sh 'docker-compose --context gordon up --force-recreate --build -d'
|
||||||
|
|||||||
Reference in New Issue
Block a user