Skip to content
06:46:26 [2026-05-04T04:46:26.019Z] Démarré par le projet amont "Silverpeas_Stable_AutoDeploy" de numéro de build 516
06:46:26 [2026-05-04T04:46:26.019Z] Causé à l'origine par :
06:46:26 [2026-05-04T04:46:26.019Z]  Lancé par une alarme périodique
06:46:26 [2026-05-04T04:46:26.019Z] Running as userbuild
06:46:26 [2026-05-04T04:46:26.449Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:26 [2026-05-04T04:46:26.554Z] [Pipeline] Start of Pipeline
06:46:26 [2026-05-04T04:46:26.813Z] [Pipeline] node
06:46:26 [2026-05-04T04:46:26.816Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy
06:46:26 [2026-05-04T04:46:26.817Z] [Pipeline] {
06:46:26 [2026-05-04T04:46:26.828Z] [Pipeline] stage
06:46:26 [2026-05-04T04:46:26.828Z] [Pipeline] { (Declarative: Checkout SCM)
06:46:26 [2026-05-04T04:46:26.837Z] [Pipeline] checkout
06:46:26 [2026-05-04T04:46:26.838Z] Selected Git installation does not exist. Using Default
06:46:26 [2026-05-04T04:46:26.838Z] The recommended git tool is: NONE
06:46:26 [2026-05-04T04:46:26.838Z] No credentials specified
06:46:26 [2026-05-04T04:46:26.839Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
06:46:26 [2026-05-04T04:46:26.848Z] Fetching changes from the remote Git repository
06:46:26 [2026-05-04T04:46:26.855Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
06:46:26 [2026-05-04T04:46:26.860Z] Cleaning workspace
06:46:26 [2026-05-04T04:46:26.860Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
06:46:26 [2026-05-04T04:46:26.866Z] Resetting working tree
06:46:26 [2026-05-04T04:46:26.866Z]  > /usr/bin/git reset --hard # timeout=10
06:46:26 [2026-05-04T04:46:26.884Z]  > /usr/bin/git clean -fdx # timeout=10
06:46:27 [2026-05-04T04:46:27.141Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:27 [2026-05-04T04:46:27.141Z]  > /usr/bin/git --version # timeout=10
06:46:27 [2026-05-04T04:46:27.147Z]  > git --version # 'git version 2.43.0'
06:46:27 [2026-05-04T04:46:27.147Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:27 [2026-05-04T04:46:27.577Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:46:27 [2026-05-04T04:46:27.583Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master)
06:46:27 [2026-05-04T04:46:27.583Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:27 [2026-05-04T04:46:27.587Z]  > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
06:46:27 [2026-05-04T04:46:27.641Z] Commit message: "Fix SonarQube Maven execution in pipelines."
06:46:27 [2026-05-04T04:46:27.642Z]  > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
06:46:27 [2026-05-04T04:46:27.659Z] [Pipeline] }
06:46:27 [2026-05-04T04:46:27.664Z] [Pipeline] // stage
06:46:27 [2026-05-04T04:46:27.671Z] [Pipeline] withEnv
06:46:27 [2026-05-04T04:46:27.671Z] [Pipeline] {
06:46:27 [2026-05-04T04:46:27.757Z] [Pipeline] isUnix
06:46:27 [2026-05-04T04:46:27.759Z] [Pipeline] withEnv
06:46:27 [2026-05-04T04:46:27.759Z] [Pipeline] {
06:46:27 [2026-05-04T04:46:27.766Z] [Pipeline] sh
06:46:28 [2026-05-04T04:46:28.022Z] + docker inspect -f . silverpeas/silverbuild:6.4
06:46:28 [2026-05-04T04:46:28.022Z] .
06:46:28 [2026-05-04T04:46:28.023Z] [Pipeline] }
06:46:28 [2026-05-04T04:46:28.032Z] [Pipeline] // withEnv
06:46:28 [2026-05-04T04:46:28.041Z] [Pipeline] withDockerContainer
06:46:28 [2026-05-04T04:46:28.072Z] Jenkins does not seem to be running inside a container
06:46:28 [2026-05-04T04:46:28.079Z] $ 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:28 [2026-05-04T04:46:28.418Z] $ docker top 4d3835a165b1e68ac840257bbd3da6d3579ea3e9a403610757c8d72698538318 -eo pid,comm
06:46:28 [2026-05-04T04:46:28.457Z] [Pipeline] {
06:46:28 [2026-05-04T04:46:28.471Z] [Pipeline] withEnv
06:46:28 [2026-05-04T04:46:28.471Z] [Pipeline] {
06:46:28 [2026-05-04T04:46:28.480Z] [Pipeline] stage
06:46:28 [2026-05-04T04:46:28.481Z] [Pipeline] { (Resolve dependency on Silverpeas)
06:46:28 [2026-05-04T04:46:28.503Z] [Pipeline] script
06:46:28 [2026-05-04T04:46:28.507Z] [Pipeline] {
06:46:28 [2026-05-04T04:46:28.512Z] [Pipeline] echo
06:46:28 [2026-05-04T04:46:28.512Z] Working on branch 6.4.x
06:46:28 [2026-05-04T04:46:28.514Z] [Pipeline] copyArtifacts
06:46:28 [2026-05-04T04:46:28.520Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 516
06:46:28 [2026-05-04T04:46:28.529Z] [Pipeline] readYaml
06:46:28 [2026-05-04T04:46:28.535Z] 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:28 [2026-05-04T04:46:28.536Z] 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:28 [2026-05-04T04:46:28.537Z] [Pipeline] sh
06:46:28 [2026-05-04T04:46:28.794Z] + rm -f build.yaml
06:46:28 [2026-05-04T04:46:28.795Z] [Pipeline] }
06:46:28 [2026-05-04T04:46:28.802Z] [Pipeline] // script
06:46:28 [2026-05-04T04:46:28.809Z] [Pipeline] echo
06:46:28 [2026-05-04T04:46:28.809Z] Parent version is 1.6.2
06:46:28 [2026-05-04T04:46:28.811Z] [Pipeline] echo
06:46:28 [2026-05-04T04:46:28.812Z] Silverpeas version is 6.4.7-build260430
06:46:28 [2026-05-04T04:46:28.813Z] [Pipeline] }
06:46:28 [2026-05-04T04:46:28.818Z] [Pipeline] // stage
06:46:28 [2026-05-04T04:46:28.828Z] [Pipeline] stage
06:46:28 [2026-05-04T04:46:28.828Z] [Pipeline] { (Prepare the project)
06:46:28 [2026-05-04T04:46:28.847Z] [Pipeline] git
06:46:28 [2026-05-04T04:46:28.849Z] The recommended git tool is: /usr/bin/git
06:46:28 [2026-05-04T04:46:28.850Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:28 [2026-05-04T04:46:28.875Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@48d3fea4; decorates hudson.Launcher$LocalLauncher@25ce5 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:28 [2026-05-04T04:46:28.875Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
06:46:28 [2026-05-04T04:46:28.881Z] Fetching changes from the remote Git repository
06:46:28 [2026-05-04T04:46:28.883Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
06:46:28 [2026-05-04T04:46:28.888Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
06:46:28 [2026-05-04T04:46:28.889Z]  > /usr/bin/git --version # timeout=10
06:46:28 [2026-05-04T04:46:28.894Z]  > git --version # 'git version 2.43.0'
06:46:28 [2026-05-04T04:46:28.894Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:28 [2026-05-04T04:46:28.899Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:29 [2026-05-04T04:46:29.299Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:29 [2026-05-04T04:46:29.305Z] Checking out Revision c1068a868e5d9cacab53426e1a08e78a56eb570b (refs/remotes/origin/6.4.x)
06:46:29 [2026-05-04T04:46:29.305Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:29 [2026-05-04T04:46:29.310Z]  > /usr/bin/git checkout -f c1068a868e5d9cacab53426e1a08e78a56eb570b # timeout=10
06:46:29 [2026-05-04T04:46:29.443Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:29 [2026-05-04T04:46:29.452Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:29 [2026-05-04T04:46:29.458Z]  > /usr/bin/git checkout -b 6.4.x c1068a868e5d9cacab53426e1a08e78a56eb570b # timeout=10
06:46:29 [2026-05-04T04:46:29.523Z] Commit message: "Update dependency on Silverpeas to version 6.4.7-build260430"
06:46:29 [2026-05-04T04:46:29.523Z]  > /usr/bin/git rev-list --no-walk 9de336f91febd168ce2e2491664d7cbe4e4e252d # timeout=10
06:46:29 [2026-05-04T04:46:29.539Z] [Pipeline] script
06:46:29 [2026-05-04T04:46:29.541Z] [Pipeline] {
06:46:29 [2026-05-04T04:46:29.549Z] [Pipeline] copyArtifacts
06:46:29 [2026-05-04T04:46:29.552Z] Copied 1 artifact from "Silverpeas_Mobile_Stable_AutoDeploy" build number 395
06:46:29 [2026-05-04T04:46:29.562Z] [Pipeline] readYaml
06:46:29 [2026-05-04T04:46:29.571Z] 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:29 [2026-05-04T04:46:29.572Z] [Pipeline] sh
06:46:29 [2026-05-04T04:46:29.829Z] + git rev-parse HEAD
06:46:29 [2026-05-04T04:46:29.832Z] [Pipeline] echo
06:46:29 [2026-05-04T04:46:29.832Z] Current commit is c1068a868e5d9cacab53426e1a08e78a56eb570b and last build commit is c1068a868e5d9cacab53426e1a08e78a56eb570b
06:46:29 [2026-05-04T04:46:29.833Z] 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:29 [2026-05-04T04:46:29.833Z] [Pipeline] }
06:46:29 [2026-05-04T04:46:29.841Z] [Pipeline] // script
06:46:29 [2026-05-04T04:46:29.848Z] [Pipeline] script
06:46:29 [2026-05-04T04:46:29.853Z] [Pipeline] {
06:46:29 [2026-05-04T04:46:29.859Z] [Pipeline] readMavenPom
06:46:29 [2026-05-04T04:46:29.868Z] 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:29 [2026-05-04T04:46:29.869Z] 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:29 [2026-05-04T04:46:29.869Z] 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:29 [2026-05-04T04:46:29.869Z] 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:29 [2026-05-04T04:46:29.870Z] [Pipeline] echo
06:46:29 [2026-05-04T04:46:29.870Z] No changes and no update in Silverpeas since the last build
06:46:29 [2026-05-04T04:46:29.870Z] [Pipeline] }
06:46:29 [2026-05-04T04:46:29.880Z] [Pipeline] // script
06:46:29 [2026-05-04T04:46:29.889Z] [Pipeline] }
06:46:29 [2026-05-04T04:46:29.894Z] [Pipeline] // stage
06:46:29 [2026-05-04T04:46:29.901Z] [Pipeline] stage
06:46:29 [2026-05-04T04:46:29.901Z] [Pipeline] { (Build the project)
06:46:29 [2026-05-04T04:46:29.921Z] Stage "Build the project" skipped due to when conditional
06:46:29 [2026-05-04T04:46:29.922Z] [Pipeline] getContext
06:46:29 [2026-05-04T04:46:29.928Z] [Pipeline] stage
06:46:29 [2026-05-04T04:46:29.928Z] [Pipeline] { (Check POM parent version)
06:46:29 [2026-05-04T04:46:29.933Z] Stage "Build the project" skipped due to when conditional
06:46:29 [2026-05-04T04:46:29.934Z] [Pipeline] getContext
06:46:29 [2026-05-04T04:46:29.935Z] [Pipeline] }
06:46:29 [2026-05-04T04:46:29.938Z] [Pipeline] // stage
06:46:29 [2026-05-04T04:46:29.943Z] [Pipeline] stage
06:46:29 [2026-05-04T04:46:29.943Z] [Pipeline] { (Update POM parent)
06:46:29 [2026-05-04T04:46:29.947Z] Stage "Build the project" skipped due to when conditional
06:46:29 [2026-05-04T04:46:29.948Z] [Pipeline] getContext
06:46:29 [2026-05-04T04:46:29.949Z] [Pipeline] }
06:46:29 [2026-05-04T04:46:29.953Z] [Pipeline] // stage
06:46:29 [2026-05-04T04:46:29.957Z] [Pipeline] stage
06:46:29 [2026-05-04T04:46:29.958Z] [Pipeline] { (Update dependency on Silverpeas)
06:46:29 [2026-05-04T04:46:29.962Z] Stage "Build the project" skipped due to when conditional
06:46:29 [2026-05-04T04:46:29.963Z] [Pipeline] getContext
06:46:29 [2026-05-04T04:46:29.964Z] [Pipeline] }
06:46:29 [2026-05-04T04:46:29.968Z] [Pipeline] // stage
06:46:29 [2026-05-04T04:46:29.972Z] [Pipeline] stage
06:46:29 [2026-05-04T04:46:29.973Z] [Pipeline] { (Build and Publish)
06:46:29 [2026-05-04T04:46:29.979Z] Stage "Build the project" skipped due to when conditional
06:46:29 [2026-05-04T04:46:29.980Z] [Pipeline] getContext
06:46:29 [2026-05-04T04:46:29.980Z] [Pipeline] }
06:46:29 [2026-05-04T04:46:29.986Z] [Pipeline] // stage
06:46:29 [2026-05-04T04:46:29.992Z] [Pipeline] }
06:46:29 [2026-05-04T04:46:29.997Z] [Pipeline] // stage
06:46:30 [2026-05-04T04:46:30.007Z] [Pipeline] stage
06:46:30 [2026-05-04T04:46:30.007Z] [Pipeline] { (Create YAML build report)
06:46:30 [2026-05-04T04:46:30.024Z] [Pipeline] script
06:46:30 [2026-05-04T04:46:30.027Z] [Pipeline] {
06:46:30 [2026-05-04T04:46:30.038Z] [Pipeline] sh
06:46:30 [2026-05-04T04:46:30.297Z] + mkdir -p target
06:46:30 [2026-05-04T04:46:30.299Z] [Pipeline] sh
06:46:30 [2026-05-04T04:46:30.555Z] + mv build.yaml target/
06:46:30 [2026-05-04T04:46:30.556Z] [Pipeline] }
06:46:30 [2026-05-04T04:46:30.561Z] [Pipeline] // script
06:46:30 [2026-05-04T04:46:30.567Z] [Pipeline] }
06:46:30 [2026-05-04T04:46:30.571Z] [Pipeline] // stage
06:46:30 [2026-05-04T04:46:30.578Z] [Pipeline] stage
06:46:30 [2026-05-04T04:46:30.578Z] [Pipeline] { (Declarative: Post Actions)
06:46:30 [2026-05-04T04:46:30.587Z] [Pipeline] step
06:46:30 [2026-05-04T04:46:30.599Z] [Pipeline] script
06:46:30 [2026-05-04T04:46:30.602Z] [Pipeline] {
06:46:30 [2026-05-04T04:46:30.613Z] [Pipeline] }
06:46:30 [2026-05-04T04:46:30.620Z] [Pipeline] // script
06:46:30 [2026-05-04T04:46:30.629Z] [Pipeline] archiveArtifacts
06:46:30 [2026-05-04T04:46:30.631Z] Archiving artifacts
06:46:30 [2026-05-04T04:46:30.636Z] Enregistrement des empreintes numériques
06:46:30 [2026-05-04T04:46:30.654Z] [Pipeline] }
06:46:30 [2026-05-04T04:46:30.659Z] [Pipeline] // stage
06:46:30 [2026-05-04T04:46:30.664Z] [Pipeline] }
06:46:30 [2026-05-04T04:46:30.670Z] [Pipeline] // withEnv
06:46:30 [2026-05-04T04:46:30.675Z] [Pipeline] }
06:46:30 [2026-05-04T04:46:30.675Z] $ docker stop --time=1 4d3835a165b1e68ac840257bbd3da6d3579ea3e9a403610757c8d72698538318
06:46:31 [2026-05-04T04:46:31.972Z] $ docker rm -f --volumes 4d3835a165b1e68ac840257bbd3da6d3579ea3e9a403610757c8d72698538318
06:46:32 [2026-05-04T04:46:32.009Z] [Pipeline] // withDockerContainer
06:46:32 [2026-05-04T04:46:32.012Z] [Pipeline] }
06:46:32 [2026-05-04T04:46:32.016Z] [Pipeline] // withEnv
06:46:32 [2026-05-04T04:46:32.019Z] [Pipeline] }
06:46:32 [2026-05-04T04:46:32.028Z] [Pipeline] // node
06:46:32 [2026-05-04T04:46:32.032Z] [Pipeline] End of Pipeline
06:46:32 [2026-05-04T04:46:32.084Z] Finished: SUCCESS