SLING-8262 -  Add SonarQube analysis to Jenkins jobs

Wrap Maven execution in a `withMaven` block, similar to
the one for the 'SonarQube' stage. Otherwise the build fails
due to not finding the `mvn` executable.
1 file changed
tree: 7f04acee58a6fd0657233ea864e359e23e3d812c
  1. src/
  2. vars/
  3. .gitignore
  4. CODE_OF_CONDUCT.md
  5. CONTRIBUTING.md
  6. create_jobs.groovy
  7. gen_job_entries.sh
  8. LICENSE
  9. README.md
README.md

License

Sling Jenkins jobs creation

The scripts found in this folder are used to create the Jenkins jobs listed at https://builds.apache.org/view/S-Z/view/Sling/

See https://cwiki.apache.org/confluence/display/SLING/Sling+Jenkins+Setup for more info.