SuccèsSortie de la console
01:21:19 [2025-02-21T00:21:19.101Z] Démarré par le projet amont "Silverpeas_6.3.x_AutoDeploy" de numéro de build 223
01:21:19 [2025-02-21T00:21:19.101Z] Causé à l'origine par :
01:21:19 [2025-02-21T00:21:19.101Z] Lancé par une alarme périodique
01:21:19 [2025-02-21T00:21:19.101Z] Running as userbuild
01:21:19 [2025-02-21T00:21:19.491Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:19 [2025-02-21T00:21:19.653Z] [Pipeline] Start of Pipeline
01:21:19 [2025-02-21T00:21:19.842Z] [Pipeline] node
01:21:19 [2025-02-21T00:21:19.845Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy
01:21:19 [2025-02-21T00:21:19.849Z] [Pipeline] {
01:21:19 [2025-02-21T00:21:19.858Z] [Pipeline] stage
01:21:19 [2025-02-21T00:21:19.858Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:19 [2025-02-21T00:21:19.866Z] [Pipeline] checkout
01:21:19 [2025-02-21T00:21:19.866Z] Selected Git installation does not exist. Using Default
01:21:19 [2025-02-21T00:21:19.867Z] The recommended git tool is: NONE
01:21:19 [2025-02-21T00:21:19.867Z] No credentials specified
01:21:19 [2025-02-21T00:21:19.867Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10
01:21:19 [2025-02-21T00:21:19.872Z] Fetching changes from the remote Git repository
01:21:19 [2025-02-21T00:21:19.875Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:19 [2025-02-21T00:21:19.880Z] Cleaning workspace
01:21:19 [2025-02-21T00:21:19.880Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:19 [2025-02-21T00:21:19.885Z] Resetting working tree
01:21:19 [2025-02-21T00:21:19.885Z] > /usr/bin/git reset --hard # timeout=10
01:21:19 [2025-02-21T00:21:19.937Z] > /usr/bin/git clean -fdx # timeout=10
01:21:20 [2025-02-21T00:21:20.193Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:20 [2025-02-21T00:21:20.193Z] > /usr/bin/git --version # timeout=10
01:21:20 [2025-02-21T00:21:20.199Z] > git --version # 'git version 2.43.0'
01:21:20 [2025-02-21T00:21:20.199Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:20 [2025-02-21T00:21:20.610Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:20 [2025-02-21T00:21:20.617Z] Checking out Revision e8468bf49647ac63ce0c1464a25fb5c963108a3f (refs/remotes/origin/master)
01:21:20 [2025-02-21T00:21:20.617Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:20 [2025-02-21T00:21:20.623Z] > /usr/bin/git checkout -f e8468bf49647ac63ce0c1464a25fb5c963108a3f # timeout=10
01:21:20 [2025-02-21T00:21:20.681Z] Commit message: "About Silverpeas Web Browser Edition: - the build pipeline is simplified by asking to the user the branch on which the project has to be built (default valued at 'main') - the release pipeline is improved to create a stable branch in the case the release is done from the main branch."
01:21:20 [2025-02-21T00:21:20.681Z] > /usr/bin/git rev-list --no-walk e8468bf49647ac63ce0c1464a25fb5c963108a3f # timeout=10
01:21:20 [2025-02-21T00:21:20.705Z] [Pipeline] }
01:21:20 [2025-02-21T00:21:20.710Z] [Pipeline] // stage
01:21:20 [2025-02-21T00:21:20.721Z] [Pipeline] withEnv
01:21:20 [2025-02-21T00:21:20.721Z] [Pipeline] {
01:21:20 [2025-02-21T00:21:20.829Z] [Pipeline] isUnix
01:21:20 [2025-02-21T00:21:20.830Z] [Pipeline] withEnv
01:21:20 [2025-02-21T00:21:20.830Z] [Pipeline] {
01:21:20 [2025-02-21T00:21:20.836Z] [Pipeline] sh
01:21:21 [2025-02-21T00:21:21.093Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:21 [2025-02-21T00:21:21.093Z] .
01:21:21 [2025-02-21T00:21:21.094Z] [Pipeline] }
01:21:21 [2025-02-21T00:21:21.103Z] [Pipeline] // withEnv
01:21:21 [2025-02-21T00:21:21.113Z] [Pipeline] withDockerContainer
01:21:21 [2025-02-21T00:21:21.148Z] Jenkins does not seem to be running inside a container
01:21:21 [2025-02-21T00:21:21.156Z] $ 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:21 [2025-02-21T00:21:21.621Z] $ docker top 7b5487c9878d5088b0383db93bad6d6a2f7b0a8d0fb34c9d1ca8b1ace480eef5 -eo pid,comm
01:21:21 [2025-02-21T00:21:21.662Z] [Pipeline] {
01:21:21 [2025-02-21T00:21:21.674Z] [Pipeline] withEnv
01:21:21 [2025-02-21T00:21:21.674Z] [Pipeline] {
01:21:21 [2025-02-21T00:21:21.682Z] [Pipeline] stage
01:21:21 [2025-02-21T00:21:21.683Z] [Pipeline] { (Resolve dependency on Silverpeas)
01:21:21 [2025-02-21T00:21:21.717Z] [Pipeline] script
01:21:21 [2025-02-21T00:21:21.722Z] [Pipeline] {
01:21:21 [2025-02-21T00:21:21.732Z] [Pipeline] echo
01:21:21 [2025-02-21T00:21:21.732Z] Working on branch 6.3.x
01:21:21 [2025-02-21T00:21:21.737Z] [Pipeline] copyArtifacts
01:21:21 [2025-02-21T00:21:21.744Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 223
01:21:21 [2025-02-21T00:21:21.750Z] [Pipeline] readYaml
01:21:21 [2025-02-21T00:21:21.766Z] [Pipeline] sh
01:21:22 [2025-02-21T00:21:22.024Z] + rm -f build.yaml
01:21:22 [2025-02-21T00:21:22.025Z] [Pipeline] }
01:21:22 [2025-02-21T00:21:22.034Z] [Pipeline] // script
01:21:22 [2025-02-21T00:21:22.044Z] [Pipeline] echo
01:21:22 [2025-02-21T00:21:22.045Z] Parent version is 1.5.3
01:21:22 [2025-02-21T00:21:22.046Z] [Pipeline] echo
01:21:22 [2025-02-21T00:21:22.047Z] Silverpeas version is 6.3.7-build250214
01:21:22 [2025-02-21T00:21:22.048Z] [Pipeline] }
01:21:22 [2025-02-21T00:21:22.056Z] [Pipeline] // stage
01:21:22 [2025-02-21T00:21:22.066Z] [Pipeline] stage
01:21:22 [2025-02-21T00:21:22.067Z] [Pipeline] { (Prepare the project)
01:21:22 [2025-02-21T00:21:22.093Z] [Pipeline] git
01:21:22 [2025-02-21T00:21:22.095Z] The recommended git tool is: /usr/bin/git
01:21:22 [2025-02-21T00:21:22.097Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:22 [2025-02-21T00:21:22.109Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@25dc9790; decorates hudson.Launcher$LocalLauncher@58f1ccb3 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:22 [2025-02-21T00:21:22.110Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10
01:21:22 [2025-02-21T00:21:22.116Z] Fetching changes from the remote Git repository
01:21:22 [2025-02-21T00:21:22.120Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
01:21:22 [2025-02-21T00:21:22.127Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
01:21:22 [2025-02-21T00:21:22.127Z] > /usr/bin/git --version # timeout=10
01:21:22 [2025-02-21T00:21:22.132Z] > git --version # 'git version 2.43.0'
01:21:22 [2025-02-21T00:21:22.132Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:22 [2025-02-21T00:21:22.138Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:23 [2025-02-21T00:21:23.121Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:23 [2025-02-21T00:21:23.129Z] Checking out Revision defa63b4934e025329da4b267c4ca7f8968d7347 (refs/remotes/origin/6.3.x)
01:21:23 [2025-02-21T00:21:23.129Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:23 [2025-02-21T00:21:23.135Z] > /usr/bin/git checkout -f defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:23 [2025-02-21T00:21:23.238Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:23 [2025-02-21T00:21:23.249Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:23 [2025-02-21T00:21:23.256Z] > /usr/bin/git checkout -b 6.3.x defa63b4934e025329da4b267c4ca7f8968d7347 # timeout=10
01:21:23 [2025-02-21T00:21:23.378Z] Commit message: "Update dependency on Silverpeas to version 6.3.7-build250214"
01:21:23 [2025-02-21T00:21:23.378Z] > /usr/bin/git rev-list --no-walk f68303f17e30f34219056e1c09f11bfea60361f9 # timeout=10
01:21:23 [2025-02-21T00:21:23.398Z] [Pipeline] script
01:21:23 [2025-02-21T00:21:23.401Z] [Pipeline] {
01:21:23 [2025-02-21T00:21:23.417Z] [Pipeline] copyArtifacts
01:21:23 [2025-02-21T00:21:23.425Z] Copied 1 artifact from "Silverpeas_Mobile_6.3.x_AutoDeploy" build number 194
01:21:23 [2025-02-21T00:21:23.432Z] [Pipeline] readYaml
01:21:23 [2025-02-21T00:21:23.448Z] [Pipeline] sh
01:21:23 [2025-02-21T00:21:23.707Z] + git rev-parse HEAD
01:21:23 [2025-02-21T00:21:23.709Z] [Pipeline] echo
01:21:23 [2025-02-21T00:21:23.709Z] Current commit is defa63b4934e025329da4b267c4ca7f8968d7347 and last build commit is defa63b4934e025329da4b267c4ca7f8968d7347
01:21:23 [2025-02-21T00:21:23.710Z] [Pipeline] }
01:21:23 [2025-02-21T00:21:23.720Z] [Pipeline] // script
01:21:23 [2025-02-21T00:21:23.729Z] [Pipeline] script
01:21:23 [2025-02-21T00:21:23.734Z] [Pipeline] {
01:21:23 [2025-02-21T00:21:23.744Z] [Pipeline] readMavenPom
01:21:23 [2025-02-21T00:21:23.757Z] [Pipeline] echo
01:21:23 [2025-02-21T00:21:23.757Z] No changes and no update in Silverpeas since the last build
01:21:23 [2025-02-21T00:21:23.758Z] [Pipeline] }
01:21:23 [2025-02-21T00:21:23.766Z] [Pipeline] // script
01:21:23 [2025-02-21T00:21:23.776Z] [Pipeline] }
01:21:23 [2025-02-21T00:21:23.784Z] [Pipeline] // stage
01:21:23 [2025-02-21T00:21:23.795Z] [Pipeline] stage
01:21:23 [2025-02-21T00:21:23.796Z] [Pipeline] { (Build the project)
01:21:23 [2025-02-21T00:21:23.841Z] Stage "Build the project" skipped due to when conditional
01:21:23 [2025-02-21T00:21:23.842Z] [Pipeline] getContext
01:21:23 [2025-02-21T00:21:23.855Z] [Pipeline] stage
01:21:23 [2025-02-21T00:21:23.855Z] [Pipeline] { (Check POM parent version)
01:21:23 [2025-02-21T00:21:23.865Z] Stage "Build the project" skipped due to when conditional
01:21:23 [2025-02-21T00:21:23.866Z] [Pipeline] getContext
01:21:23 [2025-02-21T00:21:23.867Z] [Pipeline] }
01:21:23 [2025-02-21T00:21:23.877Z] [Pipeline] // stage
01:21:23 [2025-02-21T00:21:23.888Z] [Pipeline] stage
01:21:23 [2025-02-21T00:21:23.888Z] [Pipeline] { (Update POM parent)
01:21:23 [2025-02-21T00:21:23.898Z] Stage "Build the project" skipped due to when conditional
01:21:23 [2025-02-21T00:21:23.899Z] [Pipeline] getContext
01:21:23 [2025-02-21T00:21:23.900Z] [Pipeline] }
01:21:23 [2025-02-21T00:21:23.909Z] [Pipeline] // stage
01:21:23 [2025-02-21T00:21:23.920Z] [Pipeline] stage
01:21:23 [2025-02-21T00:21:23.921Z] [Pipeline] { (Update dependency on Silverpeas)
01:21:23 [2025-02-21T00:21:23.931Z] Stage "Build the project" skipped due to when conditional
01:21:23 [2025-02-21T00:21:23.931Z] [Pipeline] getContext
01:21:23 [2025-02-21T00:21:23.933Z] [Pipeline] }
01:21:23 [2025-02-21T00:21:23.942Z] [Pipeline] // stage
01:21:23 [2025-02-21T00:21:23.953Z] [Pipeline] stage
01:21:23 [2025-02-21T00:21:23.954Z] [Pipeline] { (Build and Publish)
01:21:23 [2025-02-21T00:21:23.963Z] Stage "Build the project" skipped due to when conditional
01:21:23 [2025-02-21T00:21:23.964Z] [Pipeline] getContext
01:21:23 [2025-02-21T00:21:23.966Z] [Pipeline] }
01:21:23 [2025-02-21T00:21:23.974Z] [Pipeline] // stage
01:21:23 [2025-02-21T00:21:23.983Z] [Pipeline] }
01:21:23 [2025-02-21T00:21:23.992Z] [Pipeline] // stage
01:21:24 [2025-02-21T00:21:24.003Z] [Pipeline] stage
01:21:24 [2025-02-21T00:21:24.003Z] [Pipeline] { (Create YAML build report)
01:21:24 [2025-02-21T00:21:24.026Z] [Pipeline] script
01:21:24 [2025-02-21T00:21:24.031Z] [Pipeline] {
01:21:24 [2025-02-21T00:21:24.042Z] [Pipeline] sh
01:21:24 [2025-02-21T00:21:24.300Z] + mkdir -p target
01:21:24 [2025-02-21T00:21:24.302Z] [Pipeline] sh
01:21:24 [2025-02-21T00:21:24.560Z] + mv build.yaml target/
01:21:24 [2025-02-21T00:21:24.561Z] [Pipeline] }
01:21:24 [2025-02-21T00:21:24.570Z] [Pipeline] // script
01:21:24 [2025-02-21T00:21:24.579Z] [Pipeline] }
01:21:24 [2025-02-21T00:21:24.588Z] [Pipeline] // stage
01:21:24 [2025-02-21T00:21:24.599Z] [Pipeline] stage
01:21:24 [2025-02-21T00:21:24.600Z] [Pipeline] { (Declarative: Post Actions)
01:21:24 [2025-02-21T00:21:24.617Z] [Pipeline] step
01:21:24 [2025-02-21T00:21:24.637Z] [Pipeline] script
01:21:24 [2025-02-21T00:21:24.643Z] [Pipeline] {
01:21:24 [2025-02-21T00:21:24.662Z] [Pipeline] }
01:21:24 [2025-02-21T00:21:24.667Z] [Pipeline] // script
01:21:24 [2025-02-21T00:21:24.675Z] [Pipeline] archiveArtifacts
01:21:24 [2025-02-21T00:21:24.677Z] Archiving artifacts
01:21:24 [2025-02-21T00:21:24.683Z] Enregistrement des empreintes numériques
01:21:24 [2025-02-21T00:21:24.704Z] [Pipeline] }
01:21:24 [2025-02-21T00:21:24.715Z] [Pipeline] // stage
01:21:24 [2025-02-21T00:21:24.724Z] [Pipeline] }
01:21:24 [2025-02-21T00:21:24.733Z] [Pipeline] // withEnv
01:21:24 [2025-02-21T00:21:24.742Z] [Pipeline] }
01:21:24 [2025-02-21T00:21:24.743Z] $ docker stop --time=1 7b5487c9878d5088b0383db93bad6d6a2f7b0a8d0fb34c9d1ca8b1ace480eef5
01:21:25 [2025-02-21T00:21:25.984Z] $ docker rm -f --volumes 7b5487c9878d5088b0383db93bad6d6a2f7b0a8d0fb34c9d1ca8b1ace480eef5
01:21:26 [2025-02-21T00:21:26.023Z] [Pipeline] // withDockerContainer
01:21:26 [2025-02-21T00:21:26.027Z] [Pipeline] }
01:21:26 [2025-02-21T00:21:26.031Z] [Pipeline] // withEnv
01:21:26 [2025-02-21T00:21:26.036Z] [Pipeline] }
01:21:26 [2025-02-21T00:21:26.065Z] [Pipeline] // node
01:21:26 [2025-02-21T00:21:26.075Z] [Pipeline] End of Pipeline
01:21:26 [2025-02-21T00:21:26.131Z] Finished: SUCCESS