From 12363fe362cbb814c69746425d27b5372732d667 Mon Sep 17 00:00:00 2001 From: Takiguchi Date: Sat, 18 Jan 2020 15:36:16 +0100 Subject: [PATCH] Update codiki-properties repository path in pipeline. --- jenkins/Jenkinsfile-prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/Jenkinsfile-prod b/jenkins/Jenkinsfile-prod index 99155e0..8bd5b8e 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/florian/codiki-properties.git', branch: 'master', credentialsId: 'a6494064-8130-42fd-9d3d-e7734518c79e' + git url:'https://gitea.takiguchi.ovh/Codiki/codiki-properties.git', branch: 'master', credentialsId: 'a6494064-8130-42fd-9d3d-e7734518c79e' } script { sh 'cp ./codiki-properties/application-prod.yml ./src/main/resources/application.yml'