SuccèsSortie de la console
19:24:21 [2025-01-08T18:24:21.358Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 896
19:24:21 [2025-01-08T18:24:21.358Z] Causé à l'origine par :
19:24:21 [2025-01-08T18:24:21.358Z] Lancé par une alarme périodique
19:24:21 [2025-01-08T18:24:21.358Z] Running as userbuild
19:24:21 [2025-01-08T18:24:21.739Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:21 [2025-01-08T18:24:21.879Z] [Pipeline] Start of Pipeline
19:24:22 [2025-01-08T18:24:22.118Z] [Pipeline] node
19:24:22 [2025-01-08T18:24:22.122Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy
19:24:22 [2025-01-08T18:24:22.125Z] [Pipeline] {
19:24:22 [2025-01-08T18:24:22.136Z] [Pipeline] stage
19:24:22 [2025-01-08T18:24:22.137Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:22 [2025-01-08T18:24:22.144Z] [Pipeline] checkout
19:24:22 [2025-01-08T18:24:22.145Z] Selected Git installation does not exist. Using Default
19:24:22 [2025-01-08T18:24:22.145Z] The recommended git tool is: NONE
19:24:22 [2025-01-08T18:24:22.145Z] No credentials specified
19:24:22 [2025-01-08T18:24:22.146Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:22 [2025-01-08T18:24:22.153Z] Fetching changes from the remote Git repository
19:24:22 [2025-01-08T18:24:22.156Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:22 [2025-01-08T18:24:22.161Z] Cleaning workspace
19:24:22 [2025-01-08T18:24:22.161Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:22 [2025-01-08T18:24:22.166Z] Resetting working tree
19:24:22 [2025-01-08T18:24:22.166Z] > /usr/bin/git reset --hard # timeout=10
19:24:22 [2025-01-08T18:24:22.201Z] > /usr/bin/git clean -fdx # timeout=10
19:24:22 [2025-01-08T18:24:22.605Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:22 [2025-01-08T18:24:22.605Z] > /usr/bin/git --version # timeout=10
19:24:22 [2025-01-08T18:24:22.611Z] > git --version # 'git version 2.43.0'
19:24:22 [2025-01-08T18:24:22.611Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:22 [2025-01-08T18:24:22.958Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:22 [2025-01-08T18:24:22.965Z] Checking out Revision a21b86feba1363f95e030bf85247d116cfc8258c (refs/remotes/origin/master)
19:24:22 [2025-01-08T18:24:22.965Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:22 [2025-01-08T18:24:22.970Z] > /usr/bin/git checkout -f a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
19:24:23 [2025-01-08T18:24:23.066Z] 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-01-08T18:24:23.067Z] > /usr/bin/git rev-list --no-walk a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
19:24:23 [2025-01-08T18:24:23.091Z] [Pipeline] }
19:24:23 [2025-01-08T18:24:23.095Z] [Pipeline] // stage
19:24:23 [2025-01-08T18:24:23.109Z] [Pipeline] withEnv
19:24:23 [2025-01-08T18:24:23.110Z] [Pipeline] {
19:24:23 [2025-01-08T18:24:23.227Z] [Pipeline] isUnix
19:24:23 [2025-01-08T18:24:23.228Z] [Pipeline] withEnv
19:24:23 [2025-01-08T18:24:23.228Z] [Pipeline] {
19:24:23 [2025-01-08T18:24:23.238Z] [Pipeline] sh
19:24:23 [2025-01-08T18:24:23.495Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:23 [2025-01-08T18:24:23.495Z] .
19:24:23 [2025-01-08T18:24:23.496Z] [Pipeline] }
19:24:23 [2025-01-08T18:24:23.504Z] [Pipeline] // withEnv
19:24:23 [2025-01-08T18:24:23.515Z] [Pipeline] withDockerContainer
19:24:23 [2025-01-08T18:24:23.545Z] Jenkins does not seem to be running inside a container
19:24:23 [2025-01-08T18:24:23.552Z] $ 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:23 [2025-01-08T18:24:23.930Z] $ docker top 5f714b3a1cf908eeab015985048907bd1ab45eac7af240340bb40a6523521a16 -eo pid,comm
19:24:23 [2025-01-08T18:24:23.967Z] [Pipeline] {
19:24:23 [2025-01-08T18:24:23.976Z] [Pipeline] withEnv
19:24:23 [2025-01-08T18:24:23.976Z] [Pipeline] {
19:24:23 [2025-01-08T18:24:23.984Z] [Pipeline] stage
19:24:23 [2025-01-08T18:24:23.984Z] [Pipeline] { (Resolve dependency on Silverpeas)
19:24:24 [2025-01-08T18:24:24.014Z] [Pipeline] script
19:24:24 [2025-01-08T18:24:24.018Z] [Pipeline] {
19:24:24 [2025-01-08T18:24:24.027Z] [Pipeline] echo
19:24:24 [2025-01-08T18:24:24.027Z] Working on branch master
19:24:24 [2025-01-08T18:24:24.032Z] [Pipeline] copyArtifacts
19:24:24 [2025-01-08T18:24:24.038Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 896
19:24:24 [2025-01-08T18:24:24.044Z] [Pipeline] readYaml
19:24:24 [2025-01-08T18:24:24.059Z] [Pipeline] sh
19:24:24 [2025-01-08T18:24:24.316Z] + rm -f build.yaml
19:24:24 [2025-01-08T18:24:24.317Z] [Pipeline] }
19:24:24 [2025-01-08T18:24:24.326Z] [Pipeline] // script
19:24:24 [2025-01-08T18:24:24.335Z] [Pipeline] echo
19:24:24 [2025-01-08T18:24:24.335Z] Parent version is 1.7-build241218
19:24:24 [2025-01-08T18:24:24.336Z] [Pipeline] echo
19:24:24 [2025-01-08T18:24:24.336Z] Silverpeas version is 6.5-build250106
19:24:24 [2025-01-08T18:24:24.337Z] [Pipeline] }
19:24:24 [2025-01-08T18:24:24.345Z] [Pipeline] // stage
19:24:24 [2025-01-08T18:24:24.356Z] [Pipeline] stage
19:24:24 [2025-01-08T18:24:24.356Z] [Pipeline] { (Prepare the project)
19:24:24 [2025-01-08T18:24:24.381Z] [Pipeline] git
19:24:24 [2025-01-08T18:24:24.384Z] The recommended git tool is: /usr/bin/git
19:24:24 [2025-01-08T18:24:24.385Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:24 [2025-01-08T18:24:24.397Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@f2e4509; decorates hudson.Launcher$LocalLauncher@2feb56c6 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:24 [2025-01-08T18:24:24.397Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:24 [2025-01-08T18:24:24.403Z] Fetching changes from the remote Git repository
19:24:24 [2025-01-08T18:24:24.408Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
19:24:24 [2025-01-08T18:24:24.413Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
19:24:24 [2025-01-08T18:24:24.413Z] > /usr/bin/git --version # timeout=10
19:24:24 [2025-01-08T18:24:24.418Z] > git --version # 'git version 2.43.0'
19:24:24 [2025-01-08T18:24:24.418Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:24 [2025-01-08T18:24:24.424Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:24 [2025-01-08T18:24:24.807Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:24 [2025-01-08T18:24:24.814Z] Checking out Revision 6d4f1aaddca09a9d008975fa0a6a036edb8f2ad2 (refs/remotes/origin/master)
19:24:24 [2025-01-08T18:24:24.814Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:24 [2025-01-08T18:24:24.819Z] > /usr/bin/git checkout -f 6d4f1aaddca09a9d008975fa0a6a036edb8f2ad2 # timeout=10
19:24:24 [2025-01-08T18:24:24.951Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:24 [2025-01-08T18:24:24.960Z] > /usr/bin/git branch -D master # timeout=10
19:24:24 [2025-01-08T18:24:24.967Z] > /usr/bin/git checkout -b master 6d4f1aaddca09a9d008975fa0a6a036edb8f2ad2 # timeout=10
19:24:25 [2025-01-08T18:24:25.100Z] Commit message: "Update dependency on Silverpeas to version 6.5-build250106"
19:24:25 [2025-01-08T18:24:25.101Z] > /usr/bin/git rev-list --no-walk 93db57ee313f680932f3fbe2ee8867d4a285a7b9 # timeout=10
19:24:25 [2025-01-08T18:24:25.124Z] [Pipeline] script
19:24:25 [2025-01-08T18:24:25.126Z] [Pipeline] {
19:24:25 [2025-01-08T18:24:25.140Z] [Pipeline] copyArtifacts
19:24:25 [2025-01-08T18:24:25.148Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 526
19:24:25 [2025-01-08T18:24:25.155Z] [Pipeline] readYaml
19:24:25 [2025-01-08T18:24:25.170Z] [Pipeline] sh
19:24:25 [2025-01-08T18:24:25.427Z] + git rev-parse HEAD
19:24:25 [2025-01-08T18:24:25.429Z] [Pipeline] echo
19:24:25 [2025-01-08T18:24:25.430Z] Current commit is 6d4f1aaddca09a9d008975fa0a6a036edb8f2ad2 and last build commit is 6d4f1aaddca09a9d008975fa0a6a036edb8f2ad2
19:24:25 [2025-01-08T18:24:25.430Z] [Pipeline] }
19:24:25 [2025-01-08T18:24:25.439Z] [Pipeline] // script
19:24:25 [2025-01-08T18:24:25.448Z] [Pipeline] script
19:24:25 [2025-01-08T18:24:25.452Z] [Pipeline] {
19:24:25 [2025-01-08T18:24:25.461Z] [Pipeline] readMavenPom
19:24:25 [2025-01-08T18:24:25.472Z] [Pipeline] echo
19:24:25 [2025-01-08T18:24:25.473Z] No changes and no update in Silverpeas since the last build
19:24:25 [2025-01-08T18:24:25.473Z] [Pipeline] }
19:24:25 [2025-01-08T18:24:25.482Z] [Pipeline] // script
19:24:25 [2025-01-08T18:24:25.490Z] [Pipeline] }
19:24:25 [2025-01-08T18:24:25.499Z] [Pipeline] // stage
19:24:25 [2025-01-08T18:24:25.510Z] [Pipeline] stage
19:24:25 [2025-01-08T18:24:25.510Z] [Pipeline] { (Build the project)
19:24:25 [2025-01-08T18:24:25.551Z] Stage "Build the project" skipped due to when conditional
19:24:25 [2025-01-08T18:24:25.552Z] [Pipeline] getContext
19:24:25 [2025-01-08T18:24:25.565Z] [Pipeline] stage
19:24:25 [2025-01-08T18:24:25.566Z] [Pipeline] { (Check POM parent version)
19:24:25 [2025-01-08T18:24:25.576Z] Stage "Build the project" skipped due to when conditional
19:24:25 [2025-01-08T18:24:25.577Z] [Pipeline] getContext
19:24:25 [2025-01-08T18:24:25.578Z] [Pipeline] }
19:24:25 [2025-01-08T18:24:25.587Z] [Pipeline] // stage
19:24:25 [2025-01-08T18:24:25.597Z] [Pipeline] stage
19:24:25 [2025-01-08T18:24:25.598Z] [Pipeline] { (Update POM parent)
19:24:25 [2025-01-08T18:24:25.608Z] Stage "Build the project" skipped due to when conditional
19:24:25 [2025-01-08T18:24:25.609Z] [Pipeline] getContext
19:24:25 [2025-01-08T18:24:25.610Z] [Pipeline] }
19:24:25 [2025-01-08T18:24:25.619Z] [Pipeline] // stage
19:24:25 [2025-01-08T18:24:25.629Z] [Pipeline] stage
19:24:25 [2025-01-08T18:24:25.630Z] [Pipeline] { (Update dependency on Silverpeas)
19:24:25 [2025-01-08T18:24:25.639Z] Stage "Build the project" skipped due to when conditional
19:24:25 [2025-01-08T18:24:25.640Z] [Pipeline] getContext
19:24:25 [2025-01-08T18:24:25.641Z] [Pipeline] }
19:24:25 [2025-01-08T18:24:25.650Z] [Pipeline] // stage
19:24:25 [2025-01-08T18:24:25.661Z] [Pipeline] stage
19:24:25 [2025-01-08T18:24:25.661Z] [Pipeline] { (Build and Publish)
19:24:25 [2025-01-08T18:24:25.671Z] Stage "Build the project" skipped due to when conditional
19:24:25 [2025-01-08T18:24:25.672Z] [Pipeline] getContext
19:24:25 [2025-01-08T18:24:25.673Z] [Pipeline] }
19:24:25 [2025-01-08T18:24:25.681Z] [Pipeline] // stage
19:24:25 [2025-01-08T18:24:25.689Z] [Pipeline] }
19:24:25 [2025-01-08T18:24:25.698Z] [Pipeline] // stage
19:24:25 [2025-01-08T18:24:25.709Z] [Pipeline] stage
19:24:25 [2025-01-08T18:24:25.709Z] [Pipeline] { (Create YAML build report)
19:24:25 [2025-01-08T18:24:25.731Z] [Pipeline] script
19:24:25 [2025-01-08T18:24:25.735Z] [Pipeline] {
19:24:25 [2025-01-08T18:24:25.745Z] [Pipeline] sh
19:24:26 [2025-01-08T18:24:26.002Z] + mkdir -p target
19:24:26 [2025-01-08T18:24:26.004Z] [Pipeline] sh
19:24:26 [2025-01-08T18:24:26.261Z] + mv build.yaml target/
19:24:26 [2025-01-08T18:24:26.262Z] [Pipeline] }
19:24:26 [2025-01-08T18:24:26.271Z] [Pipeline] // script
19:24:26 [2025-01-08T18:24:26.278Z] [Pipeline] }
19:24:26 [2025-01-08T18:24:26.284Z] [Pipeline] // stage
19:24:26 [2025-01-08T18:24:26.294Z] [Pipeline] stage
19:24:26 [2025-01-08T18:24:26.295Z] [Pipeline] { (Declarative: Post Actions)
19:24:26 [2025-01-08T18:24:26.311Z] [Pipeline] step
19:24:26 [2025-01-08T18:24:26.330Z] [Pipeline] script
19:24:26 [2025-01-08T18:24:26.335Z] [Pipeline] {
19:24:26 [2025-01-08T18:24:26.353Z] [Pipeline] }
19:24:26 [2025-01-08T18:24:26.361Z] [Pipeline] // script
19:24:26 [2025-01-08T18:24:26.376Z] [Pipeline] archiveArtifacts
19:24:26 [2025-01-08T18:24:26.379Z] Archiving artifacts
19:24:26 [2025-01-08T18:24:26.388Z] Enregistrement des empreintes numériques
19:24:26 [2025-01-08T18:24:26.411Z] [Pipeline] }
19:24:26 [2025-01-08T18:24:26.422Z] [Pipeline] // stage
19:24:26 [2025-01-08T18:24:26.431Z] [Pipeline] }
19:24:26 [2025-01-08T18:24:26.439Z] [Pipeline] // withEnv
19:24:26 [2025-01-08T18:24:26.447Z] [Pipeline] }
19:24:26 [2025-01-08T18:24:26.448Z] $ docker stop --time=1 5f714b3a1cf908eeab015985048907bd1ab45eac7af240340bb40a6523521a16
19:24:27 [2025-01-08T18:24:27.719Z] $ docker rm -f --volumes 5f714b3a1cf908eeab015985048907bd1ab45eac7af240340bb40a6523521a16
19:24:27 [2025-01-08T18:24:27.757Z] [Pipeline] // withDockerContainer
19:24:27 [2025-01-08T18:24:27.762Z] [Pipeline] }
19:24:27 [2025-01-08T18:24:27.766Z] [Pipeline] // withEnv
19:24:27 [2025-01-08T18:24:27.770Z] [Pipeline] }
19:24:27 [2025-01-08T18:24:27.779Z] [Pipeline] // node
19:24:27 [2025-01-08T18:24:27.788Z] [Pipeline] End of Pipeline
19:24:27 [2025-01-08T18:24:27.838Z] Finished: SUCCESS