[15.02.20] path change

This commit is contained in:
andyjk15 2020-02-15 16:57:37 +00:00
parent e97ca25cba
commit 1b6f5b2508

View File

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