Correct the yaml file copy for integration environment.

This commit is contained in:
2019-08-02 09:20:19 +02:00
parent b7bfd817e9
commit 9adc036e38

View File

@@ -17,7 +17,7 @@ pipeline {
git url:'https://gogs.takiguchi.ovh/florian/codiki-properties.git', branch: 'master', credentialsId: 'a6494064-8130-42fd-9d3d-e7734518c79e' git url:'https://gogs.takiguchi.ovh/florian/codiki-properties.git', branch: 'master', credentialsId: 'a6494064-8130-42fd-9d3d-e7734518c79e'
} }
script { script {
sh 'cp ./codiki-properties/application-prod.yml ./src/main/resources/application.yml' sh 'cp ./codiki-properties/application-integ.yml ./src/main/resources/application.yml'
} }
} }
} }