Browse Source

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
tags/REL_4_1_0
Dominik Stadler 5 years ago
parent
commit
dee032b11b
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      jenkins/create_jobs.groovy

+ 1
- 2
jenkins/create_jobs.groovy View File

@@ -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

Loading…
Cancel
Save