19:24:23 [2026-02-25T18:24:23.620Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 1052
19:24:23 [2026-02-25T18:24:23.620Z] Causé à l'origine par :
19:24:23 [2026-02-25T18:24:23.620Z] Lancé par une alarme périodique
19:24:23 [2026-02-25T18:24:23.620Z] Running as userbuild
19:24:24 [2026-02-25T18:24:24.031Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:24 [2026-02-25T18:24:24.148Z] [Pipeline] Start of Pipeline
19:24:24 [2026-02-25T18:24:24.407Z] [Pipeline] node
19:24:24 [2026-02-25T18:24:24.411Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy
19:24:24 [2026-02-25T18:24:24.413Z] [Pipeline] {
19:24:24 [2026-02-25T18:24:24.429Z] [Pipeline] stage
19:24:24 [2026-02-25T18:24:24.430Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:24 [2026-02-25T18:24:24.440Z] [Pipeline] checkout
19:24:24 [2026-02-25T18:24:24.442Z] Selected Git installation does not exist. Using Default
19:24:24 [2026-02-25T18:24:24.442Z] The recommended git tool is: NONE
19:24:24 [2026-02-25T18:24:24.442Z] No credentials specified
19:24:24 [2026-02-25T18:24:24.443Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:24 [2026-02-25T18:24:24.450Z] Fetching changes from the remote Git repository
19:24:24 [2026-02-25T18:24:24.453Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:24 [2026-02-25T18:24:24.463Z] Cleaning workspace
19:24:24 [2026-02-25T18:24:24.463Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:24 [2026-02-25T18:24:24.468Z] Resetting working tree
19:24:24 [2026-02-25T18:24:24.468Z] > /usr/bin/git reset --hard # timeout=10
19:24:24 [2026-02-25T18:24:24.487Z] > /usr/bin/git clean -fdx # timeout=10
19:24:24 [2026-02-25T18:24:24.808Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:24 [2026-02-25T18:24:24.808Z] > /usr/bin/git --version # timeout=10
19:24:24 [2026-02-25T18:24:24.813Z] > git --version # 'git version 2.43.0'
19:24:24 [2026-02-25T18:24:24.813Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:25 [2026-02-25T18:24:25.254Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:25 [2026-02-25T18:24:25.262Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master)
19:24:25 [2026-02-25T18:24:25.262Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:25 [2026-02-25T18:24:25.267Z] > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
19:24:25 [2026-02-25T18:24:25.363Z] Commit message: "Fix SonarQube Maven execution in pipelines."
19:24:25 [2026-02-25T18:24:25.364Z] > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
19:24:25 [2026-02-25T18:24:25.390Z] [Pipeline] }
19:24:25 [2026-02-25T18:24:25.397Z] [Pipeline] // stage
19:24:25 [2026-02-25T18:24:25.417Z] [Pipeline] withEnv
19:24:25 [2026-02-25T18:24:25.418Z] [Pipeline] {
19:24:25 [2026-02-25T18:24:25.541Z] [Pipeline] isUnix
19:24:25 [2026-02-25T18:24:25.542Z] [Pipeline] withEnv
19:24:25 [2026-02-25T18:24:25.542Z] [Pipeline] {
19:24:25 [2026-02-25T18:24:25.553Z] [Pipeline] sh
19:24:25 [2026-02-25T18:24:25.810Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:25 [2026-02-25T18:24:25.810Z] .
19:24:25 [2026-02-25T18:24:25.812Z] [Pipeline] }
19:24:25 [2026-02-25T18:24:25.820Z] [Pipeline] // withEnv
19:24:25 [2026-02-25T18:24:25.830Z] [Pipeline] withDockerContainer
19:24:25 [2026-02-25T18:24:25.862Z] Jenkins does not seem to be running inside a container
19:24:25 [2026-02-25T18:24:25.870Z] $ 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
19:24:26 [2026-02-25T18:24:26.191Z] $ docker top 6e1e26bba155e4cd452ec1bf3435814d26c134df88fa193af27959b82dd083b1 -eo pid,comm
19:24:26 [2026-02-25T18:24:26.229Z] [Pipeline] {
19:24:26 [2026-02-25T18:24:26.239Z] [Pipeline] withEnv
19:24:26 [2026-02-25T18:24:26.239Z] [Pipeline] {
19:24:26 [2026-02-25T18:24:26.245Z] [Pipeline] stage
19:24:26 [2026-02-25T18:24:26.246Z] [Pipeline] { (Resolve dependency on Silverpeas)
19:24:26 [2026-02-25T18:24:26.264Z] [Pipeline] script
19:24:26 [2026-02-25T18:24:26.269Z] [Pipeline] {
19:24:26 [2026-02-25T18:24:26.274Z] [Pipeline] echo
19:24:26 [2026-02-25T18:24:26.274Z] Working on branch master
19:24:26 [2026-02-25T18:24:26.276Z] [Pipeline] copyArtifacts
19:24:26 [2026-02-25T18:24:26.282Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 1052
19:24:26 [2026-02-25T18:24:26.289Z] [Pipeline] readYaml
19:24:26 [2026-02-25T18:24:26.297Z] 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.
19:24:26 [2026-02-25T18:24:26.297Z] 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.
19:24:26 [2026-02-25T18:24:26.300Z] [Pipeline] sh
19:24:26 [2026-02-25T18:24:26.558Z] + rm -f build.yaml
19:24:26 [2026-02-25T18:24:26.559Z] [Pipeline] }
19:24:26 [2026-02-25T18:24:26.570Z] [Pipeline] // script
19:24:26 [2026-02-25T18:24:26.579Z] [Pipeline] echo
19:24:26 [2026-02-25T18:24:26.580Z] Parent version is 1.7-build260224
19:24:26 [2026-02-25T18:24:26.581Z] [Pipeline] echo
19:24:26 [2026-02-25T18:24:26.581Z] Silverpeas version is 6.5-build260225
19:24:26 [2026-02-25T18:24:26.583Z] [Pipeline] }
19:24:26 [2026-02-25T18:24:26.593Z] [Pipeline] // stage
19:24:26 [2026-02-25T18:24:26.603Z] [Pipeline] stage
19:24:26 [2026-02-25T18:24:26.604Z] [Pipeline] { (Prepare the project)
19:24:26 [2026-02-25T18:24:26.628Z] [Pipeline] git
19:24:26 [2026-02-25T18:24:26.630Z] The recommended git tool is: /usr/bin/git
19:24:26 [2026-02-25T18:24:26.631Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:26 [2026-02-25T18:24:26.641Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@4f381dfa; decorates hudson.Launcher$LocalLauncher@4859ff59 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:26 [2026-02-25T18:24:26.642Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:26 [2026-02-25T18:24:26.648Z] Fetching changes from the remote Git repository
19:24:26 [2026-02-25T18:24:26.651Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
19:24:26 [2026-02-25T18:24:26.657Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
19:24:26 [2026-02-25T18:24:26.657Z] > /usr/bin/git --version # timeout=10
19:24:26 [2026-02-25T18:24:26.663Z] > git --version # 'git version 2.43.0'
19:24:26 [2026-02-25T18:24:26.663Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:26 [2026-02-25T18:24:26.669Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:27 [2026-02-25T18:24:27.051Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:27 [2026-02-25T18:24:27.059Z] Checking out Revision d8d281f8e0fdd2c3b7c97efd434c8d4427982dc7 (refs/remotes/origin/master)
19:24:27 [2026-02-25T18:24:27.059Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:27 [2026-02-25T18:24:27.064Z] > /usr/bin/git checkout -f d8d281f8e0fdd2c3b7c97efd434c8d4427982dc7 # timeout=10
19:24:27 [2026-02-25T18:24:27.198Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:27 [2026-02-25T18:24:27.207Z] > /usr/bin/git branch -D master # timeout=10
19:24:27 [2026-02-25T18:24:27.215Z] > /usr/bin/git checkout -b master d8d281f8e0fdd2c3b7c97efd434c8d4427982dc7 # timeout=10
19:24:27 [2026-02-25T18:24:27.365Z] Commit message: "Update dependency on Silverpeas to version 6.5-build260225"
19:24:27 [2026-02-25T18:24:27.365Z] > /usr/bin/git rev-list --no-walk 8d8a68a3e00e61680fdb81d9d0fab969242d975d # timeout=10
19:24:27 [2026-02-25T18:24:27.389Z] [Pipeline] script
19:24:27 [2026-02-25T18:24:27.395Z] [Pipeline] {
19:24:27 [2026-02-25T18:24:27.404Z] [Pipeline] copyArtifacts
19:24:27 [2026-02-25T18:24:27.411Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 629
19:24:27 [2026-02-25T18:24:27.421Z] [Pipeline] readYaml
19:24:27 [2026-02-25T18:24:27.431Z] 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.
19:24:27 [2026-02-25T18:24:27.432Z] [Pipeline] sh
19:24:27 [2026-02-25T18:24:27.691Z] + git rev-parse HEAD
19:24:27 [2026-02-25T18:24:27.693Z] [Pipeline] echo
19:24:27 [2026-02-25T18:24:27.694Z] Current commit is d8d281f8e0fdd2c3b7c97efd434c8d4427982dc7 and last build commit is d8d281f8e0fdd2c3b7c97efd434c8d4427982dc7
19:24:27 [2026-02-25T18:24:27.694Z] 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.
19:24:27 [2026-02-25T18:24:27.695Z] [Pipeline] }
19:24:27 [2026-02-25T18:24:27.707Z] [Pipeline] // script
19:24:27 [2026-02-25T18:24:27.717Z] [Pipeline] script
19:24:27 [2026-02-25T18:24:27.722Z] [Pipeline] {
19:24:27 [2026-02-25T18:24:27.731Z] [Pipeline] readMavenPom
19:24:27 [2026-02-25T18:24:27.744Z] 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.
19:24:27 [2026-02-25T18:24:27.745Z] 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.
19:24:27 [2026-02-25T18:24:27.745Z] 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.
19:24:27 [2026-02-25T18:24:27.746Z] 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.
19:24:27 [2026-02-25T18:24:27.747Z] [Pipeline] echo
19:24:27 [2026-02-25T18:24:27.747Z] No changes and no update in Silverpeas since the last build
19:24:27 [2026-02-25T18:24:27.748Z] [Pipeline] }
19:24:27 [2026-02-25T18:24:27.757Z] [Pipeline] // script
19:24:27 [2026-02-25T18:24:27.766Z] [Pipeline] }
19:24:27 [2026-02-25T18:24:27.775Z] [Pipeline] // stage
19:24:27 [2026-02-25T18:24:27.790Z] [Pipeline] stage
19:24:27 [2026-02-25T18:24:27.791Z] [Pipeline] { (Build the project)
19:24:27 [2026-02-25T18:24:27.833Z] Stage "Build the project" skipped due to when conditional
19:24:27 [2026-02-25T18:24:27.834Z] [Pipeline] getContext
19:24:27 [2026-02-25T18:24:27.846Z] [Pipeline] stage
19:24:27 [2026-02-25T18:24:27.847Z] [Pipeline] { (Check POM parent version)
19:24:27 [2026-02-25T18:24:27.856Z] Stage "Build the project" skipped due to when conditional
19:24:27 [2026-02-25T18:24:27.857Z] [Pipeline] getContext
19:24:27 [2026-02-25T18:24:27.859Z] [Pipeline] }
19:24:27 [2026-02-25T18:24:27.871Z] [Pipeline] // stage
19:24:27 [2026-02-25T18:24:27.883Z] [Pipeline] stage
19:24:27 [2026-02-25T18:24:27.883Z] [Pipeline] { (Update POM parent)
19:24:27 [2026-02-25T18:24:27.892Z] Stage "Build the project" skipped due to when conditional
19:24:27 [2026-02-25T18:24:27.893Z] [Pipeline] getContext
19:24:27 [2026-02-25T18:24:27.895Z] [Pipeline] }
19:24:27 [2026-02-25T18:24:27.903Z] [Pipeline] // stage
19:24:27 [2026-02-25T18:24:27.913Z] [Pipeline] stage
19:24:27 [2026-02-25T18:24:27.914Z] [Pipeline] { (Update dependency on Silverpeas)
19:24:27 [2026-02-25T18:24:27.922Z] Stage "Build the project" skipped due to when conditional
19:24:27 [2026-02-25T18:24:27.923Z] [Pipeline] getContext
19:24:27 [2026-02-25T18:24:27.925Z] [Pipeline] }
19:24:27 [2026-02-25T18:24:27.932Z] [Pipeline] // stage
19:24:27 [2026-02-25T18:24:27.942Z] [Pipeline] stage
19:24:27 [2026-02-25T18:24:27.943Z] [Pipeline] { (Build and Publish)
19:24:27 [2026-02-25T18:24:27.950Z] Stage "Build the project" skipped due to when conditional
19:24:27 [2026-02-25T18:24:27.951Z] [Pipeline] getContext
19:24:27 [2026-02-25T18:24:27.953Z] [Pipeline] }
19:24:27 [2026-02-25T18:24:27.962Z] [Pipeline] // stage
19:24:27 [2026-02-25T18:24:27.970Z] [Pipeline] }
19:24:27 [2026-02-25T18:24:27.977Z] [Pipeline] // stage
19:24:27 [2026-02-25T18:24:27.987Z] [Pipeline] stage
19:24:27 [2026-02-25T18:24:27.988Z] [Pipeline] { (Create YAML build report)
19:24:28 [2026-02-25T18:24:28.008Z] [Pipeline] script
19:24:28 [2026-02-25T18:24:28.012Z] [Pipeline] {
19:24:28 [2026-02-25T18:24:28.023Z] [Pipeline] sh
19:24:28 [2026-02-25T18:24:28.281Z] + mkdir -p target
19:24:28 [2026-02-25T18:24:28.283Z] [Pipeline] sh
19:24:28 [2026-02-25T18:24:28.542Z] + mv build.yaml target/
19:24:28 [2026-02-25T18:24:28.543Z] [Pipeline] }
19:24:28 [2026-02-25T18:24:28.552Z] [Pipeline] // script
19:24:28 [2026-02-25T18:24:28.563Z] [Pipeline] }
19:24:28 [2026-02-25T18:24:28.571Z] [Pipeline] // stage
19:24:28 [2026-02-25T18:24:28.579Z] [Pipeline] stage
19:24:28 [2026-02-25T18:24:28.580Z] [Pipeline] { (Declarative: Post Actions)
19:24:28 [2026-02-25T18:24:28.596Z] [Pipeline] step
19:24:28 [2026-02-25T18:24:28.617Z] [Pipeline] script
19:24:28 [2026-02-25T18:24:28.621Z] [Pipeline] {
19:24:28 [2026-02-25T18:24:28.640Z] [Pipeline] }
19:24:28 [2026-02-25T18:24:28.648Z] [Pipeline] // script
19:24:28 [2026-02-25T18:24:28.662Z] [Pipeline] archiveArtifacts
19:24:28 [2026-02-25T18:24:28.666Z] Archiving artifacts
19:24:28 [2026-02-25T18:24:28.675Z] Enregistrement des empreintes numériques
19:24:28 [2026-02-25T18:24:28.699Z] [Pipeline] }
19:24:28 [2026-02-25T18:24:28.708Z] [Pipeline] // stage
19:24:28 [2026-02-25T18:24:28.718Z] [Pipeline] }
19:24:28 [2026-02-25T18:24:28.727Z] [Pipeline] // withEnv
19:24:28 [2026-02-25T18:24:28.735Z] [Pipeline] }
19:24:28 [2026-02-25T18:24:28.736Z] $ docker stop --time=1 6e1e26bba155e4cd452ec1bf3435814d26c134df88fa193af27959b82dd083b1
19:24:29 [2026-02-25T18:24:29.990Z] $ docker rm -f --volumes 6e1e26bba155e4cd452ec1bf3435814d26c134df88fa193af27959b82dd083b1
19:24:30 [2026-02-25T18:24:30.027Z] [Pipeline] // withDockerContainer
19:24:30 [2026-02-25T18:24:30.030Z] [Pipeline] }
19:24:30 [2026-02-25T18:24:30.034Z] [Pipeline] // withEnv
19:24:30 [2026-02-25T18:24:30.038Z] [Pipeline] }
19:24:30 [2026-02-25T18:24:30.041Z] [Pipeline] // node
19:24:30 [2026-02-25T18:24:30.051Z] [Pipeline] End of Pipeline
19:24:30 [2026-02-25T18:24:30.106Z] Finished: SUCCESS