12:51:48 [2026-06-15T10:51:48.943Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 1103
12:51:48 [2026-06-15T10:51:48.943Z] Causé à l'origine par :
12:51:48 [2026-06-15T10:51:48.943Z] Démarré par l'utilisateur Miguel Moquillon
12:51:48 [2026-06-15T10:51:48.943Z] Running as userbuild
12:51:49 [2026-06-15T10:51:49.367Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
12:51:49 [2026-06-15T10:51:49.525Z] [Pipeline] Start of Pipeline
12:51:49 [2026-06-15T10:51:49.754Z] [Pipeline] node
12:51:49 [2026-06-15T10:51:49.757Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy
12:51:49 [2026-06-15T10:51:49.760Z] [Pipeline] {
12:51:49 [2026-06-15T10:51:49.775Z] [Pipeline] stage
12:51:49 [2026-06-15T10:51:49.776Z] [Pipeline] { (Declarative: Checkout SCM)
12:51:49 [2026-06-15T10:51:49.786Z] [Pipeline] checkout
12:51:49 [2026-06-15T10:51:49.788Z] Selected Git installation does not exist. Using Default
12:51:49 [2026-06-15T10:51:49.788Z] The recommended git tool is: NONE
12:51:49 [2026-06-15T10:51:49.789Z] No credentials specified
12:51:49 [2026-06-15T10:51:49.790Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
12:51:49 [2026-06-15T10:51:49.797Z] Fetching changes from the remote Git repository
12:51:49 [2026-06-15T10:51:49.799Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
12:51:49 [2026-06-15T10:51:49.804Z] Cleaning workspace
12:51:49 [2026-06-15T10:51:49.804Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
12:51:49 [2026-06-15T10:51:49.809Z] Resetting working tree
12:51:49 [2026-06-15T10:51:49.809Z] > /usr/bin/git reset --hard # timeout=10
12:51:49 [2026-06-15T10:51:49.989Z] > /usr/bin/git clean -fdx # timeout=10
12:51:49 [2026-06-15T10:51:49.999Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
12:51:49 [2026-06-15T10:51:49.999Z] > /usr/bin/git --version # timeout=10
12:51:50 [2026-06-15T10:51:50.004Z] > git --version # 'git version 2.43.0'
12:51:50 [2026-06-15T10:51:50.004Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
12:51:50 [2026-06-15T10:51:50.375Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
12:51:50 [2026-06-15T10:51:50.383Z] Checking out Revision ee417f2e12a50c898fce7d66542b733c63b400a8 (refs/remotes/origin/master)
12:51:50 [2026-06-15T10:51:50.383Z] > /usr/bin/git config core.sparsecheckout # timeout=10
12:51:50 [2026-06-15T10:51:50.388Z] > /usr/bin/git checkout -f ee417f2e12a50c898fce7d66542b733c63b400a8 # timeout=10
12:51:50 [2026-06-15T10:51:50.445Z] Commit message: "Update pipeline to build a build release of master based upon JEE"
12:51:50 [2026-06-15T10:51:50.445Z] > /usr/bin/git rev-list --no-walk ee417f2e12a50c898fce7d66542b733c63b400a8 # timeout=10
12:51:50 [2026-06-15T10:51:50.464Z] [Pipeline] }
12:51:50 [2026-06-15T10:51:50.470Z] [Pipeline] // stage
12:51:50 [2026-06-15T10:51:50.479Z] [Pipeline] withEnv
12:51:50 [2026-06-15T10:51:50.480Z] [Pipeline] {
12:51:50 [2026-06-15T10:51:50.608Z] [Pipeline] isUnix
12:51:50 [2026-06-15T10:51:50.610Z] [Pipeline] withEnv
12:51:50 [2026-06-15T10:51:50.611Z] [Pipeline] {
12:51:50 [2026-06-15T10:51:50.618Z] [Pipeline] sh
12:51:50 [2026-06-15T10:51:50.874Z] + docker inspect -f . silverpeas/silverbuild:latest
12:51:50 [2026-06-15T10:51:50.874Z] .
12:51:50 [2026-06-15T10:51:50.876Z] [Pipeline] }
12:51:50 [2026-06-15T10:51:50.881Z] [Pipeline] // withEnv
12:51:50 [2026-06-15T10:51:50.888Z] [Pipeline] withDockerContainer
12:51:50 [2026-06-15T10:51:50.914Z] Jenkins does not seem to be running inside a container
12:51:50 [2026-06-15T10:51:50.922Z] $ 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:51:51 [2026-06-15T10:51:51.353Z] $ docker top a192a2744192cde2c5ec3c573a01eaa94a82a2dac007d4d5ae7cad7a2f9dabc7 -eo pid,comm
12:51:51 [2026-06-15T10:51:51.393Z] [Pipeline] {
12:51:51 [2026-06-15T10:51:51.407Z] [Pipeline] withEnv
12:51:51 [2026-06-15T10:51:51.408Z] [Pipeline] {
12:51:51 [2026-06-15T10:51:51.419Z] [Pipeline] stage
12:51:51 [2026-06-15T10:51:51.419Z] [Pipeline] { (Resolve dependency on Silverpeas)
12:51:51 [2026-06-15T10:51:51.443Z] [Pipeline] script
12:51:51 [2026-06-15T10:51:51.447Z] [Pipeline] {
12:51:51 [2026-06-15T10:51:51.456Z] [Pipeline] echo
12:51:51 [2026-06-15T10:51:51.456Z] Working on branch master
12:51:51 [2026-06-15T10:51:51.460Z] [Pipeline] copyArtifacts
12:51:51 [2026-06-15T10:51:51.465Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 1103
12:51:51 [2026-06-15T10:51:51.476Z] [Pipeline] readYaml
12:51:51 [2026-06-15T10:51:51.482Z] 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:51:51 [2026-06-15T10:51:51.483Z] 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:51:51 [2026-06-15T10:51:51.484Z] [Pipeline] sh
12:51:51 [2026-06-15T10:51:51.740Z] + rm -f build.yaml
12:51:51 [2026-06-15T10:51:51.741Z] [Pipeline] }
12:51:51 [2026-06-15T10:51:51.749Z] [Pipeline] // script
12:51:51 [2026-06-15T10:51:51.758Z] [Pipeline] echo
12:51:51 [2026-06-15T10:51:51.758Z] Parent version is 2.0-build260610
12:51:51 [2026-06-15T10:51:51.759Z] [Pipeline] echo
12:51:51 [2026-06-15T10:51:51.759Z] Silverpeas version is 6.5-build260615
12:51:51 [2026-06-15T10:51:51.760Z] [Pipeline] }
12:51:51 [2026-06-15T10:51:51.765Z] [Pipeline] // stage
12:51:51 [2026-06-15T10:51:51.773Z] [Pipeline] stage
12:51:51 [2026-06-15T10:51:51.774Z] [Pipeline] { (Prepare the project)
12:51:51 [2026-06-15T10:51:51.790Z] [Pipeline] git
12:51:51 [2026-06-15T10:51:51.799Z] The recommended git tool is: /usr/bin/git
12:51:51 [2026-06-15T10:51:51.800Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
12:51:51 [2026-06-15T10:51:51.806Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6b909f31; decorates hudson.Launcher$LocalLauncher@6246ba2b will be ignored (a typical symptom is the Git executable not being run inside a designated container)
12:51:51 [2026-06-15T10:51:51.807Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
12:51:51 [2026-06-15T10:51:51.812Z] Fetching changes from the remote Git repository
12:51:51 [2026-06-15T10:51:51.814Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
12:51:51 [2026-06-15T10:51:51.819Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
12:51:51 [2026-06-15T10:51:51.819Z] > /usr/bin/git --version # timeout=10
12:51:51 [2026-06-15T10:51:51.823Z] > git --version # 'git version 2.43.0'
12:51:51 [2026-06-15T10:51:51.823Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
12:51:51 [2026-06-15T10:51:51.828Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
12:51:52 [2026-06-15T10:51:52.445Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
12:51:52 [2026-06-15T10:51:52.453Z] Checking out Revision f3d3c76745a573b790eec36cf6599ea066357908 (refs/remotes/origin/master)
12:51:52 [2026-06-15T10:51:52.453Z] > /usr/bin/git config core.sparsecheckout # timeout=10
12:51:52 [2026-06-15T10:51:52.459Z] > /usr/bin/git checkout -f f3d3c76745a573b790eec36cf6599ea066357908 # timeout=10
12:51:52 [2026-06-15T10:51:52.595Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
12:51:52 [2026-06-15T10:51:52.604Z] > /usr/bin/git branch -D master # timeout=10
12:51:52 [2026-06-15T10:51:52.611Z] > /usr/bin/git checkout -b master f3d3c76745a573b790eec36cf6599ea066357908 # timeout=10
12:51:52 [2026-06-15T10:51:52.688Z] Commit message: "Update dependency on Silverpeas to version 6.5-build260511"
12:51:52 [2026-06-15T10:51:52.688Z] > /usr/bin/git rev-list --no-walk f3d3c76745a573b790eec36cf6599ea066357908 # timeout=10
12:51:52 [2026-06-15T10:51:52.711Z] [Pipeline] script
12:51:52 [2026-06-15T10:51:52.715Z] [Pipeline] {
12:51:52 [2026-06-15T10:51:52.737Z] [Pipeline] copyArtifacts
12:51:52 [2026-06-15T10:51:52.743Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 648
12:51:52 [2026-06-15T10:51:52.750Z] [Pipeline] readYaml
12:51:52 [2026-06-15T10:51:52.757Z] 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:51:52 [2026-06-15T10:51:52.758Z] [Pipeline] sh
12:51:53 [2026-06-15T10:51:53.016Z] + git rev-parse HEAD
12:51:53 [2026-06-15T10:51:53.018Z] [Pipeline] echo
12:51:53 [2026-06-15T10:51:53.019Z] Current commit is f3d3c76745a573b790eec36cf6599ea066357908 and last build commit is 4981adae0d171bc8d448699b03916a0d9e43f60c
12:51:53 [2026-06-15T10:51:53.019Z] 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:51:53 [2026-06-15T10:51:53.020Z] [Pipeline] }
12:51:53 [2026-06-15T10:51:53.028Z] [Pipeline] // script
12:51:53 [2026-06-15T10:51:53.036Z] [Pipeline] script
12:51:53 [2026-06-15T10:51:53.040Z] [Pipeline] {
12:51:53 [2026-06-15T10:51:53.049Z] [Pipeline] readMavenPom
12:51:53 [2026-06-15T10:51:53.056Z] 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:51:53 [2026-06-15T10:51:53.057Z] 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:51:53 [2026-06-15T10:51:53.059Z] 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:51:53 [2026-06-15T10:51:53.060Z] 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:51:53 [2026-06-15T10:51:53.061Z] [Pipeline] echo
12:51:53 [2026-06-15T10:51:53.062Z] Build version will be 6.5-build260615
12:51:53 [2026-06-15T10:51:53.062Z] [Pipeline] }
12:51:53 [2026-06-15T10:51:53.068Z] [Pipeline] // script
12:51:53 [2026-06-15T10:51:53.075Z] [Pipeline] }
12:51:53 [2026-06-15T10:51:53.082Z] [Pipeline] // stage
12:51:53 [2026-06-15T10:51:53.093Z] [Pipeline] stage
12:51:53 [2026-06-15T10:51:53.093Z] [Pipeline] { (Build the project)
12:51:53 [2026-06-15T10:51:53.144Z] [Pipeline] stage
12:51:53 [2026-06-15T10:51:53.145Z] [Pipeline] { (Check POM parent version)
12:51:53 [2026-06-15T10:51:53.163Z] Stage "Check POM parent version" skipped due to when conditional
12:51:53 [2026-06-15T10:51:53.164Z] [Pipeline] getContext
12:51:53 [2026-06-15T10:51:53.166Z] [Pipeline] }
12:51:53 [2026-06-15T10:51:53.173Z] [Pipeline] // stage
12:51:53 [2026-06-15T10:51:53.182Z] [Pipeline] stage
12:51:53 [2026-06-15T10:51:53.183Z] [Pipeline] { (Update POM parent)
12:51:53 [2026-06-15T10:51:53.231Z] [Pipeline] withCredentials
12:51:53 [2026-06-15T10:51:53.260Z] Masking supported pattern matches of $GIT_AUTH_USR or $GIT_AUTH_PSW
12:51:53 [2026-06-15T10:51:53.274Z] [Pipeline] {
12:51:53 [2026-06-15T10:51:53.281Z] [Pipeline] sh
12:51:53 [2026-06-15T10:51:53.538Z] + git config --local credential.helper !f() { echo username=${GIT_AUTH_USR}; echo password=$GIT_AUTH_PSW; }; f
12:51:53 [2026-06-15T10:51:53.542Z] [Pipeline] sh
12:51:53 [2026-06-15T10:51:53.800Z] + mvn -U versions:update-parent -DgenerateBackupPoms=false -DskipResolution=true -DparentVersion=2.0-build260610
12:51:55 [2026-06-15T10:51:55.662Z] [INFO] Scanning for projects...
12:51:56 [2026-06-15T10:51:56.213Z] Downloading from Silverpeas: https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-project/2.0-build260507/silverpeas-project-2.0-build260507.pom
12:51:56 [2026-06-15T10:51:56.464Z] Progress (1): 816 B
12:51:56 [2026-06-15T10:51:56.464Z] Progress (1): 2.0 kB
12:51:56 [2026-06-15T10:51:56.464Z] Progress (1): 4.6 kB
12:51:56 [2026-06-15T10:51:56.464Z] Progress (1): 7.7 kB
12:51:56 [2026-06-15T10:51:56.464Z] Progress (1): 12 kB
12:51:56 [2026-06-15T10:51:56.464Z] Progress (1): 15 kB
12:51:56 [2026-06-15T10:51:56.464Z] Progress (1): 19 kB
12:51:56 [2026-06-15T10:51:56.464Z] Progress (1): 21 kB
12:51:56 [2026-06-15T10:51:56.464Z]
12:51:56 [2026-06-15T10:51:56.464Z] 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 54 kB/s)
12:51:56 [2026-06-15T10:51:56.715Z] 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:51:56 [2026-06-15T10:51:56.715Z] Progress (1): 803 B
12:51:56 [2026-06-15T10:51:56.715Z] Progress (1): 2.1 kB
12:51:56 [2026-06-15T10:51:56.715Z] Progress (1): 4.8 kB
12:51:56 [2026-06-15T10:51:56.715Z] Progress (1): 8.6 kB
12:51:56 [2026-06-15T10:51:56.715Z] Progress (1): 15 kB
12:51:56 [2026-06-15T10:51:56.715Z] Progress (1): 21 kB
12:51:56 [2026-06-15T10:51:56.715Z] Progress (1): 26 kB
12:51:56 [2026-06-15T10:51:56.715Z] Progress (1): 31 kB
12:51:56 [2026-06-15T10:51:56.715Z] Progress (1): 34 kB
12:51:56 [2026-06-15T10:51:56.715Z] Progress (1): 40 kB
12:51:56 [2026-06-15T10:51:56.715Z] Progress (1): 41 kB
12:51:56 [2026-06-15T10:51:56.715Z]
12:51:56 [2026-06-15T10:51:56.715Z] 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 764 kB/s)
12:51:56 [2026-06-15T10:51:56.715Z] 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:51:56 [2026-06-15T10:51:56.715Z] Progress (1): 836 B
12:51:56 [2026-06-15T10:51:56.715Z] Progress (1): 2.2 kB
12:51:56 [2026-06-15T10:51:56.715Z] Progress (1): 6.1 kB
12:51:56 [2026-06-15T10:51:56.715Z] Progress (1): 10 kB
12:51:56 [2026-06-15T10:51:56.716Z] Progress (1): 12 kB
12:51:56 [2026-06-15T10:51:56.716Z]
12:51:56 [2026-06-15T10:51:56.716Z] 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 269 kB/s)
12:51:56 [2026-06-15T10:51:56.716Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
12:51:56 [2026-06-15T10:51:56.716Z] [ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar is missing. @ line 315, column 17
12:51:56 [2026-06-15T10:51:56.716Z] @
12:51:56 [2026-06-15T10:51:56.716Z] [ERROR] The build could not read 1 project -> [Help 1]
12:51:56 [2026-06-15T10:51:56.716Z] [ERROR]
12:51:56 [2026-06-15T10:51:56.716Z] [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:51:56 [2026-06-15T10:51:56.716Z] [ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar is missing. @ line 315, column 17
12:51:56 [2026-06-15T10:51:56.716Z] [ERROR]
12:51:56 [2026-06-15T10:51:56.716Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
12:51:56 [2026-06-15T10:51:56.716Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
12:51:56 [2026-06-15T10:51:56.717Z] [ERROR]
12:51:56 [2026-06-15T10:51:56.717Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
12:51:56 [2026-06-15T10:51:56.717Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
12:51:56 [2026-06-15T10:51:56.721Z] [Pipeline] }
12:51:56 [2026-06-15T10:51:56.735Z] [Pipeline] // withCredentials
12:51:56 [2026-06-15T10:51:56.747Z] [Pipeline] }
12:51:56 [2026-06-15T10:51:56.758Z] [Pipeline] // stage
12:51:56 [2026-06-15T10:51:56.774Z] [Pipeline] stage
12:51:56 [2026-06-15T10:51:56.775Z] [Pipeline] { (Update dependency on Silverpeas)
12:51:56 [2026-06-15T10:51:56.786Z] Stage "Update dependency on Silverpeas" skipped due to earlier failure(s)
12:51:56 [2026-06-15T10:51:56.787Z] [Pipeline] getContext
12:51:56 [2026-06-15T10:51:56.788Z] [Pipeline] }
12:51:56 [2026-06-15T10:51:56.800Z] [Pipeline] // stage
12:51:56 [2026-06-15T10:51:56.816Z] [Pipeline] stage
12:51:56 [2026-06-15T10:51:56.817Z] [Pipeline] { (Build and Publish)
12:51:56 [2026-06-15T10:51:56.831Z] Stage "Build and Publish" skipped due to earlier failure(s)
12:51:56 [2026-06-15T10:51:56.832Z] [Pipeline] getContext
12:51:56 [2026-06-15T10:51:56.834Z] [Pipeline] }
12:51:56 [2026-06-15T10:51:56.846Z] [Pipeline] // stage
12:51:56 [2026-06-15T10:51:56.858Z] [Pipeline] }
12:51:56 [2026-06-15T10:51:56.874Z] [Pipeline] // stage
12:51:56 [2026-06-15T10:51:56.887Z] [Pipeline] stage
12:51:56 [2026-06-15T10:51:56.888Z] [Pipeline] { (Create YAML build report)
12:51:56 [2026-06-15T10:51:56.898Z] Stage "Create YAML build report" skipped due to earlier failure(s)
12:51:56 [2026-06-15T10:51:56.900Z] [Pipeline] getContext
12:51:56 [2026-06-15T10:51:56.902Z] [Pipeline] }
12:51:56 [2026-06-15T10:51:56.914Z] [Pipeline] // stage
12:51:56 [2026-06-15T10:51:56.928Z] [Pipeline] stage
12:51:56 [2026-06-15T10:51:56.929Z] [Pipeline] { (Declarative: Post Actions)
12:51:56 [2026-06-15T10:51:56.947Z] [Pipeline] step
12:51:56 [2026-06-15T10:51:56.958Z] Sending e-mails to: miguel.moquillon@silverpeas.org silveryocha@chastagnier.com sebastien.vuillet@silverpeas.org
12:51:57 [2026-06-15T10:51:57.038Z] [Pipeline] }
12:51:57 [2026-06-15T10:51:57.047Z] [Pipeline] // stage
12:51:57 [2026-06-15T10:51:57.056Z] [Pipeline] }
12:51:57 [2026-06-15T10:51:57.066Z] [Pipeline] // withEnv
12:51:57 [2026-06-15T10:51:57.074Z] [Pipeline] }
12:51:57 [2026-06-15T10:51:57.076Z] $ docker stop --time=1 a192a2744192cde2c5ec3c573a01eaa94a82a2dac007d4d5ae7cad7a2f9dabc7
12:51:59 [2026-06-15T10:51:59.323Z] $ docker rm -f --volumes a192a2744192cde2c5ec3c573a01eaa94a82a2dac007d4d5ae7cad7a2f9dabc7
12:51:59 [2026-06-15T10:51:59.360Z] [Pipeline] // withDockerContainer
12:51:59 [2026-06-15T10:51:59.366Z] [Pipeline] }
12:51:59 [2026-06-15T10:51:59.370Z] [Pipeline] // withEnv
12:51:59 [2026-06-15T10:51:59.375Z] [Pipeline] }
12:51:59 [2026-06-15T10:51:59.383Z] [Pipeline] // node
12:51:59 [2026-06-15T10:51:59.389Z] [Pipeline] End of Pipeline
12:51:59 [2026-06-15T10:51:59.420Z] ERROR: script returned exit code 1
12:51:59 [2026-06-15T10:51:59.449Z] Finished: FAILURE