From 8dfdaedafb72eb2b356d7b1becd30dcbc8a3120a Mon Sep 17 00:00:00 2001 From: Takiguchi Date: Sat, 18 Jan 2020 15:40:51 +0100 Subject: [PATCH] Update the codiki-properties credential id for git clone in pipeline. --- jenkins/Jenkinsfile-prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/Jenkinsfile-prod b/jenkins/Jenkinsfile-prod index 8bd5b8e..48256a8 100644 --- a/jenkins/Jenkinsfile-prod +++ b/jenkins/Jenkinsfile-prod @@ -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'