Skip to content
06:46:18 [2026-05-28T04:46:18.920Z] Démarré par le projet amont "Silverpeas_Stable_AutoDeploy" de numéro de build 527
06:46:18 [2026-05-28T04:46:18.920Z] Causé à l'origine par :
06:46:18 [2026-05-28T04:46:18.920Z]  Lancé par une alarme périodique
06:46:18 [2026-05-28T04:46:18.920Z] Running as userbuild
06:46:19 [2026-05-28T04:46:19.375Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:19 [2026-05-28T04:46:19.491Z] [Pipeline] Start of Pipeline
06:46:19 [2026-05-28T04:46:19.681Z] [Pipeline] node
06:46:19 [2026-05-28T04:46:19.683Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy
06:46:19 [2026-05-28T04:46:19.685Z] [Pipeline] {
06:46:19 [2026-05-28T04:46:19.693Z] [Pipeline] stage
06:46:19 [2026-05-28T04:46:19.694Z] [Pipeline] { (Declarative: Checkout SCM)
06:46:19 [2026-05-28T04:46:19.699Z] [Pipeline] checkout
06:46:19 [2026-05-28T04:46:19.700Z] Selected Git installation does not exist. Using Default
06:46:19 [2026-05-28T04:46:19.700Z] The recommended git tool is: NONE
06:46:19 [2026-05-28T04:46:19.700Z] No credentials specified
06:46:19 [2026-05-28T04:46:19.700Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
06:46:19 [2026-05-28T04:46:19.704Z] Fetching changes from the remote Git repository
06:46:19 [2026-05-28T04:46:19.705Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
06:46:19 [2026-05-28T04:46:19.710Z] Cleaning workspace
06:46:19 [2026-05-28T04:46:19.710Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
06:46:19 [2026-05-28T04:46:19.714Z] Resetting working tree
06:46:19 [2026-05-28T04:46:19.714Z]  > /usr/bin/git reset --hard # timeout=10
06:46:19 [2026-05-28T04:46:19.730Z]  > /usr/bin/git clean -fdx # timeout=10
06:46:20 [2026-05-28T04:46:20.002Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
06:46:20 [2026-05-28T04:46:20.002Z]  > /usr/bin/git --version # timeout=10
06:46:20 [2026-05-28T04:46:20.007Z]  > git --version # 'git version 2.43.0'
06:46:20 [2026-05-28T04:46:20.007Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:20 [2026-05-28T04:46:20.391Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
06:46:20 [2026-05-28T04:46:20.398Z] Checking out Revision 01d06ccb34ffbca958998fce357470ddc43cbd57 (refs/remotes/origin/master)
06:46:20 [2026-05-28T04:46:20.398Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:20 [2026-05-28T04:46:20.402Z]  > /usr/bin/git checkout -f 01d06ccb34ffbca958998fce357470ddc43cbd57 # timeout=10
06:46:20 [2026-05-28T04:46:20.462Z] Commit message: "In all Jenkinsfiles, when updating the parent POM version, do it explicitly without any resolution"
06:46:20 [2026-05-28T04:46:20.462Z]  > /usr/bin/git rev-list --no-walk 01d06ccb34ffbca958998fce357470ddc43cbd57 # timeout=10
06:46:20 [2026-05-28T04:46:20.476Z] [Pipeline] }
06:46:20 [2026-05-28T04:46:20.479Z] [Pipeline] // stage
06:46:20 [2026-05-28T04:46:20.485Z] [Pipeline] withEnv
06:46:20 [2026-05-28T04:46:20.485Z] [Pipeline] {
06:46:20 [2026-05-28T04:46:20.546Z] [Pipeline] isUnix
06:46:20 [2026-05-28T04:46:20.547Z] [Pipeline] withEnv
06:46:20 [2026-05-28T04:46:20.547Z] [Pipeline] {
06:46:20 [2026-05-28T04:46:20.553Z] [Pipeline] sh
06:46:20 [2026-05-28T04:46:20.809Z] + docker inspect -f . silverpeas/silverbuild:6.4
06:46:20 [2026-05-28T04:46:20.809Z] .
06:46:20 [2026-05-28T04:46:20.810Z] [Pipeline] }
06:46:20 [2026-05-28T04:46:20.815Z] [Pipeline] // withEnv
06:46:20 [2026-05-28T04:46:20.825Z] [Pipeline] withDockerContainer
06:46:20 [2026-05-28T04:46:20.854Z] Jenkins does not seem to be running inside a container
06:46:20 [2026-05-28T04:46:20.861Z] $ 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:21 [2026-05-28T04:46:21.180Z] $ docker top 1d0185619891a354fb7ee5877a7d1150f73c5728b7ccbb236553d8769a2d27ea -eo pid,comm
06:46:21 [2026-05-28T04:46:21.219Z] [Pipeline] {
06:46:21 [2026-05-28T04:46:21.230Z] [Pipeline] withEnv
06:46:21 [2026-05-28T04:46:21.230Z] [Pipeline] {
06:46:21 [2026-05-28T04:46:21.238Z] [Pipeline] stage
06:46:21 [2026-05-28T04:46:21.239Z] [Pipeline] { (Resolve dependency on Silverpeas)
06:46:21 [2026-05-28T04:46:21.262Z] [Pipeline] script
06:46:21 [2026-05-28T04:46:21.267Z] [Pipeline] {
06:46:21 [2026-05-28T04:46:21.276Z] [Pipeline] echo
06:46:21 [2026-05-28T04:46:21.276Z] Working on branch 6.4.x
06:46:21 [2026-05-28T04:46:21.281Z] [Pipeline] copyArtifacts
06:46:21 [2026-05-28T04:46:21.287Z] Copied 1 artifact from "Silverpeas_Stable_AutoDeploy" build number 527
06:46:21 [2026-05-28T04:46:21.296Z] [Pipeline] readYaml
06:46:21 [2026-05-28T04:46:21.305Z] 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:21 [2026-05-28T04:46:21.305Z] 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:21 [2026-05-28T04:46:21.307Z] [Pipeline] sh
06:46:21 [2026-05-28T04:46:21.567Z] + rm -f build.yaml
06:46:21 [2026-05-28T04:46:21.568Z] [Pipeline] }
06:46:21 [2026-05-28T04:46:21.578Z] [Pipeline] // script
06:46:21 [2026-05-28T04:46:21.587Z] [Pipeline] echo
06:46:21 [2026-05-28T04:46:21.587Z] Parent version is 1.6.2
06:46:21 [2026-05-28T04:46:21.589Z] [Pipeline] echo
06:46:21 [2026-05-28T04:46:21.589Z] Silverpeas version is 6.4.7-build260525
06:46:21 [2026-05-28T04:46:21.590Z] [Pipeline] }
06:46:21 [2026-05-28T04:46:21.598Z] [Pipeline] // stage
06:46:21 [2026-05-28T04:46:21.608Z] [Pipeline] stage
06:46:21 [2026-05-28T04:46:21.609Z] [Pipeline] { (Prepare the project)
06:46:21 [2026-05-28T04:46:21.635Z] [Pipeline] git
06:46:21 [2026-05-28T04:46:21.637Z] The recommended git tool is: /usr/bin/git
06:46:21 [2026-05-28T04:46:21.638Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
06:46:21 [2026-05-28T04:46:21.650Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@488a923f; decorates hudson.Launcher$LocalLauncher@5e70f796 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
06:46:21 [2026-05-28T04:46:21.651Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Stable_AutoDeploy/.git # timeout=10
06:46:21 [2026-05-28T04:46:21.658Z] Fetching changes from the remote Git repository
06:46:21 [2026-05-28T04:46:21.660Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
06:46:21 [2026-05-28T04:46:21.666Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
06:46:21 [2026-05-28T04:46:21.666Z]  > /usr/bin/git --version # timeout=10
06:46:21 [2026-05-28T04:46:21.671Z]  > git --version # 'git version 2.43.0'
06:46:21 [2026-05-28T04:46:21.671Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
06:46:21 [2026-05-28T04:46:21.677Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
06:46:22 [2026-05-28T04:46:22.298Z]  > /usr/bin/git rev-parse refs/remotes/origin/6.4.x^{commit} # timeout=10
06:46:22 [2026-05-28T04:46:22.304Z] Checking out Revision bc3c140ebc2a3b450e0252fd6cd755c29e54c61a (refs/remotes/origin/6.4.x)
06:46:22 [2026-05-28T04:46:22.304Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
06:46:22 [2026-05-28T04:46:22.308Z]  > /usr/bin/git checkout -f bc3c140ebc2a3b450e0252fd6cd755c29e54c61a # timeout=10
06:46:22 [2026-05-28T04:46:22.425Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
06:46:22 [2026-05-28T04:46:22.433Z]  > /usr/bin/git branch -D 6.4.x # timeout=10
06:46:22 [2026-05-28T04:46:22.444Z]  > /usr/bin/git checkout -b 6.4.x bc3c140ebc2a3b450e0252fd6cd755c29e54c61a # timeout=10
06:46:22 [2026-05-28T04:46:22.521Z] Commit message: "Update dependency on Silverpeas to version 6.4.7-build260525"
06:46:22 [2026-05-28T04:46:22.522Z]  > /usr/bin/git rev-list --no-walk f205818e071cc15deb3900c08b8105f44218ab05 # timeout=10
06:46:22 [2026-05-28T04:46:22.542Z] [Pipeline] script
06:46:22 [2026-05-28T04:46:22.546Z] [Pipeline] {
06:46:22 [2026-05-28T04:46:22.556Z] [Pipeline] copyArtifacts
06:46:22 [2026-05-28T04:46:22.560Z] Copied 1 artifact from "Silverpeas_Mobile_Stable_AutoDeploy" build number 399
06:46:22 [2026-05-28T04:46:22.566Z] [Pipeline] readYaml
06:46:22 [2026-05-28T04:46:22.572Z] 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:22 [2026-05-28T04:46:22.573Z] [Pipeline] sh
06:46:22 [2026-05-28T04:46:22.830Z] + git rev-parse HEAD
06:46:22 [2026-05-28T04:46:22.832Z] [Pipeline] echo
06:46:22 [2026-05-28T04:46:22.832Z] Current commit is bc3c140ebc2a3b450e0252fd6cd755c29e54c61a and last build commit is bc3c140ebc2a3b450e0252fd6cd755c29e54c61a
06:46:22 [2026-05-28T04:46:22.832Z] 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:22 [2026-05-28T04:46:22.833Z] [Pipeline] }
06:46:22 [2026-05-28T04:46:22.838Z] [Pipeline] // script
06:46:22 [2026-05-28T04:46:22.844Z] [Pipeline] script
06:46:22 [2026-05-28T04:46:22.847Z] [Pipeline] {
06:46:22 [2026-05-28T04:46:22.853Z] [Pipeline] readMavenPom
06:46:22 [2026-05-28T04:46:22.859Z] 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:22 [2026-05-28T04:46:22.859Z] 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:22 [2026-05-28T04:46:22.860Z] 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:22 [2026-05-28T04:46:22.860Z] 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:22 [2026-05-28T04:46:22.861Z] [Pipeline] echo
06:46:22 [2026-05-28T04:46:22.861Z] No changes and no update in Silverpeas since the last build
06:46:22 [2026-05-28T04:46:22.861Z] [Pipeline] }
06:46:22 [2026-05-28T04:46:22.867Z] [Pipeline] // script
06:46:22 [2026-05-28T04:46:22.872Z] [Pipeline] }
06:46:22 [2026-05-28T04:46:22.878Z] [Pipeline] // stage
06:46:22 [2026-05-28T04:46:22.884Z] [Pipeline] stage
06:46:22 [2026-05-28T04:46:22.885Z] [Pipeline] { (Build the project)
06:46:22 [2026-05-28T04:46:22.908Z] Stage "Build the project" skipped due to when conditional
06:46:22 [2026-05-28T04:46:22.908Z] [Pipeline] getContext
06:46:22 [2026-05-28T04:46:22.917Z] [Pipeline] stage
06:46:22 [2026-05-28T04:46:22.918Z] [Pipeline] { (Check POM parent version)
06:46:22 [2026-05-28T04:46:22.924Z] Stage "Build the project" skipped due to when conditional
06:46:22 [2026-05-28T04:46:22.924Z] [Pipeline] getContext
06:46:22 [2026-05-28T04:46:22.925Z] [Pipeline] }
06:46:22 [2026-05-28T04:46:22.931Z] [Pipeline] // stage
06:46:22 [2026-05-28T04:46:22.938Z] [Pipeline] stage
06:46:22 [2026-05-28T04:46:22.938Z] [Pipeline] { (Update POM parent)
06:46:22 [2026-05-28T04:46:22.944Z] Stage "Build the project" skipped due to when conditional
06:46:22 [2026-05-28T04:46:22.945Z] [Pipeline] getContext
06:46:22 [2026-05-28T04:46:22.946Z] [Pipeline] }
06:46:22 [2026-05-28T04:46:22.951Z] [Pipeline] // stage
06:46:22 [2026-05-28T04:46:22.958Z] [Pipeline] stage
06:46:22 [2026-05-28T04:46:22.958Z] [Pipeline] { (Update dependency on Silverpeas)
06:46:22 [2026-05-28T04:46:22.964Z] Stage "Build the project" skipped due to when conditional
06:46:22 [2026-05-28T04:46:22.965Z] [Pipeline] getContext
06:46:22 [2026-05-28T04:46:22.966Z] [Pipeline] }
06:46:22 [2026-05-28T04:46:22.971Z] [Pipeline] // stage
06:46:22 [2026-05-28T04:46:22.978Z] [Pipeline] stage
06:46:22 [2026-05-28T04:46:22.978Z] [Pipeline] { (Build and Publish)
06:46:22 [2026-05-28T04:46:22.983Z] Stage "Build the project" skipped due to when conditional
06:46:22 [2026-05-28T04:46:22.984Z] [Pipeline] getContext
06:46:22 [2026-05-28T04:46:22.985Z] [Pipeline] }
06:46:22 [2026-05-28T04:46:22.991Z] [Pipeline] // stage
06:46:22 [2026-05-28T04:46:22.996Z] [Pipeline] }
06:46:23 [2026-05-28T04:46:23.001Z] [Pipeline] // stage
06:46:23 [2026-05-28T04:46:23.008Z] [Pipeline] stage
06:46:23 [2026-05-28T04:46:23.008Z] [Pipeline] { (Create YAML build report)
06:46:23 [2026-05-28T04:46:23.020Z] [Pipeline] script
06:46:23 [2026-05-28T04:46:23.024Z] [Pipeline] {
06:46:23 [2026-05-28T04:46:23.031Z] [Pipeline] sh
06:46:23 [2026-05-28T04:46:23.287Z] + mkdir -p target
06:46:23 [2026-05-28T04:46:23.289Z] [Pipeline] sh
06:46:23 [2026-05-28T04:46:23.545Z] + mv build.yaml target/
06:46:23 [2026-05-28T04:46:23.546Z] [Pipeline] }
06:46:23 [2026-05-28T04:46:23.553Z] [Pipeline] // script
06:46:23 [2026-05-28T04:46:23.558Z] [Pipeline] }
06:46:23 [2026-05-28T04:46:23.563Z] [Pipeline] // stage
06:46:23 [2026-05-28T04:46:23.568Z] [Pipeline] stage
06:46:23 [2026-05-28T04:46:23.568Z] [Pipeline] { (Declarative: Post Actions)
06:46:23 [2026-05-28T04:46:23.577Z] [Pipeline] step
06:46:23 [2026-05-28T04:46:23.589Z] [Pipeline] script
06:46:23 [2026-05-28T04:46:23.592Z] [Pipeline] {
06:46:23 [2026-05-28T04:46:23.602Z] [Pipeline] }
06:46:23 [2026-05-28T04:46:23.606Z] [Pipeline] // script
06:46:23 [2026-05-28T04:46:23.611Z] [Pipeline] archiveArtifacts
06:46:23 [2026-05-28T04:46:23.613Z] Archiving artifacts
06:46:23 [2026-05-28T04:46:23.616Z] Enregistrement des empreintes numériques
06:46:23 [2026-05-28T04:46:23.633Z] [Pipeline] }
06:46:23 [2026-05-28T04:46:23.638Z] [Pipeline] // stage
06:46:23 [2026-05-28T04:46:23.643Z] [Pipeline] }
06:46:23 [2026-05-28T04:46:23.648Z] [Pipeline] // withEnv
06:46:23 [2026-05-28T04:46:23.653Z] [Pipeline] }
06:46:23 [2026-05-28T04:46:23.654Z] $ docker stop --time=1 1d0185619891a354fb7ee5877a7d1150f73c5728b7ccbb236553d8769a2d27ea
06:46:24 [2026-05-28T04:46:24.951Z] $ docker rm -f --volumes 1d0185619891a354fb7ee5877a7d1150f73c5728b7ccbb236553d8769a2d27ea
06:46:24 [2026-05-28T04:46:24.988Z] [Pipeline] // withDockerContainer
06:46:24 [2026-05-28T04:46:24.991Z] [Pipeline] }
06:46:24 [2026-05-28T04:46:24.995Z] [Pipeline] // withEnv
06:46:24 [2026-05-28T04:46:24.998Z] [Pipeline] }
06:46:25 [2026-05-28T04:46:25.002Z] [Pipeline] // node
06:46:25 [2026-05-28T04:46:25.008Z] [Pipeline] End of Pipeline
06:46:25 [2026-05-28T04:46:25.082Z] Finished: SUCCESS