- Aug 29, 2024
-
-
Thomas Mortagne authored
(cherry picked from commit ce0b43a7)
-
- Dec 20, 2023
-
-
Thomas Mortagne authored
* remove now useless configuration (all builds use Java 17)
-
- Nov 16, 2023
-
-
Vincent Massol authored
-
- Nov 13, 2023
-
-
Vincent Massol authored
[Misc] Build the quality profile with Java 17 since this is needed for SonarCloud ("Starting from the 15th of November 2023, SonarCloud will no longer accept scans executed using Java 11")
-
- Oct 04, 2023
-
-
Manuel Leduc authored
Fix Jenkinsfile.
-
- Oct 02, 2023
-
-
Manuel Leduc authored
-
- Aug 14, 2023
-
-
Thomas Mortagne authored
-
- Dec 15, 2022
-
-
Vincent Massol authored
* Simplify code
-
- Dec 13, 2022
-
-
Vincent Massol authored
-
- Dec 08, 2022
-
-
Vincent Massol authored
-
- Aug 04, 2022
-
-
Vincent Massol authored
[Misc] The pipeline logic was changed to keep the last 20 builds for contrib projects. We need to override the config to make it as it was before that change * "env.BRANCH_NAME" is not available since we're inside a closure called inside xwikiBuild, before any git checkout is done
-
Vincent Massol authored
[Misc] The pipeline logic was changed to keep the last 20 builds for contrib projects. We need to override the config to make it as it was before that change
-
- May 31, 2022
-
-
Thomas Mortagne authored
-
- Jan 11, 2022
-
-
Marius Dumitru Florea authored
-
- Dec 01, 2021
-
-
Vincent Massol authored
+ drop the OOB support for Jetty 9.4.x + simplify Jenkinsfile since master now builds with Java 11
-
- Nov 04, 2021
-
-
Vincent Massol authored
* Revert to Java 14 since Spoon doesn't work with Java 16....
-
- Nov 02, 2021
-
-
Vincent Massol authored
-
- Sep 30, 2021
-
-
Thomas Mortagne authored
-
Thomas Mortagne authored
-
- Sep 20, 2021
-
-
Vincent Massol authored
[Misc] Try to work around the "Java heap space" issue when using the maven assembly plugin for building the hsqldb/jetty flavor. See https://tinyurl.com/45dzmyek * Roll back the change to see if it helps with the "Killed" job issue
-
Vincent Massol authored
[Misc] Try to work around the "Java heap space" issue when using the maven assembly plugin for building the hsqldb/jetty flavor. See https://tinyurl.com/45dzmyek * Reduce a bit the memory added since it seems this could be why we now have "Killed" builds in the CI...
-
- Sep 17, 2021
-
-
Vincent Massol authored
[Misc] Try to work around the "Java heap space" issue when using the maven assembly plugin for building the hsqldb/jetty flavor. See https://tinyurl.com/45dzmyek
-
- Jun 16, 2021
-
-
Vincent Massol authored
[Misc] Remove wrong removal of the "repository-all" profile since we need nexus.xwiki.org for the xwiki deps
-
- Jun 11, 2021
-
-
Vincent Massol authored
-
Vincent Massol authored
* Fix bad syntax (again)
-
- Jun 10, 2021
-
-
Vincent Massol authored
* Fix bad syntax
-
- Jun 08, 2021
-
-
Vincent Massol authored
* Add missing commas
-
Vincent Massol authored
-
- Mar 24, 2021
-
-
Vincent Massol authored
-
- Feb 01, 2021
-
-
Vincent Massol authored
-
- Jan 18, 2021
-
-
Vincent Massol authored
[Misc] Make the IT test a real IT test (using the failsafe maven plugin), so that it's executed only once on the CI (for example) * Differentiate the build name too.
-
Vincent Massol authored
-
- Oct 19, 2020
-
-
Vincent Massol authored
-
- Oct 12, 2020
-
-
Marius Dumitru Florea authored
Revert "[misc] We still need to force a recent version of Java in order to be able to run the functional tests using a recent version of XWiki." Actually it was a bug in the code that processes the Jenkins file that got fixed in the mean time. This reverts commit ab00f88f.
-
Marius Dumitru Florea authored
[misc] We still need to force a recent version of Java in order to be able to run the functional tests using a recent version of XWiki.
-
Marius Dumitru Florea authored
[misc] Build the PO before executing the functional (docker) tests (they are not build by the first xwikiBuild because the integration-tests profile is not activated). Also, run the docker tests before the Jasmine integration tests because the later are failing for now.
-
Marius Dumitru Florea authored
[misc] It seems the empty profiles value is ignored so let's try with some value that doesn't include the integration-tests and docker. We also need a recent version of Java to run the Jasmine Maven plugin.
-
- Oct 09, 2020
-
-
Vincent Massol authored
-
Marius Dumitru Florea authored
-
- Aug 28, 2020
-
-
Vincent Massol authored
-