Updated README.md and Jenkinsfile.

This commit is contained in:
2023-01-12 14:42:12 +01:00
parent 0d4974b0ea
commit 13995a0269
3 changed files with 2 additions and 48 deletions

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'
git branch: 'developer', credentialsId: '4b557b80-6257-46a3-9072-bb07ba228cff', url: '_gitea@gitea.release11.com:R11/mockedservices.git'
}
stage('deploy'){
sh 'docker-compose --context gordon down'