<workflowRun _class='org.jenkinsci.plugins.workflow.job.WorkflowRun'><action _class='hudson.model.ParametersAction'><parameter _class='hudson.model.StringParameterValue'><name>BRANCH</name><value>1.6.x</value></parameter></action><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UserIdCause'><shortDescription>Démarré par l'utilisateur Miguel Moquillon</shortDescription><userId>mmoquillon</userId><userName>Miguel Moquillon</userName></cause></action><action _class='org.jenkinsci.plugins.workflow.libs.LibrariesAction'></action><action></action><action _class='org.jenkinsci.plugins.workflow.cps.EnvActionImpl'></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmaster _class='hudson.plugins.git.util.Build'><buildNumber>22</buildNumber><marked><SHA1>0dfa9b82e4231ef37c99f5b83e28ad5461ab8485</SHA1><branch><SHA1>0dfa9b82e4231ef37c99f5b83e28ad5461ab8485</SHA1><name>refs/remotes/origin/master</name></branch></marked><revision><SHA1>0dfa9b82e4231ef37c99f5b83e28ad5461ab8485</SHA1><branch><SHA1>0dfa9b82e4231ef37c99f5b83e28ad5461ab8485</SHA1><name>refs/remotes/origin/master</name></branch></revision></refsremotesoriginmaster></buildsByBranchName><lastBuiltRevision><SHA1>0dfa9b82e4231ef37c99f5b83e28ad5461ab8485</SHA1><branch><SHA1>0dfa9b82e4231ef37c99f5b83e28ad5461ab8485</SHA1><name>refs/remotes/origin/master</name></branch></lastBuiltRevision><remoteUrl>https://github.com/Silverpeas/Jenkins-Pipelines.git</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><action _class='org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction'></action><action></action><action _class='org.jenkinsci.plugins.workflow.job.views.FlowGraphAction'></action><action></action><action></action><building>false</building><displayName>#22</displayName><duration>5792</duration><estimatedDuration>47849</estimatedDuration><fullDisplayName>Silverpeas_Project_Definition_Release #22</fullDisplayName><id>22</id><keepLog>false</keepLog><number>22</number><queueId>14369</queueId><result>FAILURE</result><timestamp>1727269744541</timestamp><url>https://integration.silverpeas.org/jenkins/job/Silverpeas_Project_Definition_Release/22/</url><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/releases/docker-build/Jenkinsfile</affectedPath><commitId>e0c0d6d400ab4e394697e4211f13d84e7fdbddbc</commitId><timestamp>1719219538000</timestamp><author><absoluteUrl>https://integration.silverpeas.org/jenkins/user/mmoquillon</absoluteUrl><fullName>Miguel Moquillon</fullName></author><authorEmail>miguel.moquillon@silverpeas.com</authorEmail><comment>In the build of the docker image silverbuild, fix the case no changes has been done in the Dockerfile before tagging the project
</comment><date>2024-06-24 10:58:58 +0200</date><id>e0c0d6d400ab4e394697e4211f13d84e7fdbddbc</id><msg>In the build of the docker image silverbuild, fix the case no changes has been done in the Dockerfile before tagging the project</msg><path><editType>edit</editType><file>src/releases/docker-build/Jenkinsfile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/releases/silverpeas/Jenkinsfile</affectedPath><affectedPath>src/builds/mobile/Jenkinsfile</affectedPath><affectedPath>src/builds/wbe/Jenkinsfile</affectedPath><affectedPath>src/builds/silverpeas/Jenkinsfile</affectedPath><commitId>8b7ca1eec819715f31ebf841e172e5e2ef58c183</commitId><timestamp>1719220710000</timestamp><author><absoluteUrl>https://integration.silverpeas.org/jenkins/user/mmoquillon</absoluteUrl><fullName>Miguel Moquillon</fullName></author><authorEmail>miguel.moquillon@silverpeas.com</authorEmail><comment>Update different pipeline to take into account the new Docker image silverbuild 6.4
</comment><date>2024-06-24 11:18:30 +0200</date><id>8b7ca1eec819715f31ebf841e172e5e2ef58c183</id><msg>Update different pipeline to take into account the new Docker image silverbuild 6.4</msg><path><editType>edit</editType><file>src/builds/silverpeas/Jenkinsfile</file></path><path><editType>edit</editType><file>src/builds/mobile/Jenkinsfile</file></path><path><editType>edit</editType><file>src/builds/wbe/Jenkinsfile</file></path><path><editType>edit</editType><file>src/releases/silverpeas/Jenkinsfile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/releases/silverpeas/Jenkinsfile</affectedPath><commitId>33ecb1a11f2f1221e5cee09d6824acf27be1e1f8</commitId><timestamp>1719232654000</timestamp><author><absoluteUrl>https://integration.silverpeas.org/jenkins/user/mmoquillon</absoluteUrl><fullName>Miguel Moquillon</fullName></author><authorEmail>miguel.moquillon@silverpeas.com</authorEmail><comment>Fix a bug in the pipeline for releasing a version of Silverpeas. The
isPatchVersion is an environment variable and as such it can be only a
String. But in the pipeline it is interpreted as it was a boolean. Fix
this by checking each time the boolean value as a String.
</comment><date>2024-06-24 14:37:34 +0200</date><id>33ecb1a11f2f1221e5cee09d6824acf27be1e1f8</id><msg>Fix a bug in the pipeline for releasing a version of Silverpeas. The</msg><path><editType>edit</editType><file>src/releases/silverpeas/Jenkinsfile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/releases/silverpeas/Jenkinsfile</affectedPath><commitId>e3796e899bf697460e2656aa3847441f2ecd6740</commitId><timestamp>1719407394000</timestamp><author><absoluteUrl>https://integration.silverpeas.org/jenkins/user/mmoquillon</absoluteUrl><fullName>Miguel Moquillon</fullName></author><authorEmail>miguel.moquillon@silverpeas.com</authorEmail><comment>Fix the case the branch isn't master and in the underlying version of
Silverpeas, Jackrabbit support has been removed for Oak.
</comment><date>2024-06-26 15:09:54 +0200</date><id>e3796e899bf697460e2656aa3847441f2ecd6740</id><msg>Fix the case the branch isn't master and in the underlying version of</msg><path><editType>edit</editType><file>src/releases/silverpeas/Jenkinsfile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/releases/silverpeas/Jenkinsfile</affectedPath><affectedPath>src/builds/silverpeas/Jenkinsfile</affectedPath><commitId>661fddaaa4270a390212b1fd3adb8ea9719a02e5</commitId><timestamp>1720433878000</timestamp><author><absoluteUrl>https://integration.silverpeas.org/jenkins/user/mmoquillon</absoluteUrl><fullName>Miguel Moquillon</fullName></author><authorEmail>miguel.moquillon@silverpeas.com</authorEmail><comment>Add David et Sebastien among the recipients of the email about the build status for the build version construction and the version release of Silverpeas
</comment><date>2024-07-08 12:17:58 +0200</date><id>661fddaaa4270a390212b1fd3adb8ea9719a02e5</id><msg>Add David et Sebastien among the recipients of the email about the build status for the build version construction and the version release of Silverpeas</msg><path><editType>edit</editType><file>src/builds/silverpeas/Jenkinsfile</file></path><path><editType>edit</editType><file>src/releases/silverpeas/Jenkinsfile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/releases/silverpeas/Jenkinsfile</affectedPath><commitId>c1d8fec8584dd07aa6a6a302c27f150c158bbca4</commitId><timestamp>1721739617000</timestamp><author><absoluteUrl>https://integration.silverpeas.org/jenkins/user/mmoquillon</absoluteUrl><fullName>Miguel Moquillon</fullName></author><authorEmail>miguel.moquillon@silverpeas.com</authorEmail><comment>Disable the build of the Docker image of a testing version of Silverpeas when releasing a version of Silverpeas
</comment><date>2024-07-23 15:00:17 +0200</date><id>c1d8fec8584dd07aa6a6a302c27f150c158bbca4</id><msg>Disable the build of the Docker image of a testing version of Silverpeas when releasing a version of Silverpeas</msg><path><editType>edit</editType><file>src/releases/silverpeas/Jenkinsfile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/builds/mobile/Jenkinsfile</affectedPath><commitId>85c763f0396e283b912764387b37b96c90b75383</commitId><timestamp>1724681142000</timestamp><author><absoluteUrl>https://integration.silverpeas.org/jenkins/user/mmoquillon</absoluteUrl><fullName>Miguel Moquillon</fullName></author><authorEmail>miguel.moquillon@silverpeas.com</authorEmail><comment>Update the pipeline for building a build version of Silverpeas Mobile so that the project isn't build if either Silverpeas hasn't be updated since the last build or there is no change in code
</comment><date>2024-08-26 16:05:42 +0200</date><id>85c763f0396e283b912764387b37b96c90b75383</id><msg>Update the pipeline for building a build version of Silverpeas Mobile so that the project isn't build if either Silverpeas hasn't be updated since the last build or there is no change in code</msg><path><editType>edit</editType><file>src/builds/mobile/Jenkinsfile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/builds/silverpeas/Jenkinsfile</affectedPath><commitId>65879a9ed71010b3a8413564c2776ecc3ed4f366</commitId><timestamp>1725610991000</timestamp><author><absoluteUrl>https://integration.silverpeas.org/jenkins/user/mmoquillon</absoluteUrl><fullName>Miguel Moquillon</fullName></author><authorEmail>miguel.moquillon@silverpeas.com</authorEmail><comment>In the pipeline for building a build version of Silverpeas, fix a bug when testing whether the quality analysis has to be executed for Silverpeas-Core
</comment><date>2024-09-06 10:23:11 +0200</date><id>65879a9ed71010b3a8413564c2776ecc3ed4f366</id><msg>In the pipeline for building a build version of Silverpeas, fix a bug when testing whether the quality analysis has to be executed for Silverpeas-Core</msg><path><editType>edit</editType><file>src/builds/silverpeas/Jenkinsfile</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>src/releases/project/Jenkinsfile</affectedPath><commitId>0dfa9b82e4231ef37c99f5b83e28ad5461ab8485</commitId><timestamp>1727269677000</timestamp><author><absoluteUrl>https://integration.silverpeas.org/jenkins/user/mmoquillon</absoluteUrl><fullName>Miguel Moquillon</fullName></author><authorEmail>miguel.moquillon@silverpeas.com</authorEmail><comment>In the pipeline to release a version of the Silverpeas Project POM, take into account the jcr access-control dependency isn't anymore declared in the Silverpeas projets dependencies
</comment><date>2024-09-25 15:07:57 +0200</date><id>0dfa9b82e4231ef37c99f5b83e28ad5461ab8485</id><msg>In the pipeline to release a version of the Silverpeas Project POM, take into account the jcr access-control dependency isn't anymore declared in the Silverpeas projets dependencies</msg><path><editType>edit</editType><file>src/releases/project/Jenkinsfile</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://integration.silverpeas.org/jenkins/user/mmoquillon</absoluteUrl><fullName>Miguel Moquillon</fullName></culprit><inProgress>false</inProgress><nextBuild><number>23</number><url>https://integration.silverpeas.org/jenkins/job/Silverpeas_Project_Definition_Release/23/</url></nextBuild></workflowRun>