Skip to content
06:46:20 [2026-03-02T05:46:20.562Z] Démarré par le projet amont "Silverpeas_Stable_AutoDeploy" de numéro de build 489
06:46:20 [2026-03-02T05:46:20.562Z] Causé à l'origine par :
06:46:20 [2026-03-02T05:46:20.562Z]  Lancé par une alarme périodique
06:46:20 [2026-03-02T05:46:20.562Z] Running as userbuild
06:46:20 [2026-03-02T05:46:20.984Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:21 [2026-03-02T05:46:21.113Z] [Pipeline] Start of Pipeline
06:46:21 [2026-03-02T05:46:21.355Z] [Pipeline] node
06:46:21 [2026-03-02T05:46:21.358Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy
06:46:21 [2026-03-02T05:46:21.360Z] [Pipeline] {
06:46:21 [2026-03-02T05:46:21.371Z] [Pipeline] stage
06:46:21 [2026-03-02T05:46:21.371Z] [Pipeline] { (Declarative: Checkout SCM)
06:46:21 [2026-03-02T05:46:21.379Z] [Pipeline] checkout
06:46:21 [2026-03-02T05:46:21.380Z] Selected Git installation does not exist. Using Default
06:46:21 [2026-03-02T05:46:21.380Z] The recommended git tool is: NONE
06:46:21 [2026-03-02T05:46:21.380Z] No credentials specified
06:46:21 [2026-03-02T05:46:21.380Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
06:46:21 [2026-03-02T05:46:21.385Z] Fetching changes from the remote Git repository
06:46:21 [2026-03-02T05:46:21.387Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
06:46:21 [2026-03-02T05:46:21.393Z] Cleaning workspace
06:46:21 [2026-03-02T05:46:21.393Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
06:46:21 [2026-03-02T05:46:21.398Z] Resetting working tree
06:46:21 [2026-03-02T05:46:21.398Z]  > /usr/bin/git reset --hard # timeout=10
06:46:21 [2026-03-02T05:46:21.451Z]  > /usr/bin/git clean -fdx # timeout=10
06:46:21 [2026-03-02T05:46:21.461Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:21 [2026-03-02T05:46:21.461Z]  > /usr/bin/git --version # timeout=10
06:46:21 [2026-03-02T05:46:21.465Z]  > git --version # 'git version 2.43.0'
06:46:21 [2026-03-02T05:46:21.465Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:21 [2026-03-02T05:46:21.848Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:46:21 [2026-03-02T05:46:21.855Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master)
06:46:21 [2026-03-02T05:46:21.855Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:21 [2026-03-02T05:46:21.860Z]  > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
06:46:21 [2026-03-02T05:46:21.968Z] Commit message: "Fix SonarQube Maven execution in pipelines."
06:46:21 [2026-03-02T05:46:21.968Z]  > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
06:46:21 [2026-03-02T05:46:21.989Z] [Pipeline] }
06:46:21 [2026-03-02T05:46:21.997Z] [Pipeline] // stage
06:46:22 [2026-03-02T05:46:22.012Z] [Pipeline] withEnv
06:46:22 [2026-03-02T05:46:22.013Z] [Pipeline] {
06:46:22 [2026-03-02T05:46:22.126Z] [Pipeline] isUnix
06:46:22 [2026-03-02T05:46:22.127Z] [Pipeline] withEnv
06:46:22 [2026-03-02T05:46:22.127Z] [Pipeline] {
06:46:22 [2026-03-02T05:46:22.137Z] [Pipeline] sh
06:46:22 [2026-03-02T05:46:22.394Z] + docker inspect -f . silverpeas/silverbuild:6.4
06:46:22 [2026-03-02T05:46:22.394Z] .
06:46:22 [2026-03-02T05:46:22.395Z] [Pipeline] }
06:46:22 [2026-03-02T05:46:22.403Z] [Pipeline] // withEnv
06:46:22 [2026-03-02T05:46:22.413Z] [Pipeline] withDockerContainer
06:46:22 [2026-03-02T05:46:22.442Z] Jenkins does not seem to be running inside a container
06:46:22 [2026-03-02T05:46:22.450Z] $ 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:22 [2026-03-02T05:46:22.784Z] $ docker top 6e2b3b3763e77770bff1fe77d69fa74f54c08ee988145f71660f023ed87ab452 -eo pid,comm
06:46:22 [2026-03-02T05:46:22.821Z] [Pipeline] {
06:46:22 [2026-03-02T05:46:22.830Z] [Pipeline] withEnv
06:46:22 [2026-03-02T05:46:22.831Z] [Pipeline] {
06:46:22 [2026-03-02T05:46:22.836Z] [Pipeline] stage
06:46:22 [2026-03-02T05:46:22.837Z] [Pipeline] { (Resolve dependency on Silverpeas)
06:46:22 [2026-03-02T05:46:22.849Z] [Pipeline] script
06:46:22 [2026-03-02T05:46:22.851Z] [Pipeline] {
06:46:22 [2026-03-02T05:46:22.856Z] [Pipeline] echo
06:46:22 [2026-03-02T05:46:22.856Z] Working on branch 6.4.x
06:46:22 [2026-03-02T05:46:22.858Z] [Pipeline] copyArtifacts
06:46:22 [2026-03-02T05:46:22.863Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 489
06:46:22 [2026-03-02T05:46:22.869Z] [Pipeline] readYaml
06:46:22 [2026-03-02T05:46:22.874Z] 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:22 [2026-03-02T05:46:22.874Z] 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:22 [2026-03-02T05:46:22.875Z] [Pipeline] sh
06:46:23 [2026-03-02T05:46:23.132Z] + rm -f build.yaml
06:46:23 [2026-03-02T05:46:23.133Z] [Pipeline] }
06:46:23 [2026-03-02T05:46:23.143Z] [Pipeline] // script
06:46:23 [2026-03-02T05:46:23.152Z] [Pipeline] echo
06:46:23 [2026-03-02T05:46:23.153Z] Parent version is 1.6.2
06:46:23 [2026-03-02T05:46:23.154Z] [Pipeline] echo
06:46:23 [2026-03-02T05:46:23.154Z] Silverpeas version is 6.4.6-build260219
06:46:23 [2026-03-02T05:46:23.155Z] [Pipeline] }
06:46:23 [2026-03-02T05:46:23.163Z] [Pipeline] // stage
06:46:23 [2026-03-02T05:46:23.173Z] [Pipeline] stage
06:46:23 [2026-03-02T05:46:23.174Z] [Pipeline] { (Prepare the project)
06:46:23 [2026-03-02T05:46:23.195Z] [Pipeline] git
06:46:23 [2026-03-02T05:46:23.197Z] The recommended git tool is: /usr/bin/git
06:46:23 [2026-03-02T05:46:23.198Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:23 [2026-03-02T05:46:23.209Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1ccce278; decorates hudson.Launcher$LocalLauncher@2269dc8d will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:23 [2026-03-02T05:46:23.210Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
06:46:23 [2026-03-02T05:46:23.217Z] Fetching changes from the remote Git repository
06:46:23 [2026-03-02T05:46:23.220Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
06:46:23 [2026-03-02T05:46:23.227Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
06:46:23 [2026-03-02T05:46:23.227Z]  > /usr/bin/git --version # timeout=10
06:46:23 [2026-03-02T05:46:23.233Z]  > git --version # 'git version 2.43.0'
06:46:23 [2026-03-02T05:46:23.233Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:23 [2026-03-02T05:46:23.240Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:23 [2026-03-02T05:46:23.653Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:23 [2026-03-02T05:46:23.661Z] Checking out Revision 414591e0f1dadf21cae9236c655a14b0f6b252c5 (refs/remotes/origin/6.4.x)
06:46:23 [2026-03-02T05:46:23.661Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:23 [2026-03-02T05:46:23.666Z]  > /usr/bin/git checkout -f 414591e0f1dadf21cae9236c655a14b0f6b252c5 # timeout=10
06:46:23 [2026-03-02T05:46:23.790Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:23 [2026-03-02T05:46:23.799Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:23 [2026-03-02T05:46:23.806Z]  > /usr/bin/git checkout -b 6.4.x 414591e0f1dadf21cae9236c655a14b0f6b252c5 # timeout=10
06:46:23 [2026-03-02T05:46:23.959Z] Commit message: "Update dependency on Silverpeas to version 6.4.6-build260219"
06:46:23 [2026-03-02T05:46:23.959Z]  > /usr/bin/git rev-list --no-walk 414591e0f1dadf21cae9236c655a14b0f6b252c5 # timeout=10
06:46:23 [2026-03-02T05:46:23.980Z] [Pipeline] script
06:46:23 [2026-03-02T05:46:23.982Z] [Pipeline] {
06:46:23 [2026-03-02T05:46:23.998Z] [Pipeline] copyArtifacts
06:46:24 [2026-03-02T05:46:24.005Z] Copied 1 artifact from "Silverpeas_Mobile_Stable_AutoDeploy" build number 376
06:46:24 [2026-03-02T05:46:24.010Z] [Pipeline] readYaml
06:46:24 [2026-03-02T05:46:24.016Z] 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-03-02T05:46:24.018Z] [Pipeline] sh
06:46:24 [2026-03-02T05:46:24.276Z] + git rev-parse HEAD
06:46:24 [2026-03-02T05:46:24.279Z] [Pipeline] echo
06:46:24 [2026-03-02T05:46:24.279Z] Current commit is 414591e0f1dadf21cae9236c655a14b0f6b252c5 and last build commit is 414591e0f1dadf21cae9236c655a14b0f6b252c5
06:46:24 [2026-03-02T05:46:24.280Z] 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:24 [2026-03-02T05:46:24.280Z] [Pipeline] }
06:46:24 [2026-03-02T05:46:24.289Z] [Pipeline] // script
06:46:24 [2026-03-02T05:46:24.299Z] [Pipeline] script
06:46:24 [2026-03-02T05:46:24.303Z] [Pipeline] {
06:46:24 [2026-03-02T05:46:24.313Z] [Pipeline] readMavenPom
06:46:24 [2026-03-02T05:46:24.322Z] 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:24 [2026-03-02T05:46:24.323Z] 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:24 [2026-03-02T05:46:24.324Z] 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:24 [2026-03-02T05:46:24.324Z] 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:24 [2026-03-02T05:46:24.325Z] [Pipeline] echo
06:46:24 [2026-03-02T05:46:24.326Z] No changes and no update in Silverpeas since the last build
06:46:24 [2026-03-02T05:46:24.326Z] [Pipeline] }
06:46:24 [2026-03-02T05:46:24.335Z] [Pipeline] // script
06:46:24 [2026-03-02T05:46:24.345Z] [Pipeline] }
06:46:24 [2026-03-02T05:46:24.353Z] [Pipeline] // stage
06:46:24 [2026-03-02T05:46:24.365Z] [Pipeline] stage
06:46:24 [2026-03-02T05:46:24.366Z] [Pipeline] { (Build the project)
06:46:24 [2026-03-02T05:46:24.404Z] Stage "Build the project" skipped due to when conditional
06:46:24 [2026-03-02T05:46:24.405Z] [Pipeline] getContext
06:46:24 [2026-03-02T05:46:24.418Z] [Pipeline] stage
06:46:24 [2026-03-02T05:46:24.419Z] [Pipeline] { (Check POM parent version)
06:46:24 [2026-03-02T05:46:24.428Z] Stage "Build the project" skipped due to when conditional
06:46:24 [2026-03-02T05:46:24.429Z] [Pipeline] getContext
06:46:24 [2026-03-02T05:46:24.431Z] [Pipeline] }
06:46:24 [2026-03-02T05:46:24.439Z] [Pipeline] // stage
06:46:24 [2026-03-02T05:46:24.451Z] [Pipeline] stage
06:46:24 [2026-03-02T05:46:24.452Z] [Pipeline] { (Update POM parent)
06:46:24 [2026-03-02T05:46:24.461Z] Stage "Build the project" skipped due to when conditional
06:46:24 [2026-03-02T05:46:24.462Z] [Pipeline] getContext
06:46:24 [2026-03-02T05:46:24.464Z] [Pipeline] }
06:46:24 [2026-03-02T05:46:24.469Z] [Pipeline] // stage
06:46:24 [2026-03-02T05:46:24.475Z] [Pipeline] stage
06:46:24 [2026-03-02T05:46:24.476Z] [Pipeline] { (Update dependency on Silverpeas)
06:46:24 [2026-03-02T05:46:24.483Z] Stage "Build the project" skipped due to when conditional
06:46:24 [2026-03-02T05:46:24.484Z] [Pipeline] getContext
06:46:24 [2026-03-02T05:46:24.486Z] [Pipeline] }
06:46:24 [2026-03-02T05:46:24.493Z] [Pipeline] // stage
06:46:24 [2026-03-02T05:46:24.501Z] [Pipeline] stage
06:46:24 [2026-03-02T05:46:24.502Z] [Pipeline] { (Build and Publish)
06:46:24 [2026-03-02T05:46:24.509Z] Stage "Build the project" skipped due to when conditional
06:46:24 [2026-03-02T05:46:24.510Z] [Pipeline] getContext
06:46:24 [2026-03-02T05:46:24.511Z] [Pipeline] }
06:46:24 [2026-03-02T05:46:24.517Z] [Pipeline] // stage
06:46:24 [2026-03-02T05:46:24.524Z] [Pipeline] }
06:46:24 [2026-03-02T05:46:24.530Z] [Pipeline] // stage
06:46:24 [2026-03-02T05:46:24.541Z] [Pipeline] stage
06:46:24 [2026-03-02T05:46:24.541Z] [Pipeline] { (Create YAML build report)
06:46:24 [2026-03-02T05:46:24.559Z] [Pipeline] script
06:46:24 [2026-03-02T05:46:24.563Z] [Pipeline] {
06:46:24 [2026-03-02T05:46:24.575Z] [Pipeline] sh
06:46:24 [2026-03-02T05:46:24.833Z] + mkdir -p target
06:46:24 [2026-03-02T05:46:24.835Z] [Pipeline] sh
06:46:25 [2026-03-02T05:46:25.093Z] + mv build.yaml target/
06:46:25 [2026-03-02T05:46:25.094Z] [Pipeline] }
06:46:25 [2026-03-02T05:46:25.103Z] [Pipeline] // script
06:46:25 [2026-03-02T05:46:25.112Z] [Pipeline] }
06:46:25 [2026-03-02T05:46:25.121Z] [Pipeline] // stage
06:46:25 [2026-03-02T05:46:25.132Z] [Pipeline] stage
06:46:25 [2026-03-02T05:46:25.133Z] [Pipeline] { (Declarative: Post Actions)
06:46:25 [2026-03-02T05:46:25.149Z] [Pipeline] step
06:46:25 [2026-03-02T05:46:25.164Z] [Pipeline] script
06:46:25 [2026-03-02T05:46:25.166Z] [Pipeline] {
06:46:25 [2026-03-02T05:46:25.185Z] [Pipeline] }
06:46:25 [2026-03-02T05:46:25.193Z] [Pipeline] // script
06:46:25 [2026-03-02T05:46:25.207Z] [Pipeline] archiveArtifacts
06:46:25 [2026-03-02T05:46:25.210Z] Archiving artifacts
06:46:25 [2026-03-02T05:46:25.219Z] Enregistrement des empreintes numériques
06:46:25 [2026-03-02T05:46:25.248Z] [Pipeline] }
06:46:25 [2026-03-02T05:46:25.257Z] [Pipeline] // stage
06:46:25 [2026-03-02T05:46:25.266Z] [Pipeline] }
06:46:25 [2026-03-02T05:46:25.275Z] [Pipeline] // withEnv
06:46:25 [2026-03-02T05:46:25.283Z] [Pipeline] }
06:46:25 [2026-03-02T05:46:25.284Z] $ docker stop --time=1 6e2b3b3763e77770bff1fe77d69fa74f54c08ee988145f71660f023ed87ab452
06:46:26 [2026-03-02T05:46:26.562Z] $ docker rm -f --volumes 6e2b3b3763e77770bff1fe77d69fa74f54c08ee988145f71660f023ed87ab452
06:46:26 [2026-03-02T05:46:26.607Z] [Pipeline] // withDockerContainer
06:46:26 [2026-03-02T05:46:26.611Z] [Pipeline] }
06:46:26 [2026-03-02T05:46:26.616Z] [Pipeline] // withEnv
06:46:26 [2026-03-02T05:46:26.625Z] [Pipeline] }
06:46:26 [2026-03-02T05:46:26.633Z] [Pipeline] // node
06:46:26 [2026-03-02T05:46:26.640Z] [Pipeline] End of Pipeline
06:46:26 [2026-03-02T05:46:26.685Z] Finished: SUCCESS