aboutsummaryrefslogtreecommitdiffstats
path: root/jenkins/create_jobs.groovy
Commit message (Collapse)AuthorAgeFilesLines
* also invoke Java 11 build on gradleAndreas Beeker2021-08-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892391 13f79535-47bb-0310-9956-ffa450edef68
* try to get openjdk working again ... also with gradleAndreas Beeker2021-08-161-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892389 13f79535-47bb-0310-9956-ffa450edef68
* use "gradle clean jenkins" instead of only "gradle jenkins" otherwise the ↵Andreas Beeker2021-08-101-1/+1
| | | | | | build/dist dir is filling up git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892148 13f79535-47bb-0310-9956-ffa450edef68
* disable "ant init" in gradle buildAndreas Beeker2021-08-091-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892145 13f79535-47bb-0310-9956-ffa450edef68
* use gradle as default build toolAndreas Beeker2021-08-091-7/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892143 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Also revert module-info.java filesDominik Stadler2021-05-231-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890140 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Add Windows-1.15 and Windows-1.16 and disabled Windows-1.14Dominik Stadler2021-05-231-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890139 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Make sure to revert module-info.class filesDominik Stadler2021-05-151-0/+4
| | | | | | Otherwise CI-builds fail when they were modified by a previous build git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889910 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Disable general Maven job as well and add trigger for ↵Dominik Stadler2021-05-141-3/+4
| | | | | | Gradle-SonarQube-Job git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889892 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Remove some outdated directories/filesDominik Stadler2021-04-261-1/+4
| | | | | | | Otherwise we run into strange CI failures if some duplicated classes are found in some of the steps git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889201 13f79535-47bb-0310-9956-ffa450edef68
* Jeknins DSL: Disable Maven based Sonar-run to see if the Gradle-based one ↵Dominik Stadler2021-04-261-1/+3
| | | | | | | | works fine now We can get rid of the Maven-based build if the Gradle-based job works fine now! git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889200 13f79535-47bb-0310-9956-ffa450edef68
* Adjust for the new source-directories in some more placesDominik Stadler2021-04-081-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888536 13f79535-47bb-0310-9956-ffa450edef68
* fix paths to new gradle directoriesAndreas Beeker2021-04-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888529 13f79535-47bb-0310-9956-ffa450edef68
* Adjust path for archiving JUnit files to capture both locations that are in useDominik Stadler2021-04-071-2/+2
| | | | | | | Somehow JUnit stores test-results either under test-result or under test-result/test, so let's look at both directories for now git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888458 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Add a workaround to run "ant init" before building with GradleDominik Stadler2021-04-061-0/+14
| | | | | | | | Otherwise the Ant-helpers are not compiled properly currently We should remove this as soon as Gradle build is working standalone git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888450 13f79535-47bb-0310-9956-ffa450edef68
* Enable Gradle Wrapper to avoid running with an unsupported local versionDominik Stadler2021-04-061-2/+2
| | | | | | This may cause the strange "PrecompiledProjectScript" failures that we see currently git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888449 13f79535-47bb-0310-9956-ffa450edef68
* Remove support for japicmp from Gradle buildDominik Stadler2021-03-281-18/+2
| | | | | | | | | | | I now spent a few hours trying to make it work and the Gradle support is simply not production-ready and also not maintained, it triggers various strange errors and does not supporting the usual Gradle conventions. So I do not want to spend more time on it, feel free to revive it if you know how to make this work properly. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888138 13f79535-47bb-0310-9956-ffa450edef68
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-281-6/+6
| | | | | | fix distsourcebuild git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888121 13f79535-47bb-0310-9956-ffa450edef68
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-0/+2
| | | | | | try to fix Java 16 build git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888119 13f79535-47bb-0310-9956-ffa450edef68
* add jdk 1.16 job for xmlbeansPJ Fanning2021-03-201-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887845 13f79535-47bb-0310-9956-ffa450edef68
* sonarcloud.io phases out support for Java 8Andreas Beeker2020-12-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884859 13f79535-47bb-0310-9956-ffa450edef68
* try to fix gradle sonarqube jobAndreas Beeker2020-12-251-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884803 13f79535-47bb-0310-9956-ffa450edef68
* use less contentious language in code commentsPJ Fanning2020-12-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884473 13f79535-47bb-0310-9956-ffa450edef68
* remove old ooxml beansAndreas Beeker2020-12-131-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884387 13f79535-47bb-0310-9956-ffa450edef68
* #64979 - Change artifact names of poi-/ooxml-schemasAndreas Beeker2020-12-131-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884381 13f79535-47bb-0310-9956-ffa450edef68
* change xmlbeans jobsPJ Fanning2020-11-131-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883396 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins-DSL: Add jacocoTestReport target to get the coverage XML filesDominik Stadler2020-10-251-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882850 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins-DSL: Run tests before executing sonarqubeDominik Stadler2020-10-251-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882849 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Use JDK 11 for SonarQube Gradle build and try to make ↵Dominik Stadler2020-10-251-4/+4
| | | | | | properties work git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882848 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins-DSL: Update some moreDominik Stadler2020-10-251-5/+10
| | | | | | | | | Set JDK 16 build to manual as it fails on Findbugs Set Gradle-SonarQube to manual Try to add a few properties necessary for Sonar via Gradle Remove H50 from TestEnvironment again git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882844 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins-DSL: Add JDK 16, disable POI-JDK-14 to only the latest 2 JDK releasesDominik Stadler2020-10-251-11/+18
| | | | | | Also update the list of JDKs and Nodes for the TestEnvironment job git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882833 13f79535-47bb-0310-9956-ffa450edef68
* add more nodes to Test-Environment jobAndreas Beeker2020-10-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882815 13f79535-47bb-0310-9956-ffa450edef68
* update ant/maven values, builds@ decided to rename thoseAndreas Beeker2020-10-191-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882671 13f79535-47bb-0310-9956-ffa450edef68
* update jdk values, remove jdk 1.6Andreas Beeker2020-10-191-13/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882670 13f79535-47bb-0310-9956-ffa450edef68
* use spotbugs in xmlbeans buildsAndreas Beeker2020-08-181-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880975 13f79535-47bb-0310-9956-ffa450edef68
* disable old "rapid release" Java versionsAndreas Beeker2020-08-171-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880945 13f79535-47bb-0310-9956-ffa450edef68
* fresh nodes on ci-builds ... maybe new luck?Andreas Beeker2020-08-161-6/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880898 13f79535-47bb-0310-9956-ffa450edef68
* Update links to ci-builds.apache.orgAndreas Beeker2020-08-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880892 13f79535-47bb-0310-9956-ffa450edef68
* Migrate JOB DSL to new Jenkins environment ci-builds.apache.orgAndreas Beeker2020-08-161-17/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880889 13f79535-47bb-0310-9956-ffa450edef68
* try to fix spot bugs setting on new ci-builds jenkinsAndreas Beeker2020-08-151-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880882 13f79535-47bb-0310-9956-ffa450edef68
* use Ant 1.10 for the buildsAndreas Beeker2020-07-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880175 13f79535-47bb-0310-9956-ffa450edef68
* Update xmlbeans 4.0 everytime while it's not stable yetAndreas Beeker2020-06-201-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879045 13f79535-47bb-0310-9956-ffa450edef68
* remove old ooxml-libs on build - update pathAndreas Beeker2020-06-201-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879021 13f79535-47bb-0310-9956-ffa450edef68
* limit xmlbeans archived filesAndreas Beeker2020-06-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879017 13f79535-47bb-0310-9956-ffa450edef68
* Add Java 15 jobAndreas Beeker2020-04-111-5/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876407 13f79535-47bb-0310-9956-ffa450edef68
* sonar job - exclude H40Andreas Beeker2020-03-211-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875501 13f79535-47bb-0310-9956-ffa450edef68
* Update OpenJDK 8 slavesAndreas Beeker2020-03-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875398 13f79535-47bb-0310-9956-ffa450edef68
* Reschedule Sonar build - activate OpenJDK 8 build again (see [INFRA-19411])Andreas Beeker2020-03-181-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875397 13f79535-47bb-0310-9956-ffa450edef68
* Adjust some more places to use https instead of http, need a workaround for ↵Dominik Stadler2020-03-081-3/+3
| | | | | | | | a bug in Apache Forrest See comment in build.xml for why this replacement is needed. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874982 13f79535-47bb-0310-9956-ffa450edef68
* check for old xercesImpl.jar file size > 0Andreas Beeker2020-02-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874342 13f79535-47bb-0310-9956-ffa450edef68