diff --git a/Jenkinsfile b/Jenkinsfile index f538311d77..688e2d431f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -280,7 +280,7 @@ pipeline { sh ''' sudo yum install -y https://repo.percona.com/yum/percona-release-latest.noarch.rpm || true sudo percona-release enable-only tools - sudo yum install -y jq | true + sudo yum install -y | true if [ ! -d $HOME/google-cloud-sdk/bin ]; then rm -rf $HOME/google-cloud-sdk @@ -298,8 +298,10 @@ pipeline { curl -s -L https://github.com/mitchellh/golicense/releases/latest/download/golicense_0.2.0_linux_x86_64.tar.gz \ | sudo tar -C /usr/local/bin --wildcards -zxvpf - - sudo sh -c "curl -s -L https://github.com/mikefarah/yq/releases/download/v4.27.2/yq_linux_amd64 > /usr/local/bin/yq" + sudo sh -c "curl -s -L https://github.com/mikefarah/yq/releases/download/v4.34.1/yq_linux_amd64 > /usr/local/bin/yq" sudo chmod +x /usr/local/bin/yq + sudo sh -c "curl -s -L https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 > /usr/local/bin/jq" + sudo chmod +x /usr/local/bin/jq ''' withCredentials([file(credentialsId: 'cloud-secret-file', variable: 'CLOUD_SECRET_FILE')]) { sh '''