01:21:23 [2026-02-20T00:21:23.446Z] Démarré par le projet amont "Silverpeas_6.3.x_AutoDeploy" de numéro de build 272
01:21:23 [2026-02-20T00:21:23.446Z] Causé à l'origine par :
01:21:23 [2026-02-20T00:21:23.446Z] Lancé par une alarme périodique
01:21:23 [2026-02-20T00:21:23.446Z] Running as userbuild
01:21:23 [2026-02-20T00:21:23.863Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:23 [2026-02-20T00:21:23.980Z] [Pipeline] Start of Pipeline
01:21:24 [2026-02-20T00:21:24.142Z] [Pipeline] node
01:21:24 [2026-02-20T00:21:24.145Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy
01:21:24 [2026-02-20T00:21:24.147Z] [Pipeline] {
01:21:24 [2026-02-20T00:21:24.158Z] [Pipeline] stage
01:21:24 [2026-02-20T00:21:24.159Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:24 [2026-02-20T00:21:24.165Z] [Pipeline] checkout
01:21:24 [2026-02-20T00:21:24.166Z] Selected Git installation does not exist. Using Default
01:21:24 [2026-02-20T00:21:24.166Z] The recommended git tool is: NONE
01:21:24 [2026-02-20T00:21:24.166Z] No credentials specified
01:21:24 [2026-02-20T00:21:24.166Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10
01:21:24 [2026-02-20T00:21:24.172Z] Fetching changes from the remote Git repository
01:21:24 [2026-02-20T00:21:24.175Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:24 [2026-02-20T00:21:24.181Z] Cleaning workspace
01:21:24 [2026-02-20T00:21:24.181Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:24 [2026-02-20T00:21:24.187Z] Resetting working tree
01:21:24 [2026-02-20T00:21:24.187Z] > /usr/bin/git reset --hard # timeout=10
01:21:24 [2026-02-20T00:21:24.351Z] > /usr/bin/git clean -fdx # timeout=10
01:21:24 [2026-02-20T00:21:24.360Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:24 [2026-02-20T00:21:24.360Z] > /usr/bin/git --version # timeout=10
01:21:24 [2026-02-20T00:21:24.365Z] > git --version # 'git version 2.43.0'
01:21:24 [2026-02-20T00:21:24.365Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:24 [2026-02-20T00:21:24.800Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:24 [2026-02-20T00:21:24.807Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master)
01:21:24 [2026-02-20T00:21:24.807Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:24 [2026-02-20T00:21:24.813Z] > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:24 [2026-02-20T00:21:24.888Z] Commit message: "Fix SonarQube Maven execution in pipelines."
01:21:24 [2026-02-20T00:21:24.888Z] > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
01:21:24 [2026-02-20T00:21:24.914Z] [Pipeline] }
01:21:24 [2026-02-20T00:21:24.920Z] [Pipeline] // stage
01:21:24 [2026-02-20T00:21:24.932Z] [Pipeline] withEnv
01:21:24 [2026-02-20T00:21:24.932Z] [Pipeline] {
01:21:25 [2026-02-20T00:21:25.042Z] [Pipeline] isUnix
01:21:25 [2026-02-20T00:21:25.044Z] [Pipeline] withEnv
01:21:25 [2026-02-20T00:21:25.044Z] [Pipeline] {
01:21:25 [2026-02-20T00:21:25.056Z] [Pipeline] sh
01:21:25 [2026-02-20T00:21:25.313Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:25 [2026-02-20T00:21:25.313Z] .
01:21:25 [2026-02-20T00:21:25.314Z] [Pipeline] }
01:21:25 [2026-02-20T00:21:25.322Z] [Pipeline] // withEnv
01:21:25 [2026-02-20T00:21:25.332Z] [Pipeline] withDockerContainer
01:21:25 [2026-02-20T00:21:25.363Z] Jenkins does not seem to be running inside a container
01:21:25 [2026-02-20T00:21:25.371Z] $ 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_6.3.x_AutoDeploy -v /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy:/var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy:rw,z -v /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy@tmp:/var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_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.3.3 cat
01:21:25 [2026-02-20T00:21:25.710Z] $ docker top 2c8f1ae8c5eee82592b96f146b885e0a36e4faf34dca830177410d3ca8c41965 -eo pid,comm
01:21:25 [2026-02-20T00:21:25.749Z] [Pipeline] {
01:21:25 [2026-02-20T00:21:25.758Z] [Pipeline] withEnv
01:21:25 [2026-02-20T00:21:25.758Z] [Pipeline] {
01:21:25 [2026-02-20T00:21:25.763Z] [Pipeline] stage
01:21:25 [2026-02-20T00:21:25.764Z] [Pipeline] { (Resolve dependency on Silverpeas)
01:21:25 [2026-02-20T00:21:25.782Z] [Pipeline] script
01:21:25 [2026-02-20T00:21:25.786Z] [Pipeline] {
01:21:25 [2026-02-20T00:21:25.795Z] [Pipeline] echo
01:21:25 [2026-02-20T00:21:25.795Z] Working on branch 6.3.x
01:21:25 [2026-02-20T00:21:25.799Z] [Pipeline] copyArtifacts
01:21:25 [2026-02-20T00:21:25.806Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 272
01:21:25 [2026-02-20T00:21:25.815Z] [Pipeline] readYaml
01:21:25 [2026-02-20T00:21:25.824Z] 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.
01:21:25 [2026-02-20T00:21:25.824Z] 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.
01:21:25 [2026-02-20T00:21:25.826Z] [Pipeline] sh
01:21:26 [2026-02-20T00:21:26.084Z] + rm -f build.yaml
01:21:26 [2026-02-20T00:21:26.085Z] [Pipeline] }
01:21:26 [2026-02-20T00:21:26.093Z] [Pipeline] // script
01:21:26 [2026-02-20T00:21:26.099Z] [Pipeline] echo
01:21:26 [2026-02-20T00:21:26.100Z] Parent version is 1.5.3
01:21:26 [2026-02-20T00:21:26.101Z] [Pipeline] echo
01:21:26 [2026-02-20T00:21:26.102Z] Silverpeas version is 6.3.7-build250214
01:21:26 [2026-02-20T00:21:26.103Z] [Pipeline] }
01:21:26 [2026-02-20T00:21:26.107Z] [Pipeline] // stage
01:21:26 [2026-02-20T00:21:26.117Z] [Pipeline] stage
01:21:26 [2026-02-20T00:21:26.117Z] [Pipeline] { (Prepare the project)
01:21:26 [2026-02-20T00:21:26.139Z] [Pipeline] git
01:21:26 [2026-02-20T00:21:26.141Z] The recommended git tool is: /usr/bin/git
01:21:26 [2026-02-20T00:21:26.142Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:26 [2026-02-20T00:21:26.154Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@5e88967e; decorates hudson.Launcher$LocalLauncher@75d9de4a will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:26 [2026-02-20T00:21:26.155Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10
01:21:26 [2026-02-20T00:21:26.160Z] Fetching changes from the remote Git repository
01:21:26 [2026-02-20T00:21:26.162Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
01:21:26 [2026-02-20T00:21:26.168Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
01:21:26 [2026-02-20T00:21:26.168Z] > /usr/bin/git --version # timeout=10
01:21:26 [2026-02-20T00:21:26.173Z] > git --version # 'git version 2.43.0'
01:21:26 [2026-02-20T00:21:26.173Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:26 [2026-02-20T00:21:26.179Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:27 [2026-02-20T00:21:27.719Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:27 [2026-02-20T00:21:27.726Z] Checking out Revision defa63b4934e025329da4b267c4ca7f8968d7347 (refs/remotes/origin/6.3.x)
01:21:27 [2026-02-20T00:21:27.727Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:27 [2026-02-20T00:21:27.731Z] > /usr/bin/git checkout -f defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:27 [2026-02-20T00:21:27.837Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:27 [2026-02-20T00:21:27.846Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:27 [2026-02-20T00:21:27.855Z] > /usr/bin/git checkout -b 6.3.x defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:27 [2026-02-20T00:21:27.979Z] Commit message: "Update dependency on Silverpeas to version 6.3.7-build250214"
01:21:27 [2026-02-20T00:21:27.980Z] > /usr/bin/git rev-list --no-walk defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:28 [2026-02-20T00:21:28.001Z] [Pipeline] script
01:21:28 [2026-02-20T00:21:28.003Z] [Pipeline] {
01:21:28 [2026-02-20T00:21:28.011Z] [Pipeline] copyArtifacts
01:21:28 [2026-02-20T00:21:28.016Z] Copied 1 artifact from "Silverpeas_Mobile_6.3.x_AutoDeploy" build number 243
01:21:28 [2026-02-20T00:21:28.022Z] [Pipeline] readYaml
01:21:28 [2026-02-20T00:21:28.031Z] 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.
01:21:28 [2026-02-20T00:21:28.033Z] [Pipeline] sh
01:21:28 [2026-02-20T00:21:28.290Z] + git rev-parse HEAD
01:21:28 [2026-02-20T00:21:28.292Z] [Pipeline] echo
01:21:28 [2026-02-20T00:21:28.293Z] Current commit is defa63b4934e025329da4b267c4ca7f8968d7347 and last build commit is defa63b4934e025329da4b267c4ca7f8968d7347
01:21:28 [2026-02-20T00:21:28.294Z] 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.
01:21:28 [2026-02-20T00:21:28.294Z] [Pipeline] }
01:21:28 [2026-02-20T00:21:28.303Z] [Pipeline] // script
01:21:28 [2026-02-20T00:21:28.313Z] [Pipeline] script
01:21:28 [2026-02-20T00:21:28.317Z] [Pipeline] {
01:21:28 [2026-02-20T00:21:28.327Z] [Pipeline] readMavenPom
01:21:28 [2026-02-20T00:21:28.336Z] 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.
01:21:28 [2026-02-20T00:21:28.337Z] 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.
01:21:28 [2026-02-20T00:21:28.338Z] 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.
01:21:28 [2026-02-20T00:21:28.338Z] 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.
01:21:28 [2026-02-20T00:21:28.339Z] [Pipeline] echo
01:21:28 [2026-02-20T00:21:28.340Z] No changes and no update in Silverpeas since the last build
01:21:28 [2026-02-20T00:21:28.340Z] [Pipeline] }
01:21:28 [2026-02-20T00:21:28.349Z] [Pipeline] // script
01:21:28 [2026-02-20T00:21:28.358Z] [Pipeline] }
01:21:28 [2026-02-20T00:21:28.367Z] [Pipeline] // stage
01:21:28 [2026-02-20T00:21:28.377Z] [Pipeline] stage
01:21:28 [2026-02-20T00:21:28.378Z] [Pipeline] { (Build the project)
01:21:28 [2026-02-20T00:21:28.418Z] Stage "Build the project" skipped due to when conditional
01:21:28 [2026-02-20T00:21:28.419Z] [Pipeline] getContext
01:21:28 [2026-02-20T00:21:28.432Z] [Pipeline] stage
01:21:28 [2026-02-20T00:21:28.432Z] [Pipeline] { (Check POM parent version)
01:21:28 [2026-02-20T00:21:28.441Z] Stage "Build the project" skipped due to when conditional
01:21:28 [2026-02-20T00:21:28.442Z] [Pipeline] getContext
01:21:28 [2026-02-20T00:21:28.444Z] [Pipeline] }
01:21:28 [2026-02-20T00:21:28.453Z] [Pipeline] // stage
01:21:28 [2026-02-20T00:21:28.463Z] [Pipeline] stage
01:21:28 [2026-02-20T00:21:28.464Z] [Pipeline] { (Update POM parent)
01:21:28 [2026-02-20T00:21:28.473Z] Stage "Build the project" skipped due to when conditional
01:21:28 [2026-02-20T00:21:28.474Z] [Pipeline] getContext
01:21:28 [2026-02-20T00:21:28.475Z] [Pipeline] }
01:21:28 [2026-02-20T00:21:28.484Z] [Pipeline] // stage
01:21:28 [2026-02-20T00:21:28.495Z] [Pipeline] stage
01:21:28 [2026-02-20T00:21:28.495Z] [Pipeline] { (Update dependency on Silverpeas)
01:21:28 [2026-02-20T00:21:28.504Z] Stage "Build the project" skipped due to when conditional
01:21:28 [2026-02-20T00:21:28.505Z] [Pipeline] getContext
01:21:28 [2026-02-20T00:21:28.507Z] [Pipeline] }
01:21:28 [2026-02-20T00:21:28.515Z] [Pipeline] // stage
01:21:28 [2026-02-20T00:21:28.524Z] [Pipeline] stage
01:21:28 [2026-02-20T00:21:28.525Z] [Pipeline] { (Build and Publish)
01:21:28 [2026-02-20T00:21:28.533Z] Stage "Build the project" skipped due to when conditional
01:21:28 [2026-02-20T00:21:28.534Z] [Pipeline] getContext
01:21:28 [2026-02-20T00:21:28.536Z] [Pipeline] }
01:21:28 [2026-02-20T00:21:28.544Z] [Pipeline] // stage
01:21:28 [2026-02-20T00:21:28.552Z] [Pipeline] }
01:21:28 [2026-02-20T00:21:28.559Z] [Pipeline] // stage
01:21:28 [2026-02-20T00:21:28.570Z] [Pipeline] stage
01:21:28 [2026-02-20T00:21:28.571Z] [Pipeline] { (Create YAML build report)
01:21:28 [2026-02-20T00:21:28.590Z] [Pipeline] script
01:21:28 [2026-02-20T00:21:28.594Z] [Pipeline] {
01:21:28 [2026-02-20T00:21:28.604Z] [Pipeline] sh
01:21:28 [2026-02-20T00:21:28.862Z] + mkdir -p target
01:21:28 [2026-02-20T00:21:28.865Z] [Pipeline] sh
01:21:29 [2026-02-20T00:21:29.124Z] + mv build.yaml target/
01:21:29 [2026-02-20T00:21:29.125Z] [Pipeline] }
01:21:29 [2026-02-20T00:21:29.134Z] [Pipeline] // script
01:21:29 [2026-02-20T00:21:29.143Z] [Pipeline] }
01:21:29 [2026-02-20T00:21:29.151Z] [Pipeline] // stage
01:21:29 [2026-02-20T00:21:29.163Z] [Pipeline] stage
01:21:29 [2026-02-20T00:21:29.164Z] [Pipeline] { (Declarative: Post Actions)
01:21:29 [2026-02-20T00:21:29.180Z] [Pipeline] step
01:21:29 [2026-02-20T00:21:29.200Z] [Pipeline] script
01:21:29 [2026-02-20T00:21:29.205Z] [Pipeline] {
01:21:29 [2026-02-20T00:21:29.223Z] [Pipeline] }
01:21:29 [2026-02-20T00:21:29.232Z] [Pipeline] // script
01:21:29 [2026-02-20T00:21:29.246Z] [Pipeline] archiveArtifacts
01:21:29 [2026-02-20T00:21:29.249Z] Archiving artifacts
01:21:29 [2026-02-20T00:21:29.258Z] Enregistrement des empreintes numériques
01:21:29 [2026-02-20T00:21:29.292Z] [Pipeline] }
01:21:29 [2026-02-20T00:21:29.301Z] [Pipeline] // stage
01:21:29 [2026-02-20T00:21:29.310Z] [Pipeline] }
01:21:29 [2026-02-20T00:21:29.318Z] [Pipeline] // withEnv
01:21:29 [2026-02-20T00:21:29.327Z] [Pipeline] }
01:21:29 [2026-02-20T00:21:29.328Z] $ docker stop --time=1 2c8f1ae8c5eee82592b96f146b885e0a36e4faf34dca830177410d3ca8c41965
01:21:30 [2026-02-20T00:21:30.627Z] $ docker rm -f --volumes 2c8f1ae8c5eee82592b96f146b885e0a36e4faf34dca830177410d3ca8c41965
01:21:30 [2026-02-20T00:21:30.668Z] [Pipeline] // withDockerContainer
01:21:30 [2026-02-20T00:21:30.673Z] [Pipeline] }
01:21:30 [2026-02-20T00:21:30.676Z] [Pipeline] // withEnv
01:21:30 [2026-02-20T00:21:30.681Z] [Pipeline] }
01:21:30 [2026-02-20T00:21:30.690Z] [Pipeline] // node
01:21:30 [2026-02-20T00:21:30.699Z] [Pipeline] End of Pipeline
01:21:30 [2026-02-20T00:21:30.743Z] Finished: SUCCESS