Skip to content
Snippets Groups Projects

Add back missing maven tools for Jenkinsbuild

Merged Martin Lowe requested to merge malowe/eclipsefdn-api-common:malowe/main/sonar-ci into main
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -107,6 +107,11 @@
timeout(time: 30, unit: 'MINUTES')
}
tools {
maven 'apache-maven-latest'
jdk 'adoptopenjdk-hotspot-jdk11-latest'
}
triggers {
// build once a week to keep up with parents images updates
cron('H H * * H')
Loading