12:35:28 [2026-06-22T10:35:28.301Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 1107
12:35:28 [2026-06-22T10:35:28.301Z] Causé à l'origine par :
12:35:28 [2026-06-22T10:35:28.301Z] Démarré par l'utilisateur Miguel Moquillon
12:35:28 [2026-06-22T10:35:28.301Z] Running as userbuild
12:35:28 [2026-06-22T10:35:28.983Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
12:35:29 [2026-06-22T10:35:29.122Z] [Pipeline] Start of Pipeline
12:35:29 [2026-06-22T10:35:29.354Z] [Pipeline] node
12:35:29 [2026-06-22T10:35:29.357Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy
12:35:29 [2026-06-22T10:35:29.360Z] [Pipeline] {
12:35:29 [2026-06-22T10:35:29.373Z] [Pipeline] stage
12:35:29 [2026-06-22T10:35:29.374Z] [Pipeline] { (Declarative: Checkout SCM)
12:35:29 [2026-06-22T10:35:29.380Z] [Pipeline] checkout
12:35:29 [2026-06-22T10:35:29.381Z] Selected Git installation does not exist. Using Default
12:35:29 [2026-06-22T10:35:29.381Z] The recommended git tool is: NONE
12:35:29 [2026-06-22T10:35:29.381Z] No credentials specified
12:35:29 [2026-06-22T10:35:29.381Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
12:35:29 [2026-06-22T10:35:29.386Z] Fetching changes from the remote Git repository
12:35:29 [2026-06-22T10:35:29.388Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
12:35:29 [2026-06-22T10:35:29.393Z] Cleaning workspace
12:35:29 [2026-06-22T10:35:29.393Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
12:35:29 [2026-06-22T10:35:29.398Z] Resetting working tree
12:35:29 [2026-06-22T10:35:29.399Z] > /usr/bin/git reset --hard # timeout=10
12:35:29 [2026-06-22T10:35:29.681Z] > /usr/bin/git clean -fdx # timeout=10
12:35:29 [2026-06-22T10:35:29.692Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
12:35:29 [2026-06-22T10:35:29.692Z] > /usr/bin/git --version # timeout=10
12:35:29 [2026-06-22T10:35:29.697Z] > git --version # 'git version 2.43.0'
12:35:29 [2026-06-22T10:35:29.697Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
12:35:30 [2026-06-22T10:35:30.273Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
12:35:30 [2026-06-22T10:35:30.279Z] Checking out Revision ee417f2e12a50c898fce7d66542b733c63b400a8 (refs/remotes/origin/master)
12:35:30 [2026-06-22T10:35:30.279Z] > /usr/bin/git config core.sparsecheckout # timeout=10
12:35:30 [2026-06-22T10:35:30.283Z] > /usr/bin/git checkout -f ee417f2e12a50c898fce7d66542b733c63b400a8 # timeout=10
12:35:30 [2026-06-22T10:35:30.339Z] Commit message: "Update pipeline to build a build release of master based upon JEE"
12:35:30 [2026-06-22T10:35:30.339Z] > /usr/bin/git rev-list --no-walk ee417f2e12a50c898fce7d66542b733c63b400a8 # timeout=10
12:35:30 [2026-06-22T10:35:30.357Z] [Pipeline] }
12:35:30 [2026-06-22T10:35:30.361Z] [Pipeline] // stage
12:35:30 [2026-06-22T10:35:30.370Z] [Pipeline] withEnv
12:35:30 [2026-06-22T10:35:30.371Z] [Pipeline] {
12:35:30 [2026-06-22T10:35:30.458Z] [Pipeline] isUnix
12:35:30 [2026-06-22T10:35:30.459Z] [Pipeline] withEnv
12:35:30 [2026-06-22T10:35:30.460Z] [Pipeline] {
12:35:30 [2026-06-22T10:35:30.470Z] [Pipeline] sh
12:35:30 [2026-06-22T10:35:30.726Z] + docker inspect -f . silverpeas/silverbuild:latest
12:35:30 [2026-06-22T10:35:30.726Z] .
12:35:30 [2026-06-22T10:35:30.727Z] [Pipeline] }
12:35:30 [2026-06-22T10:35:30.732Z] [Pipeline] // withEnv
12:35:30 [2026-06-22T10:35:30.738Z] [Pipeline] withDockerContainer
12:35:30 [2026-06-22T10:35:30.769Z] Jenkins does not seem to be running inside a container
12:35:30 [2026-06-22T10:35:30.776Z] $ 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
12:35:31 [2026-06-22T10:35:31.259Z] $ docker top 1af5933282be612ec8cb336317b29148ff9e058adba60656deac1d00b1d33a7a -eo pid,comm
12:35:31 [2026-06-22T10:35:31.299Z] [Pipeline] {
12:35:31 [2026-06-22T10:35:31.308Z] [Pipeline] withEnv
12:35:31 [2026-06-22T10:35:31.308Z] [Pipeline] {
12:35:31 [2026-06-22T10:35:31.316Z] [Pipeline] stage
12:35:31 [2026-06-22T10:35:31.316Z] [Pipeline] { (Resolve dependency on Silverpeas)
12:35:31 [2026-06-22T10:35:31.331Z] [Pipeline] script
12:35:31 [2026-06-22T10:35:31.335Z] [Pipeline] {
12:35:31 [2026-06-22T10:35:31.342Z] [Pipeline] echo
12:35:31 [2026-06-22T10:35:31.342Z] Working on branch master
12:35:31 [2026-06-22T10:35:31.347Z] [Pipeline] copyArtifacts
12:35:31 [2026-06-22T10:35:31.351Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 1107
12:35:31 [2026-06-22T10:35:31.359Z] [Pipeline] readYaml
12:35:31 [2026-06-22T10:35:31.364Z] 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.
12:35:31 [2026-06-22T10:35:31.364Z] 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.
12:35:31 [2026-06-22T10:35:31.366Z] [Pipeline] sh
12:35:31 [2026-06-22T10:35:31.623Z] + rm -f build.yaml
12:35:31 [2026-06-22T10:35:31.624Z] [Pipeline] }
12:35:31 [2026-06-22T10:35:31.629Z] [Pipeline] // script
12:35:31 [2026-06-22T10:35:31.639Z] [Pipeline] echo
12:35:31 [2026-06-22T10:35:31.639Z] Parent version is 2.0-build260610
12:35:31 [2026-06-22T10:35:31.640Z] [Pipeline] echo
12:35:31 [2026-06-22T10:35:31.641Z] Silverpeas version is 6.5-build260622
12:35:31 [2026-06-22T10:35:31.642Z] [Pipeline] }
12:35:31 [2026-06-22T10:35:31.650Z] [Pipeline] // stage
12:35:31 [2026-06-22T10:35:31.661Z] [Pipeline] stage
12:35:31 [2026-06-22T10:35:31.662Z] [Pipeline] { (Prepare the project)
12:35:31 [2026-06-22T10:35:31.688Z] [Pipeline] git
12:35:31 [2026-06-22T10:35:31.691Z] The recommended git tool is: /usr/bin/git
12:35:31 [2026-06-22T10:35:31.692Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
12:35:31 [2026-06-22T10:35:31.700Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@10f060d5; decorates hudson.Launcher$LocalLauncher@40e4f208 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
12:35:31 [2026-06-22T10:35:31.701Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
12:35:31 [2026-06-22T10:35:31.706Z] Fetching changes from the remote Git repository
12:35:31 [2026-06-22T10:35:31.707Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
12:35:31 [2026-06-22T10:35:31.713Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
12:35:31 [2026-06-22T10:35:31.713Z] > /usr/bin/git --version # timeout=10
12:35:31 [2026-06-22T10:35:31.717Z] > git --version # 'git version 2.43.0'
12:35:31 [2026-06-22T10:35:31.717Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
12:35:31 [2026-06-22T10:35:31.723Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
12:35:32 [2026-06-22T10:35:32.336Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
12:35:32 [2026-06-22T10:35:32.341Z] Checking out Revision f3d3c76745a573b790eec36cf6599ea066357908 (refs/remotes/origin/master)
12:35:32 [2026-06-22T10:35:32.341Z] > /usr/bin/git config core.sparsecheckout # timeout=10
12:35:32 [2026-06-22T10:35:32.346Z] > /usr/bin/git checkout -f f3d3c76745a573b790eec36cf6599ea066357908 # timeout=10
12:35:32 [2026-06-22T10:35:32.482Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
12:35:32 [2026-06-22T10:35:32.493Z] > /usr/bin/git branch -D master # timeout=10
12:35:32 [2026-06-22T10:35:32.499Z] > /usr/bin/git checkout -b master f3d3c76745a573b790eec36cf6599ea066357908 # timeout=10
12:35:32 [2026-06-22T10:35:32.572Z] Commit message: "Update dependency on Silverpeas to version 6.5-build260511"
12:35:32 [2026-06-22T10:35:32.572Z] > /usr/bin/git rev-list --no-walk f3d3c76745a573b790eec36cf6599ea066357908 # timeout=10
12:35:32 [2026-06-22T10:35:32.591Z] [Pipeline] script
12:35:32 [2026-06-22T10:35:32.593Z] [Pipeline] {
12:35:32 [2026-06-22T10:35:32.602Z] [Pipeline] copyArtifacts
12:35:32 [2026-06-22T10:35:32.606Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 648
12:35:32 [2026-06-22T10:35:32.614Z] [Pipeline] readYaml
12:35:32 [2026-06-22T10:35:32.624Z] 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.
12:35:32 [2026-06-22T10:35:32.625Z] [Pipeline] sh
12:35:32 [2026-06-22T10:35:32.880Z] + git rev-parse HEAD
12:35:32 [2026-06-22T10:35:32.882Z] [Pipeline] echo
12:35:32 [2026-06-22T10:35:32.883Z] Current commit is f3d3c76745a573b790eec36cf6599ea066357908 and last build commit is 4981adae0d171bc8d448699b03916a0d9e43f60c
12:35:32 [2026-06-22T10:35:32.883Z] 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.
12:35:32 [2026-06-22T10:35:32.884Z] [Pipeline] }
12:35:32 [2026-06-22T10:35:32.894Z] [Pipeline] // script
12:35:32 [2026-06-22T10:35:32.904Z] [Pipeline] script
12:35:32 [2026-06-22T10:35:32.908Z] [Pipeline] {
12:35:32 [2026-06-22T10:35:32.918Z] [Pipeline] readMavenPom
12:35:32 [2026-06-22T10:35:32.929Z] 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.
12:35:32 [2026-06-22T10:35:32.930Z] 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.
12:35:32 [2026-06-22T10:35:32.930Z] 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.
12:35:32 [2026-06-22T10:35:32.931Z] 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.
12:35:32 [2026-06-22T10:35:32.932Z] [Pipeline] echo
12:35:32 [2026-06-22T10:35:32.932Z] Build version will be 6.5-build260622
12:35:32 [2026-06-22T10:35:32.933Z] [Pipeline] }
12:35:32 [2026-06-22T10:35:32.941Z] [Pipeline] // script
12:35:32 [2026-06-22T10:35:32.950Z] [Pipeline] }
12:35:32 [2026-06-22T10:35:32.958Z] [Pipeline] // stage
12:35:32 [2026-06-22T10:35:32.973Z] [Pipeline] stage
12:35:32 [2026-06-22T10:35:32.973Z] [Pipeline] { (Build the project)
12:35:33 [2026-06-22T10:35:33.032Z] [Pipeline] stage
12:35:33 [2026-06-22T10:35:33.033Z] [Pipeline] { (Check POM parent version)
12:35:33 [2026-06-22T10:35:33.050Z] Stage "Check POM parent version" skipped due to when conditional
12:35:33 [2026-06-22T10:35:33.051Z] [Pipeline] getContext
12:35:33 [2026-06-22T10:35:33.053Z] [Pipeline] }
12:35:33 [2026-06-22T10:35:33.064Z] [Pipeline] // stage
12:35:33 [2026-06-22T10:35:33.076Z] [Pipeline] stage
12:35:33 [2026-06-22T10:35:33.077Z] [Pipeline] { (Update POM parent)
12:35:33 [2026-06-22T10:35:33.101Z] [Pipeline] withCredentials
12:35:33 [2026-06-22T10:35:33.108Z] Masking supported pattern matches of $GIT_AUTH_USR or $GIT_AUTH_PSW
12:35:33 [2026-06-22T10:35:33.110Z] [Pipeline] {
12:35:33 [2026-06-22T10:35:33.116Z] [Pipeline] sh
12:35:33 [2026-06-22T10:35:33.372Z] + git config --local credential.helper !f() { echo username=${GIT_AUTH_USR}; echo password=$GIT_AUTH_PSW; }; f
12:35:33 [2026-06-22T10:35:33.375Z] [Pipeline] sh
12:35:33 [2026-06-22T10:35:33.635Z] + mvn -U versions:update-parent -DgenerateBackupPoms=false -DskipResolution=true -DparentVersion=2.0-build260610
12:35:35 [2026-06-22T10:35:35.497Z] [INFO] Scanning for projects...
12:35:35 [2026-06-22T10:35:35.747Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-project/2.0-build260507/silverpeas-project-2.0-build260507.pom
12:35:35 [2026-06-22T10:35:35.998Z] Progress (1): 816 B
12:35:35 [2026-06-22T10:35:35.998Z] Progress (1): 2.0 kB
12:35:35 [2026-06-22T10:35:35.998Z] Progress (1): 4.6 kB
12:35:35 [2026-06-22T10:35:35.998Z] Progress (1): 7.7 kB
12:35:35 [2026-06-22T10:35:35.998Z] Progress (1): 12 kB
12:35:35 [2026-06-22T10:35:35.998Z] Progress (1): 15 kB
12:35:35 [2026-06-22T10:35:35.998Z] Progress (1): 19 kB
12:35:35 [2026-06-22T10:35:35.998Z] Progress (1): 21 kB
12:35:35 [2026-06-22T10:35:35.998Z]
12:35:35 [2026-06-22T10:35:35.998Z] 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 60 kB/s)
12:35:35 [2026-06-22T10:35:35.998Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-dependencies-bom/2.0-build260507/silverpeas-dependencies-bom-2.0-build260507.pom
12:35:35 [2026-06-22T10:35:35.999Z] Progress (1): 803 B
12:35:35 [2026-06-22T10:35:35.999Z] Progress (1): 2.1 kB
12:35:35 [2026-06-22T10:35:35.999Z] Progress (1): 4.8 kB
12:35:35 [2026-06-22T10:35:35.999Z] Progress (1): 8.6 kB
12:35:35 [2026-06-22T10:35:35.999Z] Progress (1): 15 kB
12:35:35 [2026-06-22T10:35:35.999Z] Progress (1): 21 kB
12:35:35 [2026-06-22T10:35:35.999Z] Progress (1): 26 kB
12:35:35 [2026-06-22T10:35:35.999Z] Progress (1): 31 kB
12:35:35 [2026-06-22T10:35:35.999Z] Progress (1): 34 kB
12:35:35 [2026-06-22T10:35:35.999Z] Progress (1): 40 kB
12:35:35 [2026-06-22T10:35:35.999Z] Progress (1): 41 kB
12:35:35 [2026-06-22T10:35:35.999Z]
12:35:35 [2026-06-22T10:35:35.999Z] 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 965 kB/s)
12:35:36 [2026-06-22T10:35:36.250Z] 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
12:35:36 [2026-06-22T10:35:36.250Z] Progress (1): 836 B
12:35:36 [2026-06-22T10:35:36.250Z] Progress (1): 2.2 kB
12:35:36 [2026-06-22T10:35:36.250Z] Progress (1): 6.1 kB
12:35:36 [2026-06-22T10:35:36.250Z] Progress (1): 10 kB
12:35:36 [2026-06-22T10:35:36.250Z] Progress (1): 12 kB
12:35:36 [2026-06-22T10:35:36.250Z]
12:35:36 [2026-06-22T10:35:36.250Z] 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 336 kB/s)
12:35:36 [2026-06-22T10:35:36.250Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
12:35:36 [2026-06-22T10:35:36.250Z] [ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar is missing. @ line 315, column 17
12:35:36 [2026-06-22T10:35:36.250Z] @
12:35:36 [2026-06-22T10:35:36.250Z] [ERROR] The build could not read 1 project -> [Help 1]
12:35:36 [2026-06-22T10:35:36.250Z] [ERROR]
12:35:36 [2026-06-22T10:35:36.250Z] [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
12:35:36 [2026-06-22T10:35:36.250Z] [ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar is missing. @ line 315, column 17
12:35:36 [2026-06-22T10:35:36.250Z] [ERROR]
12:35:36 [2026-06-22T10:35:36.250Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
12:35:36 [2026-06-22T10:35:36.250Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
12:35:36 [2026-06-22T10:35:36.250Z] [ERROR]
12:35:36 [2026-06-22T10:35:36.250Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
12:35:36 [2026-06-22T10:35:36.250Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
12:35:36 [2026-06-22T10:35:36.253Z] [Pipeline] }
12:35:36 [2026-06-22T10:35:36.262Z] [Pipeline] // withCredentials
12:35:36 [2026-06-22T10:35:36.273Z] [Pipeline] }
12:35:36 [2026-06-22T10:35:36.282Z] [Pipeline] // stage
12:35:36 [2026-06-22T10:35:36.291Z] [Pipeline] stage
12:35:36 [2026-06-22T10:35:36.292Z] [Pipeline] { (Update dependency on Silverpeas)
12:35:36 [2026-06-22T10:35:36.299Z] Stage "Update dependency on Silverpeas" skipped due to earlier failure(s)
12:35:36 [2026-06-22T10:35:36.300Z] [Pipeline] getContext
12:35:36 [2026-06-22T10:35:36.302Z] [Pipeline] }
12:35:36 [2026-06-22T10:35:36.308Z] [Pipeline] // stage
12:35:36 [2026-06-22T10:35:36.314Z] [Pipeline] stage
12:35:36 [2026-06-22T10:35:36.315Z] [Pipeline] { (Build and Publish)
12:35:36 [2026-06-22T10:35:36.323Z] Stage "Build and Publish" skipped due to earlier failure(s)
12:35:36 [2026-06-22T10:35:36.324Z] [Pipeline] getContext
12:35:36 [2026-06-22T10:35:36.325Z] [Pipeline] }
12:35:36 [2026-06-22T10:35:36.330Z] [Pipeline] // stage
12:35:36 [2026-06-22T10:35:36.336Z] [Pipeline] }
12:35:36 [2026-06-22T10:35:36.342Z] [Pipeline] // stage
12:35:36 [2026-06-22T10:35:36.353Z] [Pipeline] stage
12:35:36 [2026-06-22T10:35:36.354Z] [Pipeline] { (Create YAML build report)
12:35:36 [2026-06-22T10:35:36.358Z] Stage "Create YAML build report" skipped due to earlier failure(s)
12:35:36 [2026-06-22T10:35:36.359Z] [Pipeline] getContext
12:35:36 [2026-06-22T10:35:36.360Z] [Pipeline] }
12:35:36 [2026-06-22T10:35:36.365Z] [Pipeline] // stage
12:35:36 [2026-06-22T10:35:36.372Z] [Pipeline] stage
12:35:36 [2026-06-22T10:35:36.372Z] [Pipeline] { (Declarative: Post Actions)
12:35:36 [2026-06-22T10:35:36.381Z] [Pipeline] step
12:35:36 [2026-06-22T10:35:36.392Z] Sending e-mails to: miguel.moquillon@silverpeas.org silveryocha@chastagnier.com sebastien.vuillet@silverpeas.org
12:35:36 [2026-06-22T10:35:36.472Z] [Pipeline] }
12:35:36 [2026-06-22T10:35:36.478Z] [Pipeline] // stage
12:35:36 [2026-06-22T10:35:36.490Z] [Pipeline] }
12:35:36 [2026-06-22T10:35:36.499Z] [Pipeline] // withEnv
12:35:36 [2026-06-22T10:35:36.506Z] [Pipeline] }
12:35:36 [2026-06-22T10:35:36.507Z] $ docker stop --time=1 1af5933282be612ec8cb336317b29148ff9e058adba60656deac1d00b1d33a7a
12:35:37 [2026-06-22T10:35:37.829Z] $ docker rm -f --volumes 1af5933282be612ec8cb336317b29148ff9e058adba60656deac1d00b1d33a7a
12:35:37 [2026-06-22T10:35:37.873Z] [Pipeline] // withDockerContainer
12:35:37 [2026-06-22T10:35:37.878Z] [Pipeline] }
12:35:37 [2026-06-22T10:35:37.890Z] [Pipeline] // withEnv
12:35:37 [2026-06-22T10:35:37.894Z] [Pipeline] }
12:35:37 [2026-06-22T10:35:37.900Z] [Pipeline] // node
12:35:37 [2026-06-22T10:35:37.908Z] [Pipeline] End of Pipeline
12:35:37 [2026-06-22T10:35:37.925Z] ERROR: script returned exit code 1
12:35:37 [2026-06-22T10:35:37.946Z] Finished: FAILURE