From e6001cd68174bffce4e877c11f522ffaa6425f0a Mon Sep 17 00:00:00 2001 From: Andreas Jensen Date: Mon, 13 Nov 2023 23:09:24 +0700 Subject: [PATCH] ci:remove javadoc and move IM stage to the end (#15624) * ci: remove Javadoc * ci: move IM stage to the end of the pipeline * ci: increase overall timeout to 45 and instance timeout to 10 minutes # Conflicts: # jenkinsfiles/canary --- jenkinsfiles/canary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkinsfiles/canary b/jenkinsfiles/canary index 178e8a71784c..278c8a35ebf4 100644 --- a/jenkinsfiles/canary +++ b/jenkinsfiles/canary @@ -47,7 +47,7 @@ pipeline { echo 'Building DHIS2 ...' script { withMaven(options: [artifactsPublisher(disabled: true)]) { - sh 'mvn -X -T 4 --batch-mode --no-transfer-progress clean install -f dhis-2/pom.xml -P -default --update-snapshots -pl -dhis-web-embedded-jetty' + sh 'mvn -X -T 4 --batch-mode --no-transfer-progress clean install -f dhis-2/pom.xml -P jdk8,-default --update-snapshots -pl -dhis-web-embedded-jetty' sh 'mvn -X -T 4 --batch-mode --no-transfer-progress package -f dhis-2/dhis-web/pom.xml -P -default --update-snapshots' } }