Skip to content
Succès

Changes

Summary

  1. Refine the failure step in the silverpeas build pipeline. Hprof dump is (details)
  2. Fix SonarQube Maven execution in pipelines. (details)
Commit 1a4dd1e91ddcba1b9d858bc88f7cabae337d554a by Miguel Moquillon
Refine the failure step in the silverpeas build pipeline. Hprof dump is
done of Wildfly and this dump is then sent by email in case of failure.
The file was modifiedsrc/builds/silverpeas/Jenkinsfile (diff)
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/releases/kernel/Jenkinsfile (diff)
The file was modifiedsrc/builds/silverpeas/Jenkinsfile (diff)

Summary

  1. Feature #15057 (details)
Commit 08e3d7cb431815a5315fdcdf013ee9bcff4eb3ed by Miguel Moquillon
Feature #15057

Fix the issues detected by SonarQube: remove in listOfAppsNews.jsp the
event handlers from the <li> element and add instead, as child element,
the <a> to take in charge the click and keypress events.

Because listOfAppsNews.jsp and listOfNewsDelegated.jsp are similar,
factorize them into one single jsp file: listOfAppsNews.jsp.
The file was modifiedaurora/aurora-war/src/main/webapp/look/jsp/listOfAppsNews.jsp (diff)
The file was modifiedaurora/aurora-war/src/main/webapp/WEB-INF/tags/silverpeas/look/displayNews.tag (diff)
The file was modifiedaurora/aurora-war/src/main/webapp/look/jsp/css/aurora.css (diff)
The file was removedaurora/aurora-war/src/main/webapp/look/jsp/listOfNewsDelegated.jsp