SuccèsSortie de la console
01:21:20 [2025-01-24T00:21:20.500Z] Démarré par le projet amont "Silverpeas_6.3.x_AutoDeploy" de numéro de build 219
01:21:20 [2025-01-24T00:21:20.500Z] Causé à l'origine par :
01:21:20 [2025-01-24T00:21:20.500Z] Lancé par une alarme périodique
01:21:20 [2025-01-24T00:21:20.500Z] Running as userbuild
01:21:20 [2025-01-24T00:21:20.898Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:21 [2025-01-24T00:21:21.008Z] [Pipeline] Start of Pipeline
01:21:21 [2025-01-24T00:21:21.231Z] [Pipeline] node
01:21:21 [2025-01-24T00:21:21.234Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy
01:21:21 [2025-01-24T00:21:21.238Z] [Pipeline] {
01:21:21 [2025-01-24T00:21:21.257Z] [Pipeline] stage
01:21:21 [2025-01-24T00:21:21.257Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:21 [2025-01-24T00:21:21.269Z] [Pipeline] checkout
01:21:21 [2025-01-24T00:21:21.271Z] Selected Git installation does not exist. Using Default
01:21:21 [2025-01-24T00:21:21.271Z] The recommended git tool is: NONE
01:21:21 [2025-01-24T00:21:21.271Z] No credentials specified
01:21:21 [2025-01-24T00:21:21.272Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10
01:21:21 [2025-01-24T00:21:21.277Z] Fetching changes from the remote Git repository
01:21:21 [2025-01-24T00:21:21.280Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:21 [2025-01-24T00:21:21.288Z] Cleaning workspace
01:21:21 [2025-01-24T00:21:21.288Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:21 [2025-01-24T00:21:21.294Z] Resetting working tree
01:21:21 [2025-01-24T00:21:21.294Z] > /usr/bin/git reset --hard # timeout=10
01:21:21 [2025-01-24T00:21:21.360Z] > /usr/bin/git clean -fdx # timeout=10
01:21:21 [2025-01-24T00:21:21.370Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:21 [2025-01-24T00:21:21.370Z] > /usr/bin/git --version # timeout=10
01:21:21 [2025-01-24T00:21:21.375Z] > git --version # 'git version 2.43.0'
01:21:21 [2025-01-24T00:21:21.375Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:21 [2025-01-24T00:21:21.768Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:21 [2025-01-24T00:21:21.776Z] Checking out Revision a21b86feba1363f95e030bf85247d116cfc8258c (refs/remotes/origin/master)
01:21:21 [2025-01-24T00:21:21.776Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:21 [2025-01-24T00:21:21.782Z] > /usr/bin/git checkout -f a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
01:21:21 [2025-01-24T00:21:21.849Z] Commit message: "In the release pipeline of the Silverpeas platform, enabled the build of the docker image of Silverpeas for trial purpose."
01:21:21 [2025-01-24T00:21:21.849Z] > /usr/bin/git rev-list --no-walk a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
01:21:21 [2025-01-24T00:21:21.872Z] [Pipeline] }
01:21:21 [2025-01-24T00:21:21.876Z] [Pipeline] // stage
01:21:21 [2025-01-24T00:21:21.890Z] [Pipeline] withEnv
01:21:21 [2025-01-24T00:21:21.891Z] [Pipeline] {
01:21:22 [2025-01-24T00:21:22.047Z] [Pipeline] isUnix
01:21:22 [2025-01-24T00:21:22.048Z] [Pipeline] withEnv
01:21:22 [2025-01-24T00:21:22.048Z] [Pipeline] {
01:21:22 [2025-01-24T00:21:22.059Z] [Pipeline] sh
01:21:22 [2025-01-24T00:21:22.315Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:22 [2025-01-24T00:21:22.315Z] .
01:21:22 [2025-01-24T00:21:22.316Z] [Pipeline] }
01:21:22 [2025-01-24T00:21:22.327Z] [Pipeline] // withEnv
01:21:22 [2025-01-24T00:21:22.336Z] [Pipeline] withDockerContainer
01:21:22 [2025-01-24T00:21:22.366Z] Jenkins does not seem to be running inside a container
01:21:22 [2025-01-24T00:21:22.373Z] $ 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:22 [2025-01-24T00:21:22.726Z] $ docker top b11761887fe64868189db618eb9e6d8376b85eebaeddc21143e6fec02e3667b5 -eo pid,comm
01:21:22 [2025-01-24T00:21:22.767Z] [Pipeline] {
01:21:22 [2025-01-24T00:21:22.777Z] [Pipeline] withEnv
01:21:22 [2025-01-24T00:21:22.777Z] [Pipeline] {
01:21:22 [2025-01-24T00:21:22.783Z] [Pipeline] stage
01:21:22 [2025-01-24T00:21:22.783Z] [Pipeline] { (Resolve dependency on Silverpeas)
01:21:22 [2025-01-24T00:21:22.813Z] [Pipeline] script
01:21:22 [2025-01-24T00:21:22.817Z] [Pipeline] {
01:21:22 [2025-01-24T00:21:22.826Z] [Pipeline] echo
01:21:22 [2025-01-24T00:21:22.826Z] Working on branch 6.3.x
01:21:22 [2025-01-24T00:21:22.830Z] [Pipeline] copyArtifacts
01:21:22 [2025-01-24T00:21:22.836Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 219
01:21:22 [2025-01-24T00:21:22.842Z] [Pipeline] readYaml
01:21:22 [2025-01-24T00:21:22.855Z] [Pipeline] sh
01:21:23 [2025-01-24T00:21:23.113Z] + rm -f build.yaml
01:21:23 [2025-01-24T00:21:23.114Z] [Pipeline] }
01:21:23 [2025-01-24T00:21:23.124Z] [Pipeline] // script
01:21:23 [2025-01-24T00:21:23.132Z] [Pipeline] echo
01:21:23 [2025-01-24T00:21:23.133Z] Parent version is 1.5.3
01:21:23 [2025-01-24T00:21:23.134Z] [Pipeline] echo
01:21:23 [2025-01-24T00:21:23.135Z] Silverpeas version is 6.3.6-build241113
01:21:23 [2025-01-24T00:21:23.136Z] [Pipeline] }
01:21:23 [2025-01-24T00:21:23.144Z] [Pipeline] // stage
01:21:23 [2025-01-24T00:21:23.154Z] [Pipeline] stage
01:21:23 [2025-01-24T00:21:23.154Z] [Pipeline] { (Prepare the project)
01:21:23 [2025-01-24T00:21:23.181Z] [Pipeline] git
01:21:23 [2025-01-24T00:21:23.182Z] The recommended git tool is: /usr/bin/git
01:21:23 [2025-01-24T00:21:23.183Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:23 [2025-01-24T00:21:23.191Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@2e8452e2; decorates hudson.Launcher$LocalLauncher@131ddd26 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:23 [2025-01-24T00:21:23.191Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10
01:21:23 [2025-01-24T00:21:23.197Z] Fetching changes from the remote Git repository
01:21:23 [2025-01-24T00:21:23.201Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
01:21:23 [2025-01-24T00:21:23.208Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
01:21:23 [2025-01-24T00:21:23.208Z] > /usr/bin/git --version # timeout=10
01:21:23 [2025-01-24T00:21:23.213Z] > git --version # 'git version 2.43.0'
01:21:23 [2025-01-24T00:21:23.213Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:23 [2025-01-24T00:21:23.218Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:23 [2025-01-24T00:21:23.652Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:23 [2025-01-24T00:21:23.659Z] Checking out Revision f0980144dbbfca8fc650ac94fd238726ef3b032c (refs/remotes/origin/6.3.x)
01:21:23 [2025-01-24T00:21:23.660Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:23 [2025-01-24T00:21:23.665Z] > /usr/bin/git checkout -f f0980144dbbfca8fc650ac94fd238726ef3b032c # timeout=10
01:21:23 [2025-01-24T00:21:23.767Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:23 [2025-01-24T00:21:23.776Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:23 [2025-01-24T00:21:23.785Z] > /usr/bin/git checkout -b 6.3.x f0980144dbbfca8fc650ac94fd238726ef3b032c # timeout=10
01:21:23 [2025-01-24T00:21:23.897Z] Commit message: "Update dependency on Silverpeas to version 6.3.6-build241113"
01:21:23 [2025-01-24T00:21:23.897Z] > /usr/bin/git rev-list --no-walk f0980144dbbfca8fc650ac94fd238726ef3b032c # timeout=10
01:21:23 [2025-01-24T00:21:23.918Z] [Pipeline] script
01:21:23 [2025-01-24T00:21:23.920Z] [Pipeline] {
01:21:23 [2025-01-24T00:21:23.937Z] [Pipeline] copyArtifacts
01:21:23 [2025-01-24T00:21:23.943Z] Copied 1 artifact from "Silverpeas_Mobile_6.3.x_AutoDeploy" build number 190
01:21:23 [2025-01-24T00:21:23.949Z] [Pipeline] readYaml
01:21:23 [2025-01-24T00:21:23.962Z] [Pipeline] sh
01:21:24 [2025-01-24T00:21:24.220Z] + git rev-parse HEAD
01:21:24 [2025-01-24T00:21:24.222Z] [Pipeline] echo
01:21:24 [2025-01-24T00:21:24.223Z] Current commit is f0980144dbbfca8fc650ac94fd238726ef3b032c and last build commit is f0980144dbbfca8fc650ac94fd238726ef3b032c
01:21:24 [2025-01-24T00:21:24.224Z] [Pipeline] }
01:21:24 [2025-01-24T00:21:24.233Z] [Pipeline] // script
01:21:24 [2025-01-24T00:21:24.242Z] [Pipeline] script
01:21:24 [2025-01-24T00:21:24.246Z] [Pipeline] {
01:21:24 [2025-01-24T00:21:24.256Z] [Pipeline] readMavenPom
01:21:24 [2025-01-24T00:21:24.267Z] [Pipeline] echo
01:21:24 [2025-01-24T00:21:24.268Z] No changes and no update in Silverpeas since the last build
01:21:24 [2025-01-24T00:21:24.268Z] [Pipeline] }
01:21:24 [2025-01-24T00:21:24.277Z] [Pipeline] // script
01:21:24 [2025-01-24T00:21:24.285Z] [Pipeline] }
01:21:24 [2025-01-24T00:21:24.294Z] [Pipeline] // stage
01:21:24 [2025-01-24T00:21:24.304Z] [Pipeline] stage
01:21:24 [2025-01-24T00:21:24.305Z] [Pipeline] { (Build the project)
01:21:24 [2025-01-24T00:21:24.347Z] Stage "Build the project" skipped due to when conditional
01:21:24 [2025-01-24T00:21:24.348Z] [Pipeline] getContext
01:21:24 [2025-01-24T00:21:24.361Z] [Pipeline] stage
01:21:24 [2025-01-24T00:21:24.362Z] [Pipeline] { (Check POM parent version)
01:21:24 [2025-01-24T00:21:24.371Z] Stage "Build the project" skipped due to when conditional
01:21:24 [2025-01-24T00:21:24.372Z] [Pipeline] getContext
01:21:24 [2025-01-24T00:21:24.374Z] [Pipeline] }
01:21:24 [2025-01-24T00:21:24.382Z] [Pipeline] // stage
01:21:24 [2025-01-24T00:21:24.392Z] [Pipeline] stage
01:21:24 [2025-01-24T00:21:24.393Z] [Pipeline] { (Update POM parent)
01:21:24 [2025-01-24T00:21:24.402Z] Stage "Build the project" skipped due to when conditional
01:21:24 [2025-01-24T00:21:24.403Z] [Pipeline] getContext
01:21:24 [2025-01-24T00:21:24.404Z] [Pipeline] }
01:21:24 [2025-01-24T00:21:24.413Z] [Pipeline] // stage
01:21:24 [2025-01-24T00:21:24.423Z] [Pipeline] stage
01:21:24 [2025-01-24T00:21:24.424Z] [Pipeline] { (Update dependency on Silverpeas)
01:21:24 [2025-01-24T00:21:24.433Z] Stage "Build the project" skipped due to when conditional
01:21:24 [2025-01-24T00:21:24.434Z] [Pipeline] getContext
01:21:24 [2025-01-24T00:21:24.435Z] [Pipeline] }
01:21:24 [2025-01-24T00:21:24.443Z] [Pipeline] // stage
01:21:24 [2025-01-24T00:21:24.454Z] [Pipeline] stage
01:21:24 [2025-01-24T00:21:24.455Z] [Pipeline] { (Build and Publish)
01:21:24 [2025-01-24T00:21:24.464Z] Stage "Build the project" skipped due to when conditional
01:21:24 [2025-01-24T00:21:24.465Z] [Pipeline] getContext
01:21:24 [2025-01-24T00:21:24.466Z] [Pipeline] }
01:21:24 [2025-01-24T00:21:24.474Z] [Pipeline] // stage
01:21:24 [2025-01-24T00:21:24.485Z] [Pipeline] }
01:21:24 [2025-01-24T00:21:24.494Z] [Pipeline] // stage
01:21:24 [2025-01-24T00:21:24.504Z] [Pipeline] stage
01:21:24 [2025-01-24T00:21:24.505Z] [Pipeline] { (Create YAML build report)
01:21:24 [2025-01-24T00:21:24.528Z] [Pipeline] script
01:21:24 [2025-01-24T00:21:24.532Z] [Pipeline] {
01:21:24 [2025-01-24T00:21:24.542Z] [Pipeline] sh
01:21:24 [2025-01-24T00:21:24.800Z] + mkdir -p target
01:21:24 [2025-01-24T00:21:24.803Z] [Pipeline] sh
01:21:25 [2025-01-24T00:21:25.061Z] + mv build.yaml target/
01:21:25 [2025-01-24T00:21:25.062Z] [Pipeline] }
01:21:25 [2025-01-24T00:21:25.070Z] [Pipeline] // script
01:21:25 [2025-01-24T00:21:25.079Z] [Pipeline] }
01:21:25 [2025-01-24T00:21:25.087Z] [Pipeline] // stage
01:21:25 [2025-01-24T00:21:25.098Z] [Pipeline] stage
01:21:25 [2025-01-24T00:21:25.099Z] [Pipeline] { (Declarative: Post Actions)
01:21:25 [2025-01-24T00:21:25.115Z] [Pipeline] step
01:21:25 [2025-01-24T00:21:25.134Z] [Pipeline] script
01:21:25 [2025-01-24T00:21:25.139Z] [Pipeline] {
01:21:25 [2025-01-24T00:21:25.157Z] [Pipeline] }
01:21:25 [2025-01-24T00:21:25.165Z] [Pipeline] // script
01:21:25 [2025-01-24T00:21:25.178Z] [Pipeline] archiveArtifacts
01:21:25 [2025-01-24T00:21:25.181Z] Archiving artifacts
01:21:25 [2025-01-24T00:21:25.190Z] Enregistrement des empreintes numériques
01:21:25 [2025-01-24T00:21:25.210Z] [Pipeline] }
01:21:25 [2025-01-24T00:21:25.221Z] [Pipeline] // stage
01:21:25 [2025-01-24T00:21:25.230Z] [Pipeline] }
01:21:25 [2025-01-24T00:21:25.238Z] [Pipeline] // withEnv
01:21:25 [2025-01-24T00:21:25.247Z] [Pipeline] }
01:21:25 [2025-01-24T00:21:25.247Z] $ docker stop --time=1 b11761887fe64868189db618eb9e6d8376b85eebaeddc21143e6fec02e3667b5
01:21:26 [2025-01-24T00:21:26.472Z] $ docker rm -f --volumes b11761887fe64868189db618eb9e6d8376b85eebaeddc21143e6fec02e3667b5
01:21:26 [2025-01-24T00:21:26.511Z] [Pipeline] // withDockerContainer
01:21:26 [2025-01-24T00:21:26.515Z] [Pipeline] }
01:21:26 [2025-01-24T00:21:26.518Z] [Pipeline] // withEnv
01:21:26 [2025-01-24T00:21:26.522Z] [Pipeline] }
01:21:26 [2025-01-24T00:21:26.526Z] [Pipeline] // node
01:21:26 [2025-01-24T00:21:26.532Z] [Pipeline] End of Pipeline
01:21:26 [2025-01-24T00:21:26.583Z] Finished: SUCCESS