From: Dominik Stadler Date: Sun, 10 Mar 2019 08:18:46 +0000 (+0000) Subject: Jenkins DSL: Enable job for running API-Check again now that we compare 4.x to 4.0.0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=58eb59e94f9005c061014704ab96d8604856e106;p=poi.git Jenkins DSL: Enable job for running API-Check again now that we compare 4.x to 4.0.0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855138 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 253c3631f2..fdec1d7ba9 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -54,8 +54,7 @@ def poijobs = [ ], [ name: 'POI-DSL-regenerate-javadoc', trigger: triggerSundays, javadoc: true ], - // disabled for 4.0.0 because we break compatibility on-purpose in a few places, e.g. for Java 9 compatibility - [ name: 'POI-DSL-API-Check', trigger: '@daily', apicheck: true, disabled: true + [ name: 'POI-DSL-API-Check', trigger: '@daily', apicheck: true ], [ name: 'POI-DSL-Gradle', trigger: triggerSundays, email: 'centic@apache.org', gradle: true, // Gradle will not run any tests if the code is up-to-date, therefore manually mark the files as updated