Skip to content

Commit

Permalink
Fix error: You need to install jmespath prior to running json_query f…
Browse files Browse the repository at this point in the history
…ilter
  • Loading branch information
santhosh-tg committed Sep 25, 2023
1 parent d1b1df2 commit a6114b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/jenkins/jenkins-server-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ su jenkins bash -c "curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.

echo -e "\n\e[0;32m${bold}Installing jmespath${normal}"
sudo apt install -y python3-jmespath
sudo apt install python-jmespath #python2

#### Kubernetes Tools ####

Expand Down

0 comments on commit a6114b1

Please sign in to comment.