From d7a7ec2e36bdd816616decdb3c85cefe6153a17e Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Wed, 19 Jan 2022 08:34:51 -0800 Subject: [PATCH] Remove obsolete commands from Inventory job. --- .test-infra/jenkins/job_Inventory.groovy | 2 -- 1 file changed, 2 deletions(-) diff --git a/.test-infra/jenkins/job_Inventory.groovy b/.test-infra/jenkins/job_Inventory.groovy index ca4480be29ee..b9c568da16c4 100644 --- a/.test-infra/jenkins/job_Inventory.groovy +++ b/.test-infra/jenkins/job_Inventory.groovy @@ -64,8 +64,6 @@ nums.each { ALL_SUPPORTED_VERSIONS.each { version -> shell("python${version} --version || echo \"python${version} not found\"") } - shell('/home/jenkins/tools/maven/latest/mvn -v || echo "mvn not found"') - shell('/home/jenkins/tools/gradle4.3/gradle -v || echo "gradle not found"') shell('gcloud -v || echo "gcloud not found"') shell('kubectl version || echo "kubectl not found"') ALL_SUPPORTED_VERSIONS.each { version ->