Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-11-05 10:51:13 +0000
committerSravan Kumar Lakkimsetti2019-11-05 10:51:13 +0000
commit5389215d844d0857cc8930848a7537f22064da27 (patch)
tree96cab2eae42649edbb24abb26fae6f2320b23964
parenta6801ea76d28d439fbb456b855e8bab86703c2d5 (diff)
downloadeclipse.platform.releng.aggregator-5389215d844d0857cc8930848a7537f22064da27.tar.gz
eclipse.platform.releng.aggregator-5389215d844d0857cc8930848a7537f22064da27.tar.xz
eclipse.platform.releng.aggregator-5389215d844d0857cc8930848a7537f22064da27.zip
Bug 552657 - Migrate old builds cleanup job to JIRO
Change-Id: I29f2990b1e30f0bcb95dae342b06a17c7565cfed Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xcje-production/cleaners/cleanupNightlyRepo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cje-production/cleaners/cleanupNightlyRepo.sh b/cje-production/cleaners/cleanupNightlyRepo.sh
index d0f76fd1b..2a4ceabc0 100755
--- a/cje-production/cleaners/cleanupNightlyRepo.sh
+++ b/cje-production/cleaners/cleanupNightlyRepo.sh
@@ -123,7 +123,7 @@ function cleanRepo ()
nRetain=$3
dryRun=$4
# Changed to "hard coded" location of where to expect on Hudson.
- eclipseexe=${workspace}/eclipse
+ eclipseexe=${workspace}/eclipse/eclipse
if [[ ! -x ${eclipseexe} ]]
then
echo -e "\n\tERROR: expected eclipse location not found, or not executable"

Back to the top