Skip to content

Commit

Permalink
Update JenkinsFile
Browse files Browse the repository at this point in the history
updated script for manifest change
  • Loading branch information
naveen-hub79 committed Nov 16, 2023
1 parent bc37e14 commit 2fd7f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pipeline {
git config user.email "naveen.xyz@gmail.com"
git config user.name "Naveen Chevulamaddi"
BUILD_NUMBER=${BUILD_NUMBER}
cp manifests/deploy-template.yaml manifests/maven-app-deploy.yaml
cp manifest-template/deploy-template.yaml manifests/maven-app-deploy.yaml
sed -i "s/replaceImageTag/${BUILD_NUMBER}/g" manifests/maven-app-deploy.yaml
git add manifests/maven-app-deploy.yaml
git commit -m "Update deployment image to version ${BUILD_NUMBER}"
Expand Down

0 comments on commit 2fd7f17

Please sign in to comment.