[15.02.20] More config testing for pipeline

This commit is contained in:
andyjk15 2020-02-15 17:01:21 +00:00
parent 1b6f5b2508
commit dae197fdfe
2 changed files with 3 additions and 1 deletions

View File

@ -83,7 +83,9 @@ try {
stage('Build Image') { stage('Build Image') {
mvn 'clean package -DskipTests' mvn 'clean package -DskipTests'
sh "sed -i 's/BUILD_NUMBER/${env.APPLICATION_VERSION}/g' configuration/deploy-config.yaml" sh "sed -i 's/BUILD_NUMBER/${env.APPLICATION_VERSION}/g' configuration/kubernetes/deploy-config.yaml"
sh "cat configuration/kubernetes/deploy-config.yaml"
// Update build config for kubernetes // Update build config for kubernetes
// Update Service yaml for kubernetes // Update Service yaml for kubernetes
// Update route yaml for kubernetes // Update route yaml for kubernetes