Skip to content
01:21:23 [2026-09-17T23:21:23.080Z] Démarré par le projet amont "Silverpeas_6.3.x_AutoDeploy" de numéro de build 302
01:21:23 [2026-09-17T23:21:23.080Z] Causé à l'origine par :
01:21:23 [2026-09-17T23:21:23.080Z]  Lancé par une alarme périodique
01:21:23 [2026-09-17T23:21:23.080Z] Running as userbuild
01:21:23 [2026-09-17T23:21:23.570Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:23 [2026-09-17T23:21:23.693Z] [Pipeline] Start of Pipeline
01:21:23 [2026-09-17T23:21:23.886Z] [Pipeline] node
01:21:23 [2026-09-17T23:21:23.889Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy
01:21:23 [2026-09-17T23:21:23.891Z] [Pipeline] {
01:21:23 [2026-09-17T23:21:23.901Z] [Pipeline] stage
01:21:23 [2026-09-17T23:21:23.901Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:23 [2026-09-17T23:21:23.908Z] [Pipeline] checkout
01:21:23 [2026-09-17T23:21:23.919Z] Selected Git installation does not exist. Using Default
01:21:23 [2026-09-17T23:21:23.919Z] The recommended git tool is: NONE
01:21:23 [2026-09-17T23:21:23.919Z] No credentials specified
01:21:23 [2026-09-17T23:21:23.919Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10
01:21:23 [2026-09-17T23:21:23.926Z] Fetching changes from the remote Git repository
01:21:23 [2026-09-17T23:21:23.928Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:23 [2026-09-17T23:21:23.935Z] Cleaning workspace
01:21:23 [2026-09-17T23:21:23.935Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:23 [2026-09-17T23:21:23.940Z] Resetting working tree
01:21:23 [2026-09-17T23:21:23.940Z]  > /usr/bin/git reset --hard # timeout=10
01:21:23 [2026-09-17T23:21:23.999Z]  > /usr/bin/git clean -fdx # timeout=10
01:21:24 [2026-09-17T23:21:24.008Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:24 [2026-09-17T23:21:24.008Z]  > /usr/bin/git --version # timeout=10
01:21:24 [2026-09-17T23:21:24.012Z]  > git --version # 'git version 2.43.0'
01:21:24 [2026-09-17T23:21:24.013Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:26 [2026-09-17T23:21:26.158Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:26 [2026-09-17T23:21:26.163Z] Checking out Revision c8dc7ef50e04c1b811eb42acbb89b17d98f982d7 (refs/remotes/origin/master)
01:21:26 [2026-09-17T23:21:26.163Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:26 [2026-09-17T23:21:26.168Z]  > /usr/bin/git checkout -f c8dc7ef50e04c1b811eb42acbb89b17d98f982d7 # timeout=10
01:21:26 [2026-09-17T23:21:26.211Z] Commit message: "Fix shell bad syntax"
01:21:26 [2026-09-17T23:21:26.211Z]  > /usr/bin/git rev-list --no-walk b3a0a7bf423a3407c3bc6980f30a0c6ee678b5ae # timeout=10
01:21:26 [2026-09-17T23:21:26.229Z] [Pipeline] }
01:21:26 [2026-09-17T23:21:26.232Z] [Pipeline] // stage
01:21:26 [2026-09-17T23:21:26.256Z] [Pipeline] withEnv
01:21:26 [2026-09-17T23:21:26.257Z] [Pipeline] {
01:21:26 [2026-09-17T23:21:26.361Z] [Pipeline] isUnix
01:21:26 [2026-09-17T23:21:26.362Z] [Pipeline] withEnv
01:21:26 [2026-09-17T23:21:26.363Z] [Pipeline] {
01:21:26 [2026-09-17T23:21:26.374Z] [Pipeline] sh
01:21:26 [2026-09-17T23:21:26.632Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:26 [2026-09-17T23:21:26.632Z] .
01:21:26 [2026-09-17T23:21:26.633Z] [Pipeline] }
01:21:26 [2026-09-17T23:21:26.648Z] [Pipeline] // withEnv
01:21:26 [2026-09-17T23:21:26.656Z] [Pipeline] withDockerContainer
01:21:26 [2026-09-17T23:21:26.695Z] Jenkins does not seem to be running inside a container
01:21:26 [2026-09-17T23:21:26.702Z] $ 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:27 [2026-09-17T23:21:27.001Z] $ docker top 5d45de07ce721f0ca782f6606eb85bb6d443e2448ecc5ae01a81a27cd25d6b18 -eo pid,comm
01:21:27 [2026-09-17T23:21:27.044Z] [Pipeline] {
01:21:27 [2026-09-17T23:21:27.063Z] [Pipeline] withEnv
01:21:27 [2026-09-17T23:21:27.064Z] [Pipeline] {
01:21:27 [2026-09-17T23:21:27.074Z] [Pipeline] stage
01:21:27 [2026-09-17T23:21:27.075Z] [Pipeline] { (Resolve dependency on Silverpeas)
01:21:27 [2026-09-17T23:21:27.102Z] [Pipeline] script
01:21:27 [2026-09-17T23:21:27.108Z] [Pipeline] {
01:21:27 [2026-09-17T23:21:27.116Z] [Pipeline] echo
01:21:27 [2026-09-17T23:21:27.116Z] Working on branch 6.3.x
01:21:27 [2026-09-17T23:21:27.120Z] [Pipeline] copyArtifacts
01:21:27 [2026-09-17T23:21:27.132Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 302
01:21:27 [2026-09-17T23:21:27.136Z] [Pipeline] readYaml
01:21:27 [2026-09-17T23:21:27.142Z] 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:27 [2026-09-17T23:21:27.143Z] 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:27 [2026-09-17T23:21:27.144Z] [Pipeline] sh
01:21:27 [2026-09-17T23:21:27.401Z] + rm -f build.yaml
01:21:27 [2026-09-17T23:21:27.402Z] [Pipeline] }
01:21:27 [2026-09-17T23:21:27.410Z] [Pipeline] // script
01:21:27 [2026-09-17T23:21:27.420Z] [Pipeline] echo
01:21:27 [2026-09-17T23:21:27.421Z] Parent version is 1.5.3
01:21:27 [2026-09-17T23:21:27.423Z] [Pipeline] echo
01:21:27 [2026-09-17T23:21:27.423Z] Silverpeas version is 6.3.7-build250214
01:21:27 [2026-09-17T23:21:27.425Z] [Pipeline] }
01:21:27 [2026-09-17T23:21:27.435Z] [Pipeline] // stage
01:21:27 [2026-09-17T23:21:27.445Z] [Pipeline] stage
01:21:27 [2026-09-17T23:21:27.446Z] [Pipeline] { (Prepare the project)
01:21:27 [2026-09-17T23:21:27.470Z] [Pipeline] git
01:21:27 [2026-09-17T23:21:27.479Z] The recommended git tool is: /usr/bin/git
01:21:27 [2026-09-17T23:21:27.480Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:27 [2026-09-17T23:21:27.488Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@53353d40; decorates hudson.Launcher$LocalLauncher@612f817e will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:27 [2026-09-17T23:21:27.488Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10
01:21:27 [2026-09-17T23:21:27.494Z] Fetching changes from the remote Git repository
01:21:27 [2026-09-17T23:21:27.496Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
01:21:27 [2026-09-17T23:21:27.501Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
01:21:27 [2026-09-17T23:21:27.501Z]  > /usr/bin/git --version # timeout=10
01:21:27 [2026-09-17T23:21:27.515Z]  > git --version # 'git version 2.43.0'
01:21:27 [2026-09-17T23:21:27.515Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:27 [2026-09-17T23:21:27.522Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:28 [2026-09-17T23:21:28.458Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:28 [2026-09-17T23:21:28.465Z] Checking out Revision defa63b4934e025329da4b267c4ca7f8968d7347 (refs/remotes/origin/6.3.x)
01:21:28 [2026-09-17T23:21:28.465Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:28 [2026-09-17T23:21:28.469Z]  > /usr/bin/git checkout -f defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:28 [2026-09-17T23:21:28.559Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:28 [2026-09-17T23:21:28.567Z]  > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:28 [2026-09-17T23:21:28.574Z]  > /usr/bin/git checkout -b 6.3.x defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:28 [2026-09-17T23:21:28.624Z] Commit message: "Update dependency on Silverpeas to version 6.3.7-build250214"
01:21:28 [2026-09-17T23:21:28.625Z]  > /usr/bin/git rev-list --no-walk defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:28 [2026-09-17T23:21:28.647Z] [Pipeline] script
01:21:28 [2026-09-17T23:21:28.651Z] [Pipeline] {
01:21:28 [2026-09-17T23:21:28.665Z] [Pipeline] copyArtifacts
01:21:28 [2026-09-17T23:21:28.682Z] Copied 1 artifact from "Silverpeas_Mobile_6.3.x_AutoDeploy" build number 273
01:21:28 [2026-09-17T23:21:28.690Z] [Pipeline] readYaml
01:21:28 [2026-09-17T23:21:28.697Z] 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-09-17T23:21:28.699Z] [Pipeline] sh
01:21:28 [2026-09-17T23:21:28.959Z] + git rev-parse HEAD
01:21:28 [2026-09-17T23:21:28.962Z] [Pipeline] echo
01:21:28 [2026-09-17T23:21:28.962Z] Current commit is defa63b4934e025329da4b267c4ca7f8968d7347 and last build commit is defa63b4934e025329da4b267c4ca7f8968d7347
01:21:28 [2026-09-17T23:21:28.963Z] 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-09-17T23:21:28.964Z] [Pipeline] }
01:21:28 [2026-09-17T23:21:28.972Z] [Pipeline] // script
01:21:28 [2026-09-17T23:21:28.982Z] [Pipeline] script
01:21:28 [2026-09-17T23:21:28.988Z] [Pipeline] {
01:21:29 [2026-09-17T23:21:29.000Z] [Pipeline] readMavenPom
01:21:29 [2026-09-17T23:21:29.010Z] 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:29 [2026-09-17T23:21:29.010Z] 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:29 [2026-09-17T23:21:29.011Z] 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:29 [2026-09-17T23:21:29.012Z] 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:29 [2026-09-17T23:21:29.013Z] [Pipeline] echo
01:21:29 [2026-09-17T23:21:29.014Z] No changes and no update in Silverpeas since the last build
01:21:29 [2026-09-17T23:21:29.014Z] [Pipeline] }
01:21:29 [2026-09-17T23:21:29.023Z] [Pipeline] // script
01:21:29 [2026-09-17T23:21:29.033Z] [Pipeline] }
01:21:29 [2026-09-17T23:21:29.042Z] [Pipeline] // stage
01:21:29 [2026-09-17T23:21:29.053Z] [Pipeline] stage
01:21:29 [2026-09-17T23:21:29.054Z] [Pipeline] { (Build the project)
01:21:29 [2026-09-17T23:21:29.105Z] Stage "Build the project" skipped due to when conditional
01:21:29 [2026-09-17T23:21:29.107Z] [Pipeline] getContext
01:21:29 [2026-09-17T23:21:29.123Z] [Pipeline] stage
01:21:29 [2026-09-17T23:21:29.124Z] [Pipeline] { (Check POM parent version)
01:21:29 [2026-09-17T23:21:29.133Z] Stage "Build the project" skipped due to when conditional
01:21:29 [2026-09-17T23:21:29.134Z] [Pipeline] getContext
01:21:29 [2026-09-17T23:21:29.136Z] [Pipeline] }
01:21:29 [2026-09-17T23:21:29.145Z] [Pipeline] // stage
01:21:29 [2026-09-17T23:21:29.156Z] [Pipeline] stage
01:21:29 [2026-09-17T23:21:29.157Z] [Pipeline] { (Update POM parent)
01:21:29 [2026-09-17T23:21:29.167Z] Stage "Build the project" skipped due to when conditional
01:21:29 [2026-09-17T23:21:29.168Z] [Pipeline] getContext
01:21:29 [2026-09-17T23:21:29.170Z] [Pipeline] }
01:21:29 [2026-09-17T23:21:29.179Z] [Pipeline] // stage
01:21:29 [2026-09-17T23:21:29.189Z] [Pipeline] stage
01:21:29 [2026-09-17T23:21:29.190Z] [Pipeline] { (Update dependency on Silverpeas)
01:21:29 [2026-09-17T23:21:29.199Z] Stage "Build the project" skipped due to when conditional
01:21:29 [2026-09-17T23:21:29.200Z] [Pipeline] getContext
01:21:29 [2026-09-17T23:21:29.202Z] [Pipeline] }
01:21:29 [2026-09-17T23:21:29.210Z] [Pipeline] // stage
01:21:29 [2026-09-17T23:21:29.221Z] [Pipeline] stage
01:21:29 [2026-09-17T23:21:29.222Z] [Pipeline] { (Build and Publish)
01:21:29 [2026-09-17T23:21:29.231Z] Stage "Build the project" skipped due to when conditional
01:21:29 [2026-09-17T23:21:29.232Z] [Pipeline] getContext
01:21:29 [2026-09-17T23:21:29.235Z] [Pipeline] }
01:21:29 [2026-09-17T23:21:29.243Z] [Pipeline] // stage
01:21:29 [2026-09-17T23:21:29.251Z] [Pipeline] }
01:21:29 [2026-09-17T23:21:29.258Z] [Pipeline] // stage
01:21:29 [2026-09-17T23:21:29.270Z] [Pipeline] stage
01:21:29 [2026-09-17T23:21:29.271Z] [Pipeline] { (Create YAML build report)
01:21:29 [2026-09-17T23:21:29.293Z] [Pipeline] script
01:21:29 [2026-09-17T23:21:29.298Z] [Pipeline] {
01:21:29 [2026-09-17T23:21:29.309Z] [Pipeline] sh
01:21:29 [2026-09-17T23:21:29.567Z] + mkdir -p target
01:21:29 [2026-09-17T23:21:29.570Z] [Pipeline] sh
01:21:29 [2026-09-17T23:21:29.829Z] + mv build.yaml target/
01:21:29 [2026-09-17T23:21:29.830Z] [Pipeline] }
01:21:29 [2026-09-17T23:21:29.839Z] [Pipeline] // script
01:21:29 [2026-09-17T23:21:29.848Z] [Pipeline] }
01:21:29 [2026-09-17T23:21:29.856Z] [Pipeline] // stage
01:21:29 [2026-09-17T23:21:29.869Z] [Pipeline] stage
01:21:29 [2026-09-17T23:21:29.870Z] [Pipeline] { (Declarative: Post Actions)
01:21:29 [2026-09-17T23:21:29.886Z] [Pipeline] step
01:21:29 [2026-09-17T23:21:29.910Z] [Pipeline] script
01:21:29 [2026-09-17T23:21:29.914Z] [Pipeline] {
01:21:29 [2026-09-17T23:21:29.932Z] [Pipeline] }
01:21:29 [2026-09-17T23:21:29.940Z] [Pipeline] // script
01:21:29 [2026-09-17T23:21:29.955Z] [Pipeline] archiveArtifacts
01:21:29 [2026-09-17T23:21:29.958Z] Archiving artifacts
01:21:29 [2026-09-17T23:21:29.966Z] Enregistrement des empreintes numériques
01:21:29 [2026-09-17T23:21:29.989Z] [Pipeline] }
01:21:29 [2026-09-17T23:21:29.998Z] [Pipeline] // stage
01:21:30 [2026-09-17T23:21:30.015Z] [Pipeline] }
01:21:30 [2026-09-17T23:21:30.029Z] [Pipeline] // withEnv
01:21:30 [2026-09-17T23:21:30.038Z] [Pipeline] }
01:21:30 [2026-09-17T23:21:30.039Z] $ docker stop --time=1 5d45de07ce721f0ca782f6606eb85bb6d443e2448ecc5ae01a81a27cd25d6b18
01:21:31 [2026-09-17T23:21:31.296Z] $ docker rm -f --volumes 5d45de07ce721f0ca782f6606eb85bb6d443e2448ecc5ae01a81a27cd25d6b18
01:21:31 [2026-09-17T23:21:31.341Z] [Pipeline] // withDockerContainer
01:21:31 [2026-09-17T23:21:31.345Z] [Pipeline] }
01:21:31 [2026-09-17T23:21:31.349Z] [Pipeline] // withEnv
01:21:31 [2026-09-17T23:21:31.358Z] [Pipeline] }
01:21:31 [2026-09-17T23:21:31.366Z] [Pipeline] // node
01:21:31 [2026-09-17T23:21:31.371Z] [Pipeline] End of Pipeline
01:21:31 [2026-09-17T23:21:31.432Z] Finished: SUCCESS