Modified jenkins pipe

This commit is contained in:
2021-02-19 13:29:53 +01:00
parent 3da2ea4707
commit a47cce4a7b

1
Jenkinsfile vendored
View File

@@ -3,6 +3,7 @@ node('master'){
git branch: 'developer', credentialsId: '4b557b80-6257-46a3-9072-bb07ba228cff', url: 'ssh://_git@phabricator.release11.com/source/mockedservices.git'
}
stage('deploy'){
sh 'docker-compose --context gordon down'
sh 'docker-compose --context gordon up --build -d'
}
}