Skip to content
06:46:21 [2026-06-04T04:46:21.140Z] Démarré par le projet amont "Silverpeas_Stable_AutoDeploy" de numéro de build 529
06:46:21 [2026-06-04T04:46:21.140Z] Causé à l'origine par :
06:46:21 [2026-06-04T04:46:21.140Z]  Lancé par une alarme périodique
06:46:21 [2026-06-04T04:46:21.140Z] Running as userbuild
06:46:21 [2026-06-04T04:46:21.512Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:21 [2026-06-04T04:46:21.667Z] [Pipeline] Start of Pipeline
06:46:21 [2026-06-04T04:46:21.914Z] [Pipeline] node
06:46:21 [2026-06-04T04:46:21.917Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy
06:46:21 [2026-06-04T04:46:21.920Z] [Pipeline] {
06:46:21 [2026-06-04T04:46:21.933Z] [Pipeline] stage
06:46:21 [2026-06-04T04:46:21.933Z] [Pipeline] { (Declarative: Checkout SCM)
06:46:21 [2026-06-04T04:46:21.941Z] [Pipeline] checkout
06:46:21 [2026-06-04T04:46:21.942Z] Selected Git installation does not exist. Using Default
06:46:21 [2026-06-04T04:46:21.942Z] The recommended git tool is: NONE
06:46:21 [2026-06-04T04:46:21.942Z] No credentials specified
06:46:21 [2026-06-04T04:46:21.943Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
06:46:21 [2026-06-04T04:46:21.948Z] Fetching changes from the remote Git repository
06:46:21 [2026-06-04T04:46:21.952Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
06:46:21 [2026-06-04T04:46:21.958Z] Cleaning workspace
06:46:21 [2026-06-04T04:46:21.958Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
06:46:21 [2026-06-04T04:46:21.964Z] Resetting working tree
06:46:21 [2026-06-04T04:46:21.964Z]  > /usr/bin/git reset --hard # timeout=10
06:46:22 [2026-06-04T04:46:22.140Z]  > /usr/bin/git clean -fdx # timeout=10
06:46:22 [2026-06-04T04:46:22.151Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:22 [2026-06-04T04:46:22.151Z]  > /usr/bin/git --version # timeout=10
06:46:22 [2026-06-04T04:46:22.156Z]  > git --version # 'git version 2.43.0'
06:46:22 [2026-06-04T04:46:22.156Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:22 [2026-06-04T04:46:22.564Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:46:22 [2026-06-04T04:46:22.570Z] Checking out Revision 01d06ccb34ffbca958998fce357470ddc43cbd57 (refs/remotes/origin/master)
06:46:22 [2026-06-04T04:46:22.570Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:22 [2026-06-04T04:46:22.575Z]  > /usr/bin/git checkout -f 01d06ccb34ffbca958998fce357470ddc43cbd57 # timeout=10
06:46:22 [2026-06-04T04:46:22.641Z] Commit message: "In all Jenkinsfiles, when updating the parent POM version, do it explicitly without any resolution"
06:46:22 [2026-06-04T04:46:22.642Z]  > /usr/bin/git rev-list --no-walk 01d06ccb34ffbca958998fce357470ddc43cbd57 # timeout=10
06:46:22 [2026-06-04T04:46:22.667Z] [Pipeline] }
06:46:22 [2026-06-04T04:46:22.674Z] [Pipeline] // stage
06:46:22 [2026-06-04T04:46:22.685Z] [Pipeline] withEnv
06:46:22 [2026-06-04T04:46:22.686Z] [Pipeline] {
06:46:22 [2026-06-04T04:46:22.801Z] [Pipeline] isUnix
06:46:22 [2026-06-04T04:46:22.803Z] [Pipeline] withEnv
06:46:22 [2026-06-04T04:46:22.803Z] [Pipeline] {
06:46:22 [2026-06-04T04:46:22.809Z] [Pipeline] sh
06:46:23 [2026-06-04T04:46:23.065Z] + docker inspect -f . silverpeas/silverbuild:6.4
06:46:23 [2026-06-04T04:46:23.065Z] .
06:46:23 [2026-06-04T04:46:23.066Z] [Pipeline] }
06:46:23 [2026-06-04T04:46:23.070Z] [Pipeline] // withEnv
06:46:23 [2026-06-04T04:46:23.078Z] [Pipeline] withDockerContainer
06:46:23 [2026-06-04T04:46:23.107Z] Jenkins does not seem to be running inside a container
06:46:23 [2026-06-04T04:46:23.116Z] $ 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_Stable_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_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:6.4 cat
06:46:23 [2026-06-04T04:46:23.450Z] $ docker top d1cbca5474574ecc968810557e40f3c28095cbfd50d2dc1dd4cc7fca4a10ae6b -eo pid,comm
06:46:23 [2026-06-04T04:46:23.492Z] [Pipeline] {
06:46:23 [2026-06-04T04:46:23.508Z] [Pipeline] withEnv
06:46:23 [2026-06-04T04:46:23.509Z] [Pipeline] {
06:46:23 [2026-06-04T04:46:23.519Z] [Pipeline] stage
06:46:23 [2026-06-04T04:46:23.519Z] [Pipeline] { (Resolve dependency on Silverpeas)
06:46:23 [2026-06-04T04:46:23.541Z] [Pipeline] script
06:46:23 [2026-06-04T04:46:23.545Z] [Pipeline] {
06:46:23 [2026-06-04T04:46:23.551Z] [Pipeline] echo
06:46:23 [2026-06-04T04:46:23.551Z] Working on branch 6.4.x
06:46:23 [2026-06-04T04:46:23.555Z] [Pipeline] copyArtifacts
06:46:23 [2026-06-04T04:46:23.559Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 529
06:46:23 [2026-06-04T04:46:23.566Z] [Pipeline] readYaml
06:46:23 [2026-06-04T04:46:23.572Z] 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.
06:46:23 [2026-06-04T04:46:23.572Z] 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.
06:46:23 [2026-06-04T04:46:23.573Z] [Pipeline] sh
06:46:23 [2026-06-04T04:46:23.829Z] + rm -f build.yaml
06:46:23 [2026-06-04T04:46:23.830Z] [Pipeline] }
06:46:23 [2026-06-04T04:46:23.836Z] [Pipeline] // script
06:46:23 [2026-06-04T04:46:23.843Z] [Pipeline] echo
06:46:23 [2026-06-04T04:46:23.843Z] Parent version is 1.6.2
06:46:23 [2026-06-04T04:46:23.845Z] [Pipeline] echo
06:46:23 [2026-06-04T04:46:23.846Z] Silverpeas version is 6.4.7-build260525
06:46:23 [2026-06-04T04:46:23.847Z] [Pipeline] }
06:46:23 [2026-06-04T04:46:23.852Z] [Pipeline] // stage
06:46:23 [2026-06-04T04:46:23.861Z] [Pipeline] stage
06:46:23 [2026-06-04T04:46:23.862Z] [Pipeline] { (Prepare the project)
06:46:23 [2026-06-04T04:46:23.885Z] [Pipeline] git
06:46:23 [2026-06-04T04:46:23.887Z] The recommended git tool is: /usr/bin/git
06:46:23 [2026-06-04T04:46:23.888Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:23 [2026-06-04T04:46:23.901Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@578d5c5c; decorates hudson.Launcher$LocalLauncher@21f23059 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:23 [2026-06-04T04:46:23.902Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
06:46:23 [2026-06-04T04:46:23.909Z] Fetching changes from the remote Git repository
06:46:23 [2026-06-04T04:46:23.912Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
06:46:23 [2026-06-04T04:46:23.917Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
06:46:23 [2026-06-04T04:46:23.917Z]  > /usr/bin/git --version # timeout=10
06:46:23 [2026-06-04T04:46:23.922Z]  > git --version # 'git version 2.43.0'
06:46:23 [2026-06-04T04:46:23.922Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:23 [2026-06-04T04:46:23.927Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:24 [2026-06-04T04:46:24.554Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:24 [2026-06-04T04:46:24.560Z] Checking out Revision bc3c140ebc2a3b450e0252fd6cd755c29e54c61a (refs/remotes/origin/6.4.x)
06:46:24 [2026-06-04T04:46:24.560Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:24 [2026-06-04T04:46:24.564Z]  > /usr/bin/git checkout -f bc3c140ebc2a3b450e0252fd6cd755c29e54c61a # timeout=10
06:46:24 [2026-06-04T04:46:24.678Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:24 [2026-06-04T04:46:24.685Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:24 [2026-06-04T04:46:24.691Z]  > /usr/bin/git checkout -b 6.4.x bc3c140ebc2a3b450e0252fd6cd755c29e54c61a # timeout=10
06:46:24 [2026-06-04T04:46:24.777Z] Commit message: "Update dependency on Silverpeas to version 6.4.7-build260525"
06:46:24 [2026-06-04T04:46:24.778Z]  > /usr/bin/git rev-list --no-walk bc3c140ebc2a3b450e0252fd6cd755c29e54c61a # timeout=10
06:46:24 [2026-06-04T04:46:24.799Z] [Pipeline] script
06:46:24 [2026-06-04T04:46:24.802Z] [Pipeline] {
06:46:24 [2026-06-04T04:46:24.817Z] [Pipeline] copyArtifacts
06:46:24 [2026-06-04T04:46:24.825Z] Copied 1 artifact from "Silverpeas_Mobile_Stable_AutoDeploy" build number 401
06:46:24 [2026-06-04T04:46:24.832Z] [Pipeline] readYaml
06:46:24 [2026-06-04T04:46:24.840Z] 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.
06:46:24 [2026-06-04T04:46:24.843Z] [Pipeline] sh
06:46:25 [2026-06-04T04:46:25.103Z] + git rev-parse HEAD
06:46:25 [2026-06-04T04:46:25.106Z] [Pipeline] echo
06:46:25 [2026-06-04T04:46:25.107Z] Current commit is bc3c140ebc2a3b450e0252fd6cd755c29e54c61a and last build commit is bc3c140ebc2a3b450e0252fd6cd755c29e54c61a
06:46:25 [2026-06-04T04:46:25.108Z] 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.
06:46:25 [2026-06-04T04:46:25.108Z] [Pipeline] }
06:46:25 [2026-06-04T04:46:25.122Z] [Pipeline] // script
06:46:25 [2026-06-04T04:46:25.132Z] [Pipeline] script
06:46:25 [2026-06-04T04:46:25.138Z] [Pipeline] {
06:46:25 [2026-06-04T04:46:25.148Z] [Pipeline] readMavenPom
06:46:25 [2026-06-04T04:46:25.157Z] 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.
06:46:25 [2026-06-04T04:46:25.158Z] 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.
06:46:25 [2026-06-04T04:46:25.160Z] 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.
06:46:25 [2026-06-04T04:46:25.161Z] 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.
06:46:25 [2026-06-04T04:46:25.163Z] [Pipeline] echo
06:46:25 [2026-06-04T04:46:25.163Z] No changes and no update in Silverpeas since the last build
06:46:25 [2026-06-04T04:46:25.164Z] [Pipeline] }
06:46:25 [2026-06-04T04:46:25.171Z] [Pipeline] // script
06:46:25 [2026-06-04T04:46:25.178Z] [Pipeline] }
06:46:25 [2026-06-04T04:46:25.183Z] [Pipeline] // stage
06:46:25 [2026-06-04T04:46:25.197Z] [Pipeline] stage
06:46:25 [2026-06-04T04:46:25.197Z] [Pipeline] { (Build the project)
06:46:25 [2026-06-04T04:46:25.230Z] Stage "Build the project" skipped due to when conditional
06:46:25 [2026-06-04T04:46:25.232Z] [Pipeline] getContext
06:46:25 [2026-06-04T04:46:25.243Z] [Pipeline] stage
06:46:25 [2026-06-04T04:46:25.244Z] [Pipeline] { (Check POM parent version)
06:46:25 [2026-06-04T04:46:25.251Z] Stage "Build the project" skipped due to when conditional
06:46:25 [2026-06-04T04:46:25.252Z] [Pipeline] getContext
06:46:25 [2026-06-04T04:46:25.253Z] [Pipeline] }
06:46:25 [2026-06-04T04:46:25.260Z] [Pipeline] // stage
06:46:25 [2026-06-04T04:46:25.270Z] [Pipeline] stage
06:46:25 [2026-06-04T04:46:25.271Z] [Pipeline] { (Update POM parent)
06:46:25 [2026-06-04T04:46:25.278Z] Stage "Build the project" skipped due to when conditional
06:46:25 [2026-06-04T04:46:25.279Z] [Pipeline] getContext
06:46:25 [2026-06-04T04:46:25.281Z] [Pipeline] }
06:46:25 [2026-06-04T04:46:25.288Z] [Pipeline] // stage
06:46:25 [2026-06-04T04:46:25.297Z] [Pipeline] stage
06:46:25 [2026-06-04T04:46:25.297Z] [Pipeline] { (Update dependency on Silverpeas)
06:46:25 [2026-06-04T04:46:25.305Z] Stage "Build the project" skipped due to when conditional
06:46:25 [2026-06-04T04:46:25.306Z] [Pipeline] getContext
06:46:25 [2026-06-04T04:46:25.308Z] [Pipeline] }
06:46:25 [2026-06-04T04:46:25.314Z] [Pipeline] // stage
06:46:25 [2026-06-04T04:46:25.323Z] [Pipeline] stage
06:46:25 [2026-06-04T04:46:25.324Z] [Pipeline] { (Build and Publish)
06:46:25 [2026-06-04T04:46:25.331Z] Stage "Build the project" skipped due to when conditional
06:46:25 [2026-06-04T04:46:25.332Z] [Pipeline] getContext
06:46:25 [2026-06-04T04:46:25.334Z] [Pipeline] }
06:46:25 [2026-06-04T04:46:25.340Z] [Pipeline] // stage
06:46:25 [2026-06-04T04:46:25.347Z] [Pipeline] }
06:46:25 [2026-06-04T04:46:25.354Z] [Pipeline] // stage
06:46:25 [2026-06-04T04:46:25.364Z] [Pipeline] stage
06:46:25 [2026-06-04T04:46:25.365Z] [Pipeline] { (Create YAML build report)
06:46:25 [2026-06-04T04:46:25.385Z] [Pipeline] script
06:46:25 [2026-06-04T04:46:25.388Z] [Pipeline] {
06:46:25 [2026-06-04T04:46:25.393Z] [Pipeline] sh
06:46:25 [2026-06-04T04:46:25.649Z] + mkdir -p target
06:46:25 [2026-06-04T04:46:25.652Z] [Pipeline] sh
06:46:25 [2026-06-04T04:46:25.910Z] + mv build.yaml target/
06:46:25 [2026-06-04T04:46:25.911Z] [Pipeline] }
06:46:25 [2026-06-04T04:46:25.922Z] [Pipeline] // script
06:46:25 [2026-06-04T04:46:25.929Z] [Pipeline] }
06:46:25 [2026-06-04T04:46:25.935Z] [Pipeline] // stage
06:46:25 [2026-06-04T04:46:25.946Z] [Pipeline] stage
06:46:25 [2026-06-04T04:46:25.947Z] [Pipeline] { (Declarative: Post Actions)
06:46:25 [2026-06-04T04:46:25.959Z] [Pipeline] step
06:46:25 [2026-06-04T04:46:25.975Z] [Pipeline] script
06:46:25 [2026-06-04T04:46:25.978Z] [Pipeline] {
06:46:26 [2026-06-04T04:46:26.001Z] [Pipeline] }
06:46:26 [2026-06-04T04:46:26.007Z] [Pipeline] // script
06:46:26 [2026-06-04T04:46:26.019Z] [Pipeline] archiveArtifacts
06:46:26 [2026-06-04T04:46:26.021Z] Archiving artifacts
06:46:26 [2026-06-04T04:46:26.030Z] Enregistrement des empreintes numériques
06:46:26 [2026-06-04T04:46:26.051Z] [Pipeline] }
06:46:26 [2026-06-04T04:46:26.062Z] [Pipeline] // stage
06:46:26 [2026-06-04T04:46:26.071Z] [Pipeline] }
06:46:26 [2026-06-04T04:46:26.080Z] [Pipeline] // withEnv
06:46:26 [2026-06-04T04:46:26.089Z] [Pipeline] }
06:46:26 [2026-06-04T04:46:26.090Z] $ docker stop --time=1 d1cbca5474574ecc968810557e40f3c28095cbfd50d2dc1dd4cc7fca4a10ae6b
06:46:27 [2026-06-04T04:46:27.400Z] $ docker rm -f --volumes d1cbca5474574ecc968810557e40f3c28095cbfd50d2dc1dd4cc7fca4a10ae6b
06:46:27 [2026-06-04T04:46:27.437Z] [Pipeline] // withDockerContainer
06:46:27 [2026-06-04T04:46:27.443Z] [Pipeline] }
06:46:27 [2026-06-04T04:46:27.448Z] [Pipeline] // withEnv
06:46:27 [2026-06-04T04:46:27.452Z] [Pipeline] }
06:46:27 [2026-06-04T04:46:27.456Z] [Pipeline] // node
06:46:27 [2026-06-04T04:46:27.462Z] [Pipeline] End of Pipeline
06:46:27 [2026-06-04T04:46:27.515Z] Finished: SUCCESS