Update the codiki-properties credential id for git clone in pipeline.

This commit is contained in:
2020-01-18 15:40:51 +01:00
parent 12363fe362
commit 8dfdaedafb

View File

@@ -14,7 +14,7 @@ pipeline {
stage('Configuration') {
steps {
dir('codiki-properties') {
git url:'https://gitea.takiguchi.ovh/Codiki/codiki-properties.git', branch: 'master', credentialsId: 'a6494064-8130-42fd-9d3d-e7734518c79e'
git url:'https://gitea.takiguchi.ovh/Codiki/codiki-properties.git', branch: 'master', credentialsId: 'Jenkins-gitea'
}
script {
sh 'cp ./codiki-properties/application-prod.yml ./src/main/resources/application.yml'