diff --git a/jenkins/Jenkinsfile-prod b/jenkins/Jenkinsfile-prod index 1f96dfd..8f5973c 100644 --- a/jenkins/Jenkinsfile-prod +++ b/jenkins/Jenkinsfile-prod @@ -14,7 +14,7 @@ pipeline { stage('Configuration') { steps { dir('minager-properties') { - git url:'https://gitea.takiguchi.ovh/Minager/minager-properties.git', branch: 'master', credentialsId: 'a6494064-8130-42fd-9d3d-e7734518c79e' + git url:'https://gitea.takiguchi.ovh/Minager/minager-properties.git', branch: 'master', credentialsId: 'Jenkins-gitea' } script { sh 'cp ./minager-properties/application-prod.yml ./src/main/resources/application.yml'