Skip to content
En échec

Changes

Summary

  1. Fix SonarQube Maven execution in pipelines. (details)
Commit 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 by Miguel Moquillon
Fix SonarQube Maven execution in pipelines.

In the pipeline dedicated to construct a build version of Silverpeas and
in the pipeline to release a version of Silverpeas,
the execution of the sonarqube analysis fails because the Maven plugin
of SonarQube isn't found. FIx the pb by specifying explicitly the
groupId and artifactId of the SonarQube Maven plugin.
The file was modifiedsrc/builds/silverpeas/Jenkinsfile (diff)
The file was modifiedsrc/releases/kernel/Jenkinsfile (diff)