SuccèsSortie de la console
19:24:22 [2025-02-05T18:24:22.164Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 905
19:24:22 [2025-02-05T18:24:22.164Z] Causé à l'origine par :
19:24:22 [2025-02-05T18:24:22.164Z] Lancé par une alarme périodique
19:24:22 [2025-02-05T18:24:22.164Z] Running as userbuild
19:24:22 [2025-02-05T18:24:22.601Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:22 [2025-02-05T18:24:22.766Z] [Pipeline] Start of Pipeline
19:24:23 [2025-02-05T18:24:23.048Z] [Pipeline] node
19:24:23 [2025-02-05T18:24:23.052Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy
19:24:23 [2025-02-05T18:24:23.054Z] [Pipeline] {
19:24:23 [2025-02-05T18:24:23.066Z] [Pipeline] stage
19:24:23 [2025-02-05T18:24:23.066Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:23 [2025-02-05T18:24:23.073Z] [Pipeline] checkout
19:24:23 [2025-02-05T18:24:23.074Z] Selected Git installation does not exist. Using Default
19:24:23 [2025-02-05T18:24:23.075Z] The recommended git tool is: NONE
19:24:23 [2025-02-05T18:24:23.075Z] No credentials specified
19:24:23 [2025-02-05T18:24:23.075Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:23 [2025-02-05T18:24:23.080Z] Fetching changes from the remote Git repository
19:24:23 [2025-02-05T18:24:23.089Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:23 [2025-02-05T18:24:23.095Z] Cleaning workspace
19:24:23 [2025-02-05T18:24:23.095Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:23 [2025-02-05T18:24:23.101Z] Resetting working tree
19:24:23 [2025-02-05T18:24:23.101Z] > /usr/bin/git reset --hard # timeout=10
19:24:23 [2025-02-05T18:24:23.124Z] > /usr/bin/git clean -fdx # timeout=10
19:24:23 [2025-02-05T18:24:23.391Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:23 [2025-02-05T18:24:23.391Z] > /usr/bin/git --version # timeout=10
19:24:23 [2025-02-05T18:24:23.395Z] > git --version # 'git version 2.43.0'
19:24:23 [2025-02-05T18:24:23.395Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:23 [2025-02-05T18:24:23.772Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:23 [2025-02-05T18:24:23.779Z] Checking out Revision a21b86feba1363f95e030bf85247d116cfc8258c (refs/remotes/origin/master)
19:24:23 [2025-02-05T18:24:23.779Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:23 [2025-02-05T18:24:23.784Z] > /usr/bin/git checkout -f a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
19:24:23 [2025-02-05T18:24:23.914Z] Commit message: "In the release pipeline of the Silverpeas platform, enabled the build of the docker image of Silverpeas for trial purpose."
19:24:23 [2025-02-05T18:24:23.914Z] > /usr/bin/git rev-list --no-walk a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
19:24:23 [2025-02-05T18:24:23.938Z] [Pipeline] }
19:24:23 [2025-02-05T18:24:23.942Z] [Pipeline] // stage
19:24:23 [2025-02-05T18:24:23.952Z] [Pipeline] withEnv
19:24:23 [2025-02-05T18:24:23.953Z] [Pipeline] {
19:24:24 [2025-02-05T18:24:24.069Z] [Pipeline] isUnix
19:24:24 [2025-02-05T18:24:24.071Z] [Pipeline] withEnv
19:24:24 [2025-02-05T18:24:24.072Z] [Pipeline] {
19:24:24 [2025-02-05T18:24:24.080Z] [Pipeline] sh
19:24:24 [2025-02-05T18:24:24.338Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:24 [2025-02-05T18:24:24.338Z] .
19:24:24 [2025-02-05T18:24:24.339Z] [Pipeline] }
19:24:24 [2025-02-05T18:24:24.348Z] [Pipeline] // withEnv
19:24:24 [2025-02-05T18:24:24.358Z] [Pipeline] withDockerContainer
19:24:24 [2025-02-05T18:24:24.391Z] Jenkins does not seem to be running inside a container
19:24:24 [2025-02-05T18:24:24.398Z] $ 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 [2025-02-05T18:24:24.744Z] $ docker top c4934b00139bb8ba37f5db7a5bc7a5955ab2fa1c3ec8d851389e6373c4f56f5c -eo pid,comm
19:24:24 [2025-02-05T18:24:24.783Z] [Pipeline] {
19:24:24 [2025-02-05T18:24:24.799Z] [Pipeline] withEnv
19:24:24 [2025-02-05T18:24:24.800Z] [Pipeline] {
19:24:24 [2025-02-05T18:24:24.815Z] [Pipeline] stage
19:24:24 [2025-02-05T18:24:24.816Z] [Pipeline] { (Resolve dependency on Silverpeas)
19:24:24 [2025-02-05T18:24:24.852Z] [Pipeline] script
19:24:24 [2025-02-05T18:24:24.861Z] [Pipeline] {
19:24:24 [2025-02-05T18:24:24.873Z] [Pipeline] echo
19:24:24 [2025-02-05T18:24:24.873Z] Working on branch master
19:24:24 [2025-02-05T18:24:24.879Z] [Pipeline] copyArtifacts
19:24:24 [2025-02-05T18:24:24.886Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 905
19:24:24 [2025-02-05T18:24:24.892Z] [Pipeline] readYaml
19:24:24 [2025-02-05T18:24:24.906Z] [Pipeline] sh
19:24:25 [2025-02-05T18:24:25.164Z] + rm -f build.yaml
19:24:25 [2025-02-05T18:24:25.165Z] [Pipeline] }
19:24:25 [2025-02-05T18:24:25.174Z] [Pipeline] // script
19:24:25 [2025-02-05T18:24:25.184Z] [Pipeline] echo
19:24:25 [2025-02-05T18:24:25.184Z] Parent version is 1.7-build241218
19:24:25 [2025-02-05T18:24:25.186Z] [Pipeline] echo
19:24:25 [2025-02-05T18:24:25.186Z] Silverpeas version is 6.5-build250203
19:24:25 [2025-02-05T18:24:25.187Z] [Pipeline] }
19:24:25 [2025-02-05T18:24:25.195Z] [Pipeline] // stage
19:24:25 [2025-02-05T18:24:25.206Z] [Pipeline] stage
19:24:25 [2025-02-05T18:24:25.207Z] [Pipeline] { (Prepare the project)
19:24:25 [2025-02-05T18:24:25.237Z] [Pipeline] git
19:24:25 [2025-02-05T18:24:25.239Z] The recommended git tool is: /usr/bin/git
19:24:25 [2025-02-05T18:24:25.240Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:25 [2025-02-05T18:24:25.254Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@6271583a; decorates hudson.Launcher$LocalLauncher@5f8bcda8 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:25 [2025-02-05T18:24:25.255Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:25 [2025-02-05T18:24:25.261Z] Fetching changes from the remote Git repository
19:24:25 [2025-02-05T18:24:25.267Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
19:24:25 [2025-02-05T18:24:25.274Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
19:24:25 [2025-02-05T18:24:25.274Z] > /usr/bin/git --version # timeout=10
19:24:25 [2025-02-05T18:24:25.279Z] > git --version # 'git version 2.43.0'
19:24:25 [2025-02-05T18:24:25.279Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:25 [2025-02-05T18:24:25.285Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:25 [2025-02-05T18:24:25.643Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:25 [2025-02-05T18:24:25.650Z] Checking out Revision 936f1585c2a544a819ae7b9b191c9aa080b788f5 (refs/remotes/origin/master)
19:24:25 [2025-02-05T18:24:25.650Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:25 [2025-02-05T18:24:25.656Z] > /usr/bin/git checkout -f 936f1585c2a544a819ae7b9b191c9aa080b788f5 # timeout=10
19:24:25 [2025-02-05T18:24:25.785Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:25 [2025-02-05T18:24:25.796Z] > /usr/bin/git branch -D master # timeout=10
19:24:25 [2025-02-05T18:24:25.803Z] > /usr/bin/git checkout -b master 936f1585c2a544a819ae7b9b191c9aa080b788f5 # timeout=10
19:24:25 [2025-02-05T18:24:25.905Z] Commit message: "Update dependency on Silverpeas to version 6.5-build250203"
19:24:25 [2025-02-05T18:24:25.905Z] > /usr/bin/git rev-list --no-walk 2fafa7a5396124b40a5fb69685473171365d50fd # timeout=10
19:24:25 [2025-02-05T18:24:25.925Z] [Pipeline] script
19:24:25 [2025-02-05T18:24:25.928Z] [Pipeline] {
19:24:25 [2025-02-05T18:24:25.936Z] [Pipeline] copyArtifacts
19:24:25 [2025-02-05T18:24:25.939Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 535
19:24:25 [2025-02-05T18:24:25.947Z] [Pipeline] readYaml
19:24:25 [2025-02-05T18:24:25.960Z] [Pipeline] sh
19:24:26 [2025-02-05T18:24:26.218Z] + git rev-parse HEAD
19:24:26 [2025-02-05T18:24:26.221Z] [Pipeline] echo
19:24:26 [2025-02-05T18:24:26.222Z] Current commit is 936f1585c2a544a819ae7b9b191c9aa080b788f5 and last build commit is 936f1585c2a544a819ae7b9b191c9aa080b788f5
19:24:26 [2025-02-05T18:24:26.223Z] [Pipeline] }
19:24:26 [2025-02-05T18:24:26.231Z] [Pipeline] // script
19:24:26 [2025-02-05T18:24:26.241Z] [Pipeline] script
19:24:26 [2025-02-05T18:24:26.247Z] [Pipeline] {
19:24:26 [2025-02-05T18:24:26.257Z] [Pipeline] readMavenPom
19:24:26 [2025-02-05T18:24:26.269Z] [Pipeline] echo
19:24:26 [2025-02-05T18:24:26.269Z] No changes and no update in Silverpeas since the last build
19:24:26 [2025-02-05T18:24:26.270Z] [Pipeline] }
19:24:26 [2025-02-05T18:24:26.279Z] [Pipeline] // script
19:24:26 [2025-02-05T18:24:26.288Z] [Pipeline] }
19:24:26 [2025-02-05T18:24:26.296Z] [Pipeline] // stage
19:24:26 [2025-02-05T18:24:26.307Z] [Pipeline] stage
19:24:26 [2025-02-05T18:24:26.308Z] [Pipeline] { (Build the project)
19:24:26 [2025-02-05T18:24:26.359Z] Stage "Build the project" skipped due to when conditional
19:24:26 [2025-02-05T18:24:26.360Z] [Pipeline] getContext
19:24:26 [2025-02-05T18:24:26.374Z] [Pipeline] stage
19:24:26 [2025-02-05T18:24:26.375Z] [Pipeline] { (Check POM parent version)
19:24:26 [2025-02-05T18:24:26.385Z] Stage "Build the project" skipped due to when conditional
19:24:26 [2025-02-05T18:24:26.386Z] [Pipeline] getContext
19:24:26 [2025-02-05T18:24:26.387Z] [Pipeline] }
19:24:26 [2025-02-05T18:24:26.396Z] [Pipeline] // stage
19:24:26 [2025-02-05T18:24:26.408Z] [Pipeline] stage
19:24:26 [2025-02-05T18:24:26.408Z] [Pipeline] { (Update POM parent)
19:24:26 [2025-02-05T18:24:26.418Z] Stage "Build the project" skipped due to when conditional
19:24:26 [2025-02-05T18:24:26.419Z] [Pipeline] getContext
19:24:26 [2025-02-05T18:24:26.420Z] [Pipeline] }
19:24:26 [2025-02-05T18:24:26.429Z] [Pipeline] // stage
19:24:26 [2025-02-05T18:24:26.440Z] [Pipeline] stage
19:24:26 [2025-02-05T18:24:26.441Z] [Pipeline] { (Update dependency on Silverpeas)
19:24:26 [2025-02-05T18:24:26.451Z] Stage "Build the project" skipped due to when conditional
19:24:26 [2025-02-05T18:24:26.452Z] [Pipeline] getContext
19:24:26 [2025-02-05T18:24:26.453Z] [Pipeline] }
19:24:26 [2025-02-05T18:24:26.462Z] [Pipeline] // stage
19:24:26 [2025-02-05T18:24:26.473Z] [Pipeline] stage
19:24:26 [2025-02-05T18:24:26.474Z] [Pipeline] { (Build and Publish)
19:24:26 [2025-02-05T18:24:26.484Z] Stage "Build the project" skipped due to when conditional
19:24:26 [2025-02-05T18:24:26.485Z] [Pipeline] getContext
19:24:26 [2025-02-05T18:24:26.487Z] [Pipeline] }
19:24:26 [2025-02-05T18:24:26.496Z] [Pipeline] // stage
19:24:26 [2025-02-05T18:24:26.505Z] [Pipeline] }
19:24:26 [2025-02-05T18:24:26.513Z] [Pipeline] // stage
19:24:26 [2025-02-05T18:24:26.524Z] [Pipeline] stage
19:24:26 [2025-02-05T18:24:26.525Z] [Pipeline] { (Create YAML build report)
19:24:26 [2025-02-05T18:24:26.551Z] [Pipeline] script
19:24:26 [2025-02-05T18:24:26.557Z] [Pipeline] {
19:24:26 [2025-02-05T18:24:26.568Z] [Pipeline] sh
19:24:26 [2025-02-05T18:24:26.826Z] + mkdir -p target
19:24:26 [2025-02-05T18:24:26.829Z] [Pipeline] sh
19:24:27 [2025-02-05T18:24:27.087Z] + mv build.yaml target/
19:24:27 [2025-02-05T18:24:27.089Z] [Pipeline] }
19:24:27 [2025-02-05T18:24:27.098Z] [Pipeline] // script
19:24:27 [2025-02-05T18:24:27.107Z] [Pipeline] }
19:24:27 [2025-02-05T18:24:27.115Z] [Pipeline] // stage
19:24:27 [2025-02-05T18:24:27.127Z] [Pipeline] stage
19:24:27 [2025-02-05T18:24:27.128Z] [Pipeline] { (Declarative: Post Actions)
19:24:27 [2025-02-05T18:24:27.146Z] [Pipeline] step
19:24:27 [2025-02-05T18:24:27.166Z] [Pipeline] script
19:24:27 [2025-02-05T18:24:27.174Z] [Pipeline] {
19:24:27 [2025-02-05T18:24:27.192Z] [Pipeline] }
19:24:27 [2025-02-05T18:24:27.200Z] [Pipeline] // script
19:24:27 [2025-02-05T18:24:27.214Z] [Pipeline] archiveArtifacts
19:24:27 [2025-02-05T18:24:27.217Z] Archiving artifacts
19:24:27 [2025-02-05T18:24:27.226Z] Enregistrement des empreintes numériques
19:24:27 [2025-02-05T18:24:27.257Z] [Pipeline] }
19:24:27 [2025-02-05T18:24:27.268Z] [Pipeline] // stage
19:24:27 [2025-02-05T18:24:27.276Z] [Pipeline] }
19:24:27 [2025-02-05T18:24:27.285Z] [Pipeline] // withEnv
19:24:27 [2025-02-05T18:24:27.294Z] [Pipeline] }
19:24:27 [2025-02-05T18:24:27.294Z] $ docker stop --time=1 c4934b00139bb8ba37f5db7a5bc7a5955ab2fa1c3ec8d851389e6373c4f56f5c
19:24:28 [2025-02-05T18:24:28.559Z] $ docker rm -f --volumes c4934b00139bb8ba37f5db7a5bc7a5955ab2fa1c3ec8d851389e6373c4f56f5c
19:24:28 [2025-02-05T18:24:28.598Z] [Pipeline] // withDockerContainer
19:24:28 [2025-02-05T18:24:28.602Z] [Pipeline] }
19:24:28 [2025-02-05T18:24:28.606Z] [Pipeline] // withEnv
19:24:28 [2025-02-05T18:24:28.614Z] [Pipeline] }
19:24:28 [2025-02-05T18:24:28.622Z] [Pipeline] // node
19:24:28 [2025-02-05T18:24:28.627Z] [Pipeline] End of Pipeline
19:24:28 [2025-02-05T18:24:28.686Z] Finished: SUCCESS