git adress added to jenkinsfile

This commit is contained in:
2021-02-18 16:18:42 +01:00
parent 89c7f76f00
commit 76dff98dbe

2
Jenkinsfile vendored
View File

@@ -1,6 +1,6 @@
node('master'){
stage('git') {
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 up --build -d'