19:24:21 [2026-04-01T17:24:21.721Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 1066
19:24:21 [2026-04-01T17:24:21.721Z] Causé à l'origine par :
19:24:21 [2026-04-01T17:24:21.721Z] Lancé par une alarme périodique
19:24:21 [2026-04-01T17:24:21.721Z] Running as userbuild
19:24:22 [2026-04-01T17:24:22.187Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:22 [2026-04-01T17:24:22.307Z] [Pipeline] Start of Pipeline
19:24:22 [2026-04-01T17:24:22.519Z] [Pipeline] node
19:24:22 [2026-04-01T17:24:22.522Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy
19:24:22 [2026-04-01T17:24:22.524Z] [Pipeline] {
19:24:22 [2026-04-01T17:24:22.538Z] [Pipeline] stage
19:24:22 [2026-04-01T17:24:22.539Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:22 [2026-04-01T17:24:22.547Z] [Pipeline] checkout
19:24:22 [2026-04-01T17:24:22.548Z] Selected Git installation does not exist. Using Default
19:24:22 [2026-04-01T17:24:22.548Z] The recommended git tool is: NONE
19:24:22 [2026-04-01T17:24:22.548Z] No credentials specified
19:24:22 [2026-04-01T17:24:22.548Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:22 [2026-04-01T17:24:22.555Z] Fetching changes from the remote Git repository
19:24:22 [2026-04-01T17:24:22.558Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:22 [2026-04-01T17:24:22.564Z] Cleaning workspace
19:24:22 [2026-04-01T17:24:22.564Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:22 [2026-04-01T17:24:22.570Z] Resetting working tree
19:24:22 [2026-04-01T17:24:22.570Z] > /usr/bin/git reset --hard # timeout=10
19:24:22 [2026-04-01T17:24:22.595Z] > /usr/bin/git clean -fdx # timeout=10
19:24:22 [2026-04-01T17:24:22.839Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:22 [2026-04-01T17:24:22.839Z] > /usr/bin/git --version # timeout=10
19:24:22 [2026-04-01T17:24:22.847Z] > git --version # 'git version 2.43.0'
19:24:22 [2026-04-01T17:24:22.847Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:23 [2026-04-01T17:24:23.215Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:23 [2026-04-01T17:24:23.224Z] Checking out Revision 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 (refs/remotes/origin/master)
19:24:23 [2026-04-01T17:24:23.224Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:23 [2026-04-01T17:24:23.230Z] > /usr/bin/git checkout -f 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
19:24:23 [2026-04-01T17:24:23.325Z] Commit message: "Fix SonarQube Maven execution in pipelines."
19:24:23 [2026-04-01T17:24:23.325Z] > /usr/bin/git rev-list --no-walk 1a3c726bd15b58b1d8b82d9cc1fc5c31a5533a45 # timeout=10
19:24:23 [2026-04-01T17:24:23.349Z] [Pipeline] }
19:24:23 [2026-04-01T17:24:23.357Z] [Pipeline] // stage
19:24:23 [2026-04-01T17:24:23.371Z] [Pipeline] withEnv
19:24:23 [2026-04-01T17:24:23.372Z] [Pipeline] {
19:24:23 [2026-04-01T17:24:23.483Z] [Pipeline] isUnix
19:24:23 [2026-04-01T17:24:23.484Z] [Pipeline] withEnv
19:24:23 [2026-04-01T17:24:23.484Z] [Pipeline] {
19:24:23 [2026-04-01T17:24:23.495Z] [Pipeline] sh
19:24:23 [2026-04-01T17:24:23.751Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:23 [2026-04-01T17:24:23.752Z] .
19:24:23 [2026-04-01T17:24:23.753Z] [Pipeline] }
19:24:23 [2026-04-01T17:24:23.763Z] [Pipeline] // withEnv
19:24:23 [2026-04-01T17:24:23.772Z] [Pipeline] withDockerContainer
19:24:23 [2026-04-01T17:24:23.801Z] Jenkins does not seem to be running inside a container
19:24:23 [2026-04-01T17:24:23.808Z] $ 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:24 [2026-04-01T17:24:24.181Z] $ docker top e38a856210aa979fdf1259a641671a93f04fec58ddc47f93badf7cae2a08b9d7 -eo pid,comm
19:24:24 [2026-04-01T17:24:24.221Z] [Pipeline] {
19:24:24 [2026-04-01T17:24:24.230Z] [Pipeline] withEnv
19:24:24 [2026-04-01T17:24:24.231Z] [Pipeline] {
19:24:24 [2026-04-01T17:24:24.237Z] [Pipeline] stage
19:24:24 [2026-04-01T17:24:24.237Z] [Pipeline] { (Resolve dependency on Silverpeas)
19:24:24 [2026-04-01T17:24:24.252Z] [Pipeline] script
19:24:24 [2026-04-01T17:24:24.255Z] [Pipeline] {
19:24:24 [2026-04-01T17:24:24.259Z] [Pipeline] echo
19:24:24 [2026-04-01T17:24:24.259Z] Working on branch master
19:24:24 [2026-04-01T17:24:24.261Z] [Pipeline] copyArtifacts
19:24:24 [2026-04-01T17:24:24.266Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 1066
19:24:24 [2026-04-01T17:24:24.273Z] [Pipeline] readYaml
19:24:24 [2026-04-01T17:24:24.280Z] 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:24 [2026-04-01T17:24:24.280Z] 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:24 [2026-04-01T17:24:24.281Z] [Pipeline] sh
19:24:24 [2026-04-01T17:24:24.537Z] + rm -f build.yaml
19:24:24 [2026-04-01T17:24:24.538Z] [Pipeline] }
19:24:24 [2026-04-01T17:24:24.549Z] [Pipeline] // script
19:24:24 [2026-04-01T17:24:24.558Z] [Pipeline] echo
19:24:24 [2026-04-01T17:24:24.559Z] Parent version is 1.7-build260224
19:24:24 [2026-04-01T17:24:24.560Z] [Pipeline] echo
19:24:24 [2026-04-01T17:24:24.560Z] Silverpeas version is 6.5-build260329
19:24:24 [2026-04-01T17:24:24.561Z] [Pipeline] }
19:24:24 [2026-04-01T17:24:24.569Z] [Pipeline] // stage
19:24:24 [2026-04-01T17:24:24.579Z] [Pipeline] stage
19:24:24 [2026-04-01T17:24:24.579Z] [Pipeline] { (Prepare the project)
19:24:24 [2026-04-01T17:24:24.601Z] [Pipeline] git
19:24:24 [2026-04-01T17:24:24.603Z] The recommended git tool is: /usr/bin/git
19:24:24 [2026-04-01T17:24:24.604Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:24 [2026-04-01T17:24:24.617Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@1cf6d12d; decorates hudson.Launcher$LocalLauncher@3e715a3d will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:24 [2026-04-01T17:24:24.617Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:24 [2026-04-01T17:24:24.625Z] Fetching changes from the remote Git repository
19:24:24 [2026-04-01T17:24:24.628Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
19:24:24 [2026-04-01T17:24:24.634Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
19:24:24 [2026-04-01T17:24:24.634Z] > /usr/bin/git --version # timeout=10
19:24:24 [2026-04-01T17:24:24.639Z] > git --version # 'git version 2.43.0'
19:24:24 [2026-04-01T17:24:24.640Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:24 [2026-04-01T17:24:24.645Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:25 [2026-04-01T17:24:25.242Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:25 [2026-04-01T17:24:25.250Z] Checking out Revision 77fe5b952d8f99fac85cf8b6afe2f3c4af16416b (refs/remotes/origin/master)
19:24:25 [2026-04-01T17:24:25.250Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:25 [2026-04-01T17:24:25.256Z] > /usr/bin/git checkout -f 77fe5b952d8f99fac85cf8b6afe2f3c4af16416b # timeout=10
19:24:25 [2026-04-01T17:24:25.388Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:25 [2026-04-01T17:24:25.398Z] > /usr/bin/git branch -D master # timeout=10
19:24:25 [2026-04-01T17:24:25.406Z] > /usr/bin/git checkout -b master 77fe5b952d8f99fac85cf8b6afe2f3c4af16416b # timeout=10
19:24:25 [2026-04-01T17:24:25.554Z] Commit message: "Update dependency on Silverpeas to version 6.5-build260329"
19:24:25 [2026-04-01T17:24:25.554Z] > /usr/bin/git rev-list --no-walk 84d1ae7a392373f4e2f8632207bab11940391461 # timeout=10
19:24:25 [2026-04-01T17:24:25.577Z] [Pipeline] script
19:24:25 [2026-04-01T17:24:25.579Z] [Pipeline] {
19:24:25 [2026-04-01T17:24:25.594Z] [Pipeline] copyArtifacts
19:24:25 [2026-04-01T17:24:25.602Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 639
19:24:25 [2026-04-01T17:24:25.612Z] [Pipeline] readYaml
19:24:25 [2026-04-01T17:24:25.622Z] 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:25 [2026-04-01T17:24:25.624Z] [Pipeline] sh
19:24:25 [2026-04-01T17:24:25.881Z] + git rev-parse HEAD
19:24:25 [2026-04-01T17:24:25.883Z] [Pipeline] echo
19:24:25 [2026-04-01T17:24:25.884Z] Current commit is 77fe5b952d8f99fac85cf8b6afe2f3c4af16416b and last build commit is 77fe5b952d8f99fac85cf8b6afe2f3c4af16416b
19:24:25 [2026-04-01T17:24:25.884Z] 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:25 [2026-04-01T17:24:25.885Z] [Pipeline] }
19:24:25 [2026-04-01T17:24:25.893Z] [Pipeline] // script
19:24:25 [2026-04-01T17:24:25.902Z] [Pipeline] script
19:24:25 [2026-04-01T17:24:25.906Z] [Pipeline] {
19:24:25 [2026-04-01T17:24:25.915Z] [Pipeline] readMavenPom
19:24:25 [2026-04-01T17:24:25.924Z] 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:25 [2026-04-01T17:24:25.925Z] 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:25 [2026-04-01T17:24:25.925Z] 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:25 [2026-04-01T17:24:25.926Z] 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:25 [2026-04-01T17:24:25.927Z] [Pipeline] echo
19:24:25 [2026-04-01T17:24:25.927Z] No changes and no update in Silverpeas since the last build
19:24:25 [2026-04-01T17:24:25.928Z] [Pipeline] }
19:24:25 [2026-04-01T17:24:25.936Z] [Pipeline] // script
19:24:25 [2026-04-01T17:24:25.945Z] [Pipeline] }
19:24:25 [2026-04-01T17:24:25.953Z] [Pipeline] // stage
19:24:25 [2026-04-01T17:24:25.963Z] [Pipeline] stage
19:24:25 [2026-04-01T17:24:25.964Z] [Pipeline] { (Build the project)
19:24:26 [2026-04-01T17:24:26.001Z] Stage "Build the project" skipped due to when conditional
19:24:26 [2026-04-01T17:24:26.002Z] [Pipeline] getContext
19:24:26 [2026-04-01T17:24:26.014Z] [Pipeline] stage
19:24:26 [2026-04-01T17:24:26.015Z] [Pipeline] { (Check POM parent version)
19:24:26 [2026-04-01T17:24:26.024Z] Stage "Build the project" skipped due to when conditional
19:24:26 [2026-04-01T17:24:26.025Z] [Pipeline] getContext
19:24:26 [2026-04-01T17:24:26.026Z] [Pipeline] }
19:24:26 [2026-04-01T17:24:26.034Z] [Pipeline] // stage
19:24:26 [2026-04-01T17:24:26.044Z] [Pipeline] stage
19:24:26 [2026-04-01T17:24:26.045Z] [Pipeline] { (Update POM parent)
19:24:26 [2026-04-01T17:24:26.054Z] Stage "Build the project" skipped due to when conditional
19:24:26 [2026-04-01T17:24:26.055Z] [Pipeline] getContext
19:24:26 [2026-04-01T17:24:26.057Z] [Pipeline] }
19:24:26 [2026-04-01T17:24:26.065Z] [Pipeline] // stage
19:24:26 [2026-04-01T17:24:26.075Z] [Pipeline] stage
19:24:26 [2026-04-01T17:24:26.076Z] [Pipeline] { (Update dependency on Silverpeas)
19:24:26 [2026-04-01T17:24:26.084Z] Stage "Build the project" skipped due to when conditional
19:24:26 [2026-04-01T17:24:26.085Z] [Pipeline] getContext
19:24:26 [2026-04-01T17:24:26.087Z] [Pipeline] }
19:24:26 [2026-04-01T17:24:26.094Z] [Pipeline] // stage
19:24:26 [2026-04-01T17:24:26.103Z] [Pipeline] stage
19:24:26 [2026-04-01T17:24:26.104Z] [Pipeline] { (Build and Publish)
19:24:26 [2026-04-01T17:24:26.112Z] Stage "Build the project" skipped due to when conditional
19:24:26 [2026-04-01T17:24:26.113Z] [Pipeline] getContext
19:24:26 [2026-04-01T17:24:26.114Z] [Pipeline] }
19:24:26 [2026-04-01T17:24:26.122Z] [Pipeline] // stage
19:24:26 [2026-04-01T17:24:26.129Z] [Pipeline] }
19:24:26 [2026-04-01T17:24:26.136Z] [Pipeline] // stage
19:24:26 [2026-04-01T17:24:26.146Z] [Pipeline] stage
19:24:26 [2026-04-01T17:24:26.147Z] [Pipeline] { (Create YAML build report)
19:24:26 [2026-04-01T17:24:26.168Z] [Pipeline] script
19:24:26 [2026-04-01T17:24:26.172Z] [Pipeline] {
19:24:26 [2026-04-01T17:24:26.183Z] [Pipeline] sh
19:24:26 [2026-04-01T17:24:26.440Z] + mkdir -p target
19:24:26 [2026-04-01T17:24:26.442Z] [Pipeline] sh
19:24:26 [2026-04-01T17:24:26.700Z] + mv build.yaml target/
19:24:26 [2026-04-01T17:24:26.701Z] [Pipeline] }
19:24:26 [2026-04-01T17:24:26.710Z] [Pipeline] // script
19:24:26 [2026-04-01T17:24:26.719Z] [Pipeline] }
19:24:26 [2026-04-01T17:24:26.727Z] [Pipeline] // stage
19:24:26 [2026-04-01T17:24:26.737Z] [Pipeline] stage
19:24:26 [2026-04-01T17:24:26.738Z] [Pipeline] { (Declarative: Post Actions)
19:24:26 [2026-04-01T17:24:26.781Z] [Pipeline] step
19:24:26 [2026-04-01T17:24:26.796Z] [Pipeline] script
19:24:26 [2026-04-01T17:24:26.800Z] [Pipeline] {
19:24:26 [2026-04-01T17:24:26.812Z] [Pipeline] }
19:24:26 [2026-04-01T17:24:26.818Z] [Pipeline] // script
19:24:26 [2026-04-01T17:24:26.827Z] [Pipeline] archiveArtifacts
19:24:26 [2026-04-01T17:24:26.829Z] Archiving artifacts
19:24:26 [2026-04-01T17:24:26.834Z] Enregistrement des empreintes numériques
19:24:26 [2026-04-01T17:24:26.865Z] [Pipeline] }
19:24:26 [2026-04-01T17:24:26.873Z] [Pipeline] // stage
19:24:26 [2026-04-01T17:24:26.879Z] [Pipeline] }
19:24:26 [2026-04-01T17:24:26.884Z] [Pipeline] // withEnv
19:24:26 [2026-04-01T17:24:26.893Z] [Pipeline] }
19:24:26 [2026-04-01T17:24:26.894Z] $ docker stop --time=1 e38a856210aa979fdf1259a641671a93f04fec58ddc47f93badf7cae2a08b9d7
19:24:28 [2026-04-01T17:24:28.192Z] $ docker rm -f --volumes e38a856210aa979fdf1259a641671a93f04fec58ddc47f93badf7cae2a08b9d7
19:24:28 [2026-04-01T17:24:28.232Z] [Pipeline] // withDockerContainer
19:24:28 [2026-04-01T17:24:28.237Z] [Pipeline] }
19:24:28 [2026-04-01T17:24:28.241Z] [Pipeline] // withEnv
19:24:28 [2026-04-01T17:24:28.245Z] [Pipeline] }
19:24:28 [2026-04-01T17:24:28.248Z] [Pipeline] // node
19:24:28 [2026-04-01T17:24:28.253Z] [Pipeline] End of Pipeline
19:24:28 [2026-04-01T17:24:28.284Z] Finished: SUCCESS