Update codiki-properties repository path in pipeline.
This commit is contained in:
@@ -14,7 +14,7 @@ pipeline {
|
||||
stage('Configuration') {
|
||||
steps {
|
||||
dir('codiki-properties') {
|
||||
git url:'https://gogs.takiguchi.ovh/florian/codiki-properties.git', branch: 'master', credentialsId: 'a6494064-8130-42fd-9d3d-e7734518c79e'
|
||||
git url:'https://gitea.takiguchi.ovh/florian/codiki-properties.git', branch: 'master', credentialsId: 'a6494064-8130-42fd-9d3d-e7734518c79e'
|
||||
}
|
||||
script {
|
||||
sh 'cp ./codiki-properties/application-prod.yml ./src/main/resources/application.yml'
|
||||
|
||||
Reference in New Issue
Block a user