Edit jenkins credentials for gitea server.

This commit is contained in:
2019-08-23 22:14:04 +02:00
parent 24fff28d23
commit 6c0e8870be

View File

@@ -14,7 +14,7 @@ pipeline {
stage('Configuration') { stage('Configuration') {
steps { steps {
dir('minager-properties') { 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 { script {
sh 'cp ./minager-properties/application-prod.yml ./src/main/resources/application.yml' sh 'cp ./minager-properties/application-prod.yml ./src/main/resources/application.yml'