Skip to content
21:47:27 [2026-07-26T19:47:27.313Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 1122
21:47:27 [2026-07-26T19:47:27.313Z] Causé à l'origine par :
21:47:27 [2026-07-26T19:47:27.313Z]  Lancé par une alarme périodique
21:47:27 [2026-07-26T19:47:27.313Z] Running as userbuild
21:47:27 [2026-07-26T19:47:27.780Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
21:47:27 [2026-07-26T19:47:27.934Z] [Pipeline] Start of Pipeline
21:47:28 [2026-07-26T19:47:28.167Z] [Pipeline] node
21:47:28 [2026-07-26T19:47:28.170Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy
21:47:28 [2026-07-26T19:47:28.172Z] [Pipeline] {
21:47:28 [2026-07-26T19:47:28.186Z] [Pipeline] stage
21:47:28 [2026-07-26T19:47:28.186Z] [Pipeline] { (Declarative: Checkout SCM)
21:47:28 [2026-07-26T19:47:28.196Z] [Pipeline] checkout
21:47:28 [2026-07-26T19:47:28.197Z] Selected Git installation does not exist. Using Default
21:47:28 [2026-07-26T19:47:28.197Z] The recommended git tool is: NONE
21:47:28 [2026-07-26T19:47:28.197Z] No credentials specified
21:47:28 [2026-07-26T19:47:28.197Z] Cloning the remote Git repository
21:47:28 [2026-07-26T19:47:28.197Z] Cloning repository https://github.com/Silverpeas/Jenkins-Pipelines.git
21:47:28 [2026-07-26T19:47:28.198Z]  > /usr/bin/git init /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy # timeout=10
21:47:28 [2026-07-26T19:47:28.210Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
21:47:28 [2026-07-26T19:47:28.211Z]  > /usr/bin/git --version # timeout=10
21:47:28 [2026-07-26T19:47:28.216Z]  > git --version # 'git version 2.43.0'
21:47:28 [2026-07-26T19:47:28.216Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
21:47:28 [2026-07-26T19:47:28.835Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
21:47:28 [2026-07-26T19:47:28.841Z]  > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
21:47:28 [2026-07-26T19:47:28.848Z] Avoid second fetch
21:47:28 [2026-07-26T19:47:28.848Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
21:47:28 [2026-07-26T19:47:28.854Z] Checking out Revision ee417f2e12a50c898fce7d66542b733c63b400a8 (refs/remotes/origin/master)
21:47:28 [2026-07-26T19:47:28.854Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
21:47:28 [2026-07-26T19:47:28.859Z]  > /usr/bin/git checkout -f ee417f2e12a50c898fce7d66542b733c63b400a8 # timeout=10
21:47:28 [2026-07-26T19:47:28.872Z] Commit message: "Update pipeline to build a build release of master based upon JEE"
21:47:28 [2026-07-26T19:47:28.873Z]  > /usr/bin/git rev-list --no-walk ee417f2e12a50c898fce7d66542b733c63b400a8 # timeout=10
21:47:28 [2026-07-26T19:47:28.891Z] [Pipeline] }
21:47:28 [2026-07-26T19:47:28.895Z] [Pipeline] // stage
21:47:28 [2026-07-26T19:47:28.904Z] [Pipeline] withEnv
21:47:28 [2026-07-26T19:47:28.904Z] [Pipeline] {
21:47:28 [2026-07-26T19:47:28.982Z] [Pipeline] isUnix
21:47:28 [2026-07-26T19:47:28.984Z] [Pipeline] withEnv
21:47:28 [2026-07-26T19:47:28.984Z] [Pipeline] {
21:47:28 [2026-07-26T19:47:28.991Z] [Pipeline] sh
21:47:29 [2026-07-26T19:47:29.247Z] + docker inspect -f . silverpeas/silverbuild:latest
21:47:29 [2026-07-26T19:47:29.247Z] .
21:47:29 [2026-07-26T19:47:29.248Z] [Pipeline] }
21:47:29 [2026-07-26T19:47:29.254Z] [Pipeline] // withEnv
21:47:29 [2026-07-26T19:47:29.262Z] [Pipeline] withDockerContainer
21:47:29 [2026-07-26T19:47:29.293Z] Jenkins does not seem to be running inside a container
21:47:29 [2026-07-26T19:47:29.301Z] $ docker run -t -d -u 111:119 -v $HOME/.m2/settings.xml:/home/silverbuild/.m2/settings.xml -v $HOME/.m2/settings-security.xml:/home/silverbuild/.m2/settings-security.xml -v $HOME/.gitconfig:/home/silverbuild/.gitconfig -v $HOME/.ssh:/home/silverbuild/.ssh -v $HOME/.gnupg:/home/silverbuild/.gnupg -w /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** silverpeas/silverbuild:latest cat
21:47:29 [2026-07-26T19:47:29.725Z] $ docker top 0d8ec1cfafa1881225853a80d4d1119777ccbd4f1d464644541f63b8aff792cc -eo pid,comm
21:47:29 [2026-07-26T19:47:29.764Z] [Pipeline] {
21:47:29 [2026-07-26T19:47:29.773Z] [Pipeline] withEnv
21:47:29 [2026-07-26T19:47:29.773Z] [Pipeline] {
21:47:29 [2026-07-26T19:47:29.782Z] [Pipeline] stage
21:47:29 [2026-07-26T19:47:29.783Z] [Pipeline] { (Resolve dependency on Silverpeas)
21:47:29 [2026-07-26T19:47:29.815Z] [Pipeline] script
21:47:29 [2026-07-26T19:47:29.819Z] [Pipeline] {
21:47:29 [2026-07-26T19:47:29.827Z] [Pipeline] echo
21:47:29 [2026-07-26T19:47:29.828Z] Working on branch master
21:47:29 [2026-07-26T19:47:29.832Z] [Pipeline] copyArtifacts
21:47:29 [2026-07-26T19:47:29.840Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 1122
21:47:29 [2026-07-26T19:47:29.850Z] [Pipeline] readYaml
21:47:29 [2026-07-26T19:47:29.861Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named parentVersion (to a value of type String) which could lead to memory leaks or other issues.
21:47:29 [2026-07-26T19:47:29.862Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named silverpeasVersion (to a value of type String) which could lead to memory leaks or other issues.
21:47:29 [2026-07-26T19:47:29.863Z] [Pipeline] sh
21:47:30 [2026-07-26T19:47:30.120Z] + rm -f build.yaml
21:47:30 [2026-07-26T19:47:30.121Z] [Pipeline] }
21:47:30 [2026-07-26T19:47:30.127Z] [Pipeline] // script
21:47:30 [2026-07-26T19:47:30.133Z] [Pipeline] echo
21:47:30 [2026-07-26T19:47:30.133Z] Parent version is 2.0-build260709
21:47:30 [2026-07-26T19:47:30.134Z] [Pipeline] echo
21:47:30 [2026-07-26T19:47:30.134Z] Silverpeas version is 6.5-build260726
21:47:30 [2026-07-26T19:47:30.134Z] [Pipeline] }
21:47:30 [2026-07-26T19:47:30.139Z] [Pipeline] // stage
21:47:30 [2026-07-26T19:47:30.146Z] [Pipeline] stage
21:47:30 [2026-07-26T19:47:30.147Z] [Pipeline] { (Prepare the project)
21:47:30 [2026-07-26T19:47:30.164Z] [Pipeline] git
21:47:30 [2026-07-26T19:47:30.166Z] The recommended git tool is: /usr/bin/git
21:47:30 [2026-07-26T19:47:30.166Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
21:47:30 [2026-07-26T19:47:30.174Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@44f1049d; decorates hudson.Launcher$LocalLauncher@7fe93956 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
21:47:30 [2026-07-26T19:47:30.174Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
21:47:30 [2026-07-26T19:47:30.180Z] Fetching changes from the remote Git repository
21:47:30 [2026-07-26T19:47:30.182Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
21:47:30 [2026-07-26T19:47:30.187Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
21:47:30 [2026-07-26T19:47:30.187Z]  > /usr/bin/git --version # timeout=10
21:47:30 [2026-07-26T19:47:30.191Z]  > git --version # 'git version 2.43.0'
21:47:30 [2026-07-26T19:47:30.192Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
21:47:30 [2026-07-26T19:47:30.197Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
21:47:33 [2026-07-26T19:47:33.496Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
21:47:33 [2026-07-26T19:47:33.502Z] Checking out Revision f3d3c76745a573b790eec36cf6599ea066357908 (refs/remotes/origin/master)
21:47:33 [2026-07-26T19:47:33.503Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
21:47:33 [2026-07-26T19:47:33.508Z]  > /usr/bin/git checkout -f f3d3c76745a573b790eec36cf6599ea066357908 # timeout=10
21:47:33 [2026-07-26T19:47:33.636Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
21:47:33 [2026-07-26T19:47:33.643Z]  > /usr/bin/git checkout -b master f3d3c76745a573b790eec36cf6599ea066357908 # timeout=10
21:47:33 [2026-07-26T19:47:33.707Z] Commit message: "Update dependency on Silverpeas to version 6.5-build260511"
21:47:33 [2026-07-26T19:47:33.707Z]  > /usr/bin/git rev-list --no-walk f3d3c76745a573b790eec36cf6599ea066357908 # timeout=10
21:47:33 [2026-07-26T19:47:33.728Z] [Pipeline] script
21:47:33 [2026-07-26T19:47:33.732Z] [Pipeline] {
21:47:33 [2026-07-26T19:47:33.747Z] [Pipeline] copyArtifacts
21:47:33 [2026-07-26T19:47:33.754Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 648
21:47:33 [2026-07-26T19:47:33.763Z] [Pipeline] readYaml
21:47:33 [2026-07-26T19:47:33.772Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named previousBuildVersion (to a value of type String) which could lead to memory leaks or other issues.
21:47:33 [2026-07-26T19:47:33.775Z] [Pipeline] sh
21:47:34 [2026-07-26T19:47:34.034Z] + git rev-parse HEAD
21:47:34 [2026-07-26T19:47:34.036Z] [Pipeline] echo
21:47:34 [2026-07-26T19:47:34.037Z] Current commit is f3d3c76745a573b790eec36cf6599ea066357908 and last build commit is 4981adae0d171bc8d448699b03916a0d9e43f60c
21:47:34 [2026-07-26T19:47:34.037Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named triggerBuild (to a value of type Boolean) which could lead to memory leaks or other issues.
21:47:34 [2026-07-26T19:47:34.038Z] [Pipeline] }
21:47:34 [2026-07-26T19:47:34.046Z] [Pipeline] // script
21:47:34 [2026-07-26T19:47:34.056Z] [Pipeline] script
21:47:34 [2026-07-26T19:47:34.060Z] [Pipeline] {
21:47:34 [2026-07-26T19:47:34.076Z] [Pipeline] readMavenPom
21:47:34 [2026-07-26T19:47:34.085Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named pom (to a value of type Model) which could lead to memory leaks or other issues.
21:47:34 [2026-07-26T19:47:34.086Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named release (to a value of type String) which could lead to memory leaks or other issues.
21:47:34 [2026-07-26T19:47:34.088Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildNumber (to a value of type String) which could lead to memory leaks or other issues.
21:47:34 [2026-07-26T19:47:34.089Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildVersion (to a value of type GStringImpl) which could lead to memory leaks or other issues.
21:47:34 [2026-07-26T19:47:34.090Z] [Pipeline] echo
21:47:34 [2026-07-26T19:47:34.090Z] Build version will be 6.5-build260726
21:47:34 [2026-07-26T19:47:34.091Z] [Pipeline] }
21:47:34 [2026-07-26T19:47:34.099Z] [Pipeline] // script
21:47:34 [2026-07-26T19:47:34.108Z] [Pipeline] }
21:47:34 [2026-07-26T19:47:34.116Z] [Pipeline] // stage
21:47:34 [2026-07-26T19:47:34.127Z] [Pipeline] stage
21:47:34 [2026-07-26T19:47:34.128Z] [Pipeline] { (Build the project)
21:47:34 [2026-07-26T19:47:34.178Z] [Pipeline] stage
21:47:34 [2026-07-26T19:47:34.179Z] [Pipeline] { (Check POM parent version)
21:47:34 [2026-07-26T19:47:34.200Z] Stage "Check POM parent version" skipped due to when conditional
21:47:34 [2026-07-26T19:47:34.201Z] [Pipeline] getContext
21:47:34 [2026-07-26T19:47:34.203Z] [Pipeline] }
21:47:34 [2026-07-26T19:47:34.217Z] [Pipeline] // stage
21:47:34 [2026-07-26T19:47:34.232Z] [Pipeline] stage
21:47:34 [2026-07-26T19:47:34.232Z] [Pipeline] { (Update POM parent)
21:47:34 [2026-07-26T19:47:34.259Z] [Pipeline] withCredentials
21:47:34 [2026-07-26T19:47:34.276Z] Masking supported pattern matches of $GIT_AUTH_USR or $GIT_AUTH_PSW
21:47:34 [2026-07-26T19:47:34.278Z] [Pipeline] {
21:47:34 [2026-07-26T19:47:34.288Z] [Pipeline] sh
21:47:34 [2026-07-26T19:47:34.547Z] + git config --local credential.helper !f() { echo username=${GIT_AUTH_USR}; echo password=$GIT_AUTH_PSW; }; f
21:47:34 [2026-07-26T19:47:34.551Z] [Pipeline] sh
21:47:34 [2026-07-26T19:47:34.809Z] + mvn -U versions:update-parent -DgenerateBackupPoms=false -DskipResolution=true -DparentVersion=2.0-build260709
21:47:36 [2026-07-26T19:47:36.671Z] [INFO] Scanning for projects...
21:47:36 [2026-07-26T19:47:36.671Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-project/2.0-build260507/silverpeas-project-2.0-build260507.pom
21:47:37 [2026-07-26T19:47:37.222Z] Progress (1): 816 B
21:47:37 [2026-07-26T19:47:37.222Z] Progress (1): 2.0 kB
21:47:37 [2026-07-26T19:47:37.222Z] Progress (1): 4.6 kB
21:47:37 [2026-07-26T19:47:37.222Z] Progress (1): 7.7 kB
21:47:37 [2026-07-26T19:47:37.222Z] Progress (1): 12 kB 
21:47:37 [2026-07-26T19:47:37.222Z] Progress (1): 15 kB
21:47:37 [2026-07-26T19:47:37.222Z] Progress (1): 19 kB
21:47:37 [2026-07-26T19:47:37.222Z] Progress (1): 21 kB
21:47:37 [2026-07-26T19:47:37.222Z]                    
21:47:37 [2026-07-26T19:47:37.222Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-project/2.0-build260507/silverpeas-project-2.0-build260507.pom (21 kB at 62 kB/s)
21:47:37 [2026-07-26T19:47:37.222Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-dependencies-bom/2.0-build260507/silverpeas-dependencies-bom-2.0-build260507.pom
21:47:37 [2026-07-26T19:47:37.222Z] Progress (1): 803 B
21:47:37 [2026-07-26T19:47:37.222Z] Progress (1): 2.1 kB
21:47:37 [2026-07-26T19:47:37.222Z] Progress (1): 4.8 kB
21:47:37 [2026-07-26T19:47:37.223Z] Progress (1): 8.6 kB
21:47:37 [2026-07-26T19:47:37.223Z] Progress (1): 15 kB 
21:47:37 [2026-07-26T19:47:37.223Z] Progress (1): 21 kB
21:47:37 [2026-07-26T19:47:37.223Z] Progress (1): 26 kB
21:47:37 [2026-07-26T19:47:37.223Z] Progress (1): 31 kB
21:47:37 [2026-07-26T19:47:37.223Z] Progress (1): 34 kB
21:47:37 [2026-07-26T19:47:37.223Z] Progress (1): 40 kB
21:47:37 [2026-07-26T19:47:37.223Z] Progress (1): 41 kB
21:47:37 [2026-07-26T19:47:37.223Z]                    
21:47:37 [2026-07-26T19:47:37.223Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-dependencies-bom/2.0-build260507/silverpeas-dependencies-bom-2.0-build260507.pom (41 kB at 844 kB/s)
21:47:37 [2026-07-26T19:47:37.223Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-test-dependencies-bom/2.0-build260507/silverpeas-test-dependencies-bom-2.0-build260507.pom
21:47:37 [2026-07-26T19:47:37.223Z] Progress (1): 836 B
21:47:37 [2026-07-26T19:47:37.223Z] Progress (1): 2.2 kB
21:47:37 [2026-07-26T19:47:37.223Z] Progress (1): 6.1 kB
21:47:37 [2026-07-26T19:47:37.223Z] Progress (1): 10 kB 
21:47:37 [2026-07-26T19:47:37.223Z] Progress (1): 12 kB
21:47:37 [2026-07-26T19:47:37.223Z]                    
21:47:37 [2026-07-26T19:47:37.223Z] Downloaded from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-test-dependencies-bom/2.0-build260507/silverpeas-test-dependencies-bom-2.0-build260507.pom (12 kB at 275 kB/s)
21:47:37 [2026-07-26T19:47:37.223Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
21:47:37 [2026-07-26T19:47:37.224Z] [ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar is missing. @ line 315, column 17
21:47:37 [2026-07-26T19:47:37.224Z]  @ 
21:47:37 [2026-07-26T19:47:37.224Z] [ERROR] The build could not read 1 project -> [Help 1]
21:47:37 [2026-07-26T19:47:37.224Z] [ERROR]   
21:47:37 [2026-07-26T19:47:37.224Z] [ERROR]   The project org.silverpeas.components.mobile:silverpeas-mobile-war:6.5-SNAPSHOT (/var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/mobile-war/pom.xml) has 1 error
21:47:37 [2026-07-26T19:47:37.224Z] [ERROR]     'dependencies.dependency.version' for com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar is missing. @ line 315, column 17
21:47:37 [2026-07-26T19:47:37.224Z] [ERROR] 
21:47:37 [2026-07-26T19:47:37.224Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
21:47:37 [2026-07-26T19:47:37.224Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
21:47:37 [2026-07-26T19:47:37.224Z] [ERROR] 
21:47:37 [2026-07-26T19:47:37.224Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
21:47:37 [2026-07-26T19:47:37.224Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
21:47:37 [2026-07-26T19:47:37.477Z] [Pipeline] }
21:47:37 [2026-07-26T19:47:37.487Z] [Pipeline] // withCredentials
21:47:37 [2026-07-26T19:47:37.501Z] [Pipeline] }
21:47:37 [2026-07-26T19:47:37.507Z] [Pipeline] // stage
21:47:37 [2026-07-26T19:47:37.519Z] [Pipeline] stage
21:47:37 [2026-07-26T19:47:37.519Z] [Pipeline] { (Update dependency on Silverpeas)
21:47:37 [2026-07-26T19:47:37.528Z] Stage "Update dependency on Silverpeas" skipped due to earlier failure(s)
21:47:37 [2026-07-26T19:47:37.529Z] [Pipeline] getContext
21:47:37 [2026-07-26T19:47:37.530Z] [Pipeline] }
21:47:37 [2026-07-26T19:47:37.539Z] [Pipeline] // stage
21:47:37 [2026-07-26T19:47:37.549Z] [Pipeline] stage
21:47:37 [2026-07-26T19:47:37.549Z] [Pipeline] { (Build and Publish)
21:47:37 [2026-07-26T19:47:37.559Z] Stage "Build and Publish" skipped due to earlier failure(s)
21:47:37 [2026-07-26T19:47:37.560Z] [Pipeline] getContext
21:47:37 [2026-07-26T19:47:37.562Z] [Pipeline] }
21:47:37 [2026-07-26T19:47:37.571Z] [Pipeline] // stage
21:47:37 [2026-07-26T19:47:37.581Z] [Pipeline] }
21:47:37 [2026-07-26T19:47:37.590Z] [Pipeline] // stage
21:47:37 [2026-07-26T19:47:37.602Z] [Pipeline] stage
21:47:37 [2026-07-26T19:47:37.603Z] [Pipeline] { (Create YAML build report)
21:47:37 [2026-07-26T19:47:37.612Z] Stage "Create YAML build report" skipped due to earlier failure(s)
21:47:37 [2026-07-26T19:47:37.613Z] [Pipeline] getContext
21:47:37 [2026-07-26T19:47:37.615Z] [Pipeline] }
21:47:37 [2026-07-26T19:47:37.623Z] [Pipeline] // stage
21:47:37 [2026-07-26T19:47:37.635Z] [Pipeline] stage
21:47:37 [2026-07-26T19:47:37.635Z] [Pipeline] { (Declarative: Post Actions)
21:47:37 [2026-07-26T19:47:37.652Z] [Pipeline] step
21:47:37 [2026-07-26T19:47:37.664Z] Sending e-mails to: miguel.moquillon@silverpeas.org silveryocha@chastagnier.com sebastien.vuillet@silverpeas.org
21:47:37 [2026-07-26T19:47:37.743Z] [Pipeline] }
21:47:37 [2026-07-26T19:47:37.752Z] [Pipeline] // stage
21:47:37 [2026-07-26T19:47:37.766Z] [Pipeline] }
21:47:37 [2026-07-26T19:47:37.775Z] [Pipeline] // withEnv
21:47:37 [2026-07-26T19:47:37.784Z] [Pipeline] }
21:47:37 [2026-07-26T19:47:37.786Z] $ docker stop --time=1 0d8ec1cfafa1881225853a80d4d1119777ccbd4f1d464644541f63b8aff792cc
21:47:40 [2026-07-26T19:47:40.303Z] $ docker rm -f --volumes 0d8ec1cfafa1881225853a80d4d1119777ccbd4f1d464644541f63b8aff792cc
21:47:40 [2026-07-26T19:47:40.337Z] [Pipeline] // withDockerContainer
21:47:40 [2026-07-26T19:47:40.340Z] [Pipeline] }
21:47:40 [2026-07-26T19:47:40.344Z] [Pipeline] // withEnv
21:47:40 [2026-07-26T19:47:40.347Z] [Pipeline] }
21:47:40 [2026-07-26T19:47:40.356Z] [Pipeline] // node
21:47:40 [2026-07-26T19:47:40.365Z] [Pipeline] End of Pipeline
21:47:40 [2026-07-26T19:47:40.384Z] ERROR: script returned exit code 1
21:47:40 [2026-07-26T19:47:40.403Z] Finished: FAILURE