Skip to content

Commit

Permalink
ci:remove javadoc and move IM stage to the end (#15624)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
tonsV2 committed Nov 13, 2023
1 parent 46fc48b commit e6001cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkinsfiles/canary
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
Expand Down

0 comments on commit e6001cd

Please sign in to comment.