diff --git a/JenkinsJobs/Cleanup/dailyCleanOldBuilds.groovy b/JenkinsJobs/Cleanup/dailyCleanOldBuilds.groovy index c06e762d80a..11122643002 100644 --- a/JenkinsJobs/Cleanup/dailyCleanOldBuilds.groovy +++ b/JenkinsJobs/Cleanup/dailyCleanOldBuilds.groovy @@ -12,8 +12,6 @@ and other such scripts. numToKeep(5) } - jdk('oracle-jdk8-latest') - label('centos-latest') triggers { diff --git a/JenkinsJobs/Cleanup/pruneDailyRepos.groovy b/JenkinsJobs/Cleanup/pruneDailyRepos.groovy index f4196093adb..e54f4c4fd76 100644 --- a/JenkinsJobs/Cleanup/pruneDailyRepos.groovy +++ b/JenkinsJobs/Cleanup/pruneDailyRepos.groovy @@ -12,7 +12,6 @@ and other such scripts. numToKeep(5) } - jdk('oracle-jdk8-latest') label('centos-latest')