Skip to content

Commit

Permalink
Create getVersion.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
luckylucky421 authored Jun 4, 2019
1 parent 1b53257 commit 9c173ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions getVersion.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kubectl rollout history deploy/jenkins-demo -n production | grep -v "deployment" | grep -v "REVISION" | awk '{print $1}' > version.csv

0 comments on commit 9c173ea

Please sign in to comment.