diff options
Diffstat (limited to 'jenkins/create_jobs.groovy')
-rw-r--r-- | jenkins/create_jobs.groovy | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index fd7f3c5d4d..9be59d1e12 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -442,10 +442,10 @@ poijobs.each { poijob -> // this is a workaround until the Gradle build can do this compilation before invoking any // Ant script or when building via Ant is removed completely - ant { - targets(['init'] + (poijob.properties ?: [])) - antInstallation(antRT) - } + //ant { + // targets(['init'] + (poijob.properties ?: [])) + // antInstallation(antRT) + //} gradle { tasks('jenkins') |