SuccèsSortie de la console
01:21:21 [2025-02-07T00:21:21.769Z] Démarré par le projet amont "Silverpeas_6.3.x_AutoDeploy" de numéro de build 221
01:21:21 [2025-02-07T00:21:21.769Z] Causé à l'origine par :
01:21:21 [2025-02-07T00:21:21.769Z] Lancé par une alarme périodique
01:21:21 [2025-02-07T00:21:21.769Z] Running as userbuild
01:21:22 [2025-02-07T00:21:22.149Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:22 [2025-02-07T00:21:22.318Z] [Pipeline] Start of Pipeline
01:21:22 [2025-02-07T00:21:22.549Z] [Pipeline] node
01:21:22 [2025-02-07T00:21:22.553Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy
01:21:22 [2025-02-07T00:21:22.555Z] [Pipeline] {
01:21:22 [2025-02-07T00:21:22.566Z] [Pipeline] stage
01:21:22 [2025-02-07T00:21:22.567Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:22 [2025-02-07T00:21:22.574Z] [Pipeline] checkout
01:21:22 [2025-02-07T00:21:22.575Z] Selected Git installation does not exist. Using Default
01:21:22 [2025-02-07T00:21:22.575Z] The recommended git tool is: NONE
01:21:22 [2025-02-07T00:21:22.575Z] No credentials specified
01:21:22 [2025-02-07T00:21:22.575Z] > /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-07T00:21:22.581Z] Fetching changes from the remote Git repository
01:21:22 [2025-02-07T00:21:22.583Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:22 [2025-02-07T00:21:22.589Z] Cleaning workspace
01:21:22 [2025-02-07T00:21:22.589Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:22 [2025-02-07T00:21:22.594Z] Resetting working tree
01:21:22 [2025-02-07T00:21:22.594Z] > /usr/bin/git reset --hard # timeout=10
01:21:22 [2025-02-07T00:21:22.743Z] > /usr/bin/git clean -fdx # timeout=10
01:21:22 [2025-02-07T00:21:22.755Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:22 [2025-02-07T00:21:22.756Z] > /usr/bin/git --version # timeout=10
01:21:22 [2025-02-07T00:21:22.760Z] > git --version # 'git version 2.43.0'
01:21:22 [2025-02-07T00:21:22.760Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:23 [2025-02-07T00:21:23.151Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:23 [2025-02-07T00:21:23.158Z] Checking out Revision a21b86feba1363f95e030bf85247d116cfc8258c (refs/remotes/origin/master)
01:21:23 [2025-02-07T00:21:23.158Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:23 [2025-02-07T00:21:23.164Z] > /usr/bin/git checkout -f a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
01:21:23 [2025-02-07T00:21:23.220Z] Commit message: "In the release pipeline of the Silverpeas platform, enabled the build of the docker image of Silverpeas for trial purpose."
01:21:23 [2025-02-07T00:21:23.220Z] > /usr/bin/git rev-list --no-walk a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
01:21:23 [2025-02-07T00:21:23.241Z] [Pipeline] }
01:21:23 [2025-02-07T00:21:23.246Z] [Pipeline] // stage
01:21:23 [2025-02-07T00:21:23.257Z] [Pipeline] withEnv
01:21:23 [2025-02-07T00:21:23.258Z] [Pipeline] {
01:21:23 [2025-02-07T00:21:23.379Z] [Pipeline] isUnix
01:21:23 [2025-02-07T00:21:23.381Z] [Pipeline] withEnv
01:21:23 [2025-02-07T00:21:23.382Z] [Pipeline] {
01:21:23 [2025-02-07T00:21:23.389Z] [Pipeline] sh
01:21:23 [2025-02-07T00:21:23.645Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:23 [2025-02-07T00:21:23.645Z] .
01:21:23 [2025-02-07T00:21:23.646Z] [Pipeline] }
01:21:23 [2025-02-07T00:21:23.654Z] [Pipeline] // withEnv
01:21:23 [2025-02-07T00:21:23.666Z] [Pipeline] withDockerContainer
01:21:23 [2025-02-07T00:21:23.697Z] Jenkins does not seem to be running inside a container
01:21:23 [2025-02-07T00:21:23.703Z] $ 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:24 [2025-02-07T00:21:24.031Z] $ docker top cd96866bc4d75e4be1c3b9db27e555393bbbc1a59c5ed289d2572944d9ee8721 -eo pid,comm
01:21:24 [2025-02-07T00:21:24.067Z] [Pipeline] {
01:21:24 [2025-02-07T00:21:24.078Z] [Pipeline] withEnv
01:21:24 [2025-02-07T00:21:24.078Z] [Pipeline] {
01:21:24 [2025-02-07T00:21:24.086Z] [Pipeline] stage
01:21:24 [2025-02-07T00:21:24.087Z] [Pipeline] { (Resolve dependency on Silverpeas)
01:21:24 [2025-02-07T00:21:24.120Z] [Pipeline] script
01:21:24 [2025-02-07T00:21:24.127Z] [Pipeline] {
01:21:24 [2025-02-07T00:21:24.142Z] [Pipeline] echo
01:21:24 [2025-02-07T00:21:24.143Z] Working on branch 6.3.x
01:21:24 [2025-02-07T00:21:24.149Z] [Pipeline] copyArtifacts
01:21:24 [2025-02-07T00:21:24.156Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 221
01:21:24 [2025-02-07T00:21:24.162Z] [Pipeline] readYaml
01:21:24 [2025-02-07T00:21:24.180Z] [Pipeline] sh
01:21:24 [2025-02-07T00:21:24.438Z] + rm -f build.yaml
01:21:24 [2025-02-07T00:21:24.439Z] [Pipeline] }
01:21:24 [2025-02-07T00:21:24.447Z] [Pipeline] // script
01:21:24 [2025-02-07T00:21:24.455Z] [Pipeline] echo
01:21:24 [2025-02-07T00:21:24.456Z] Parent version is 1.5.3
01:21:24 [2025-02-07T00:21:24.457Z] [Pipeline] echo
01:21:24 [2025-02-07T00:21:24.458Z] Silverpeas version is 6.3.6-build241113
01:21:24 [2025-02-07T00:21:24.459Z] [Pipeline] }
01:21:24 [2025-02-07T00:21:24.467Z] [Pipeline] // stage
01:21:24 [2025-02-07T00:21:24.477Z] [Pipeline] stage
01:21:24 [2025-02-07T00:21:24.478Z] [Pipeline] { (Prepare the project)
01:21:24 [2025-02-07T00:21:24.506Z] [Pipeline] git
01:21:24 [2025-02-07T00:21:24.508Z] The recommended git tool is: /usr/bin/git
01:21:24 [2025-02-07T00:21:24.509Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:24 [2025-02-07T00:21:24.517Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@659c93f8; decorates hudson.Launcher$LocalLauncher@3707212c will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:24 [2025-02-07T00:21:24.518Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10
01:21:24 [2025-02-07T00:21:24.524Z] Fetching changes from the remote Git repository
01:21:24 [2025-02-07T00:21:24.529Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
01:21:24 [2025-02-07T00:21:24.535Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
01:21:24 [2025-02-07T00:21:24.535Z] > /usr/bin/git --version # timeout=10
01:21:24 [2025-02-07T00:21:24.540Z] > git --version # 'git version 2.43.0'
01:21:24 [2025-02-07T00:21:24.540Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:24 [2025-02-07T00:21:24.547Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:25 [2025-02-07T00:21:25.433Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:25 [2025-02-07T00:21:25.441Z] Checking out Revision f0980144dbbfca8fc650ac94fd238726ef3b032c (refs/remotes/origin/6.3.x)
01:21:25 [2025-02-07T00:21:25.441Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:25 [2025-02-07T00:21:25.447Z] > /usr/bin/git checkout -f f0980144dbbfca8fc650ac94fd238726ef3b032c # timeout=10
01:21:25 [2025-02-07T00:21:25.548Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:25 [2025-02-07T00:21:25.558Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:25 [2025-02-07T00:21:25.565Z] > /usr/bin/git checkout -b 6.3.x f0980144dbbfca8fc650ac94fd238726ef3b032c # timeout=10
01:21:25 [2025-02-07T00:21:25.691Z] Commit message: "Update dependency on Silverpeas to version 6.3.6-build241113"
01:21:25 [2025-02-07T00:21:25.692Z] > /usr/bin/git rev-list --no-walk f0980144dbbfca8fc650ac94fd238726ef3b032c # timeout=10
01:21:25 [2025-02-07T00:21:25.711Z] [Pipeline] script
01:21:25 [2025-02-07T00:21:25.717Z] [Pipeline] {
01:21:25 [2025-02-07T00:21:25.732Z] [Pipeline] copyArtifacts
01:21:25 [2025-02-07T00:21:25.738Z] Copied 1 artifact from "Silverpeas_Mobile_6.3.x_AutoDeploy" build number 192
01:21:25 [2025-02-07T00:21:25.745Z] [Pipeline] readYaml
01:21:25 [2025-02-07T00:21:25.759Z] [Pipeline] sh
01:21:26 [2025-02-07T00:21:26.017Z] + git rev-parse HEAD
01:21:26 [2025-02-07T00:21:26.019Z] [Pipeline] echo
01:21:26 [2025-02-07T00:21:26.020Z] Current commit is f0980144dbbfca8fc650ac94fd238726ef3b032c and last build commit is f0980144dbbfca8fc650ac94fd238726ef3b032c
01:21:26 [2025-02-07T00:21:26.021Z] [Pipeline] }
01:21:26 [2025-02-07T00:21:26.030Z] [Pipeline] // script
01:21:26 [2025-02-07T00:21:26.039Z] [Pipeline] script
01:21:26 [2025-02-07T00:21:26.045Z] [Pipeline] {
01:21:26 [2025-02-07T00:21:26.055Z] [Pipeline] readMavenPom
01:21:26 [2025-02-07T00:21:26.067Z] [Pipeline] echo
01:21:26 [2025-02-07T00:21:26.067Z] No changes and no update in Silverpeas since the last build
01:21:26 [2025-02-07T00:21:26.068Z] [Pipeline] }
01:21:26 [2025-02-07T00:21:26.077Z] [Pipeline] // script
01:21:26 [2025-02-07T00:21:26.086Z] [Pipeline] }
01:21:26 [2025-02-07T00:21:26.096Z] [Pipeline] // stage
01:21:26 [2025-02-07T00:21:26.107Z] [Pipeline] stage
01:21:26 [2025-02-07T00:21:26.108Z] [Pipeline] { (Build the project)
01:21:26 [2025-02-07T00:21:26.159Z] Stage "Build the project" skipped due to when conditional
01:21:26 [2025-02-07T00:21:26.160Z] [Pipeline] getContext
01:21:26 [2025-02-07T00:21:26.174Z] [Pipeline] stage
01:21:26 [2025-02-07T00:21:26.174Z] [Pipeline] { (Check POM parent version)
01:21:26 [2025-02-07T00:21:26.184Z] Stage "Build the project" skipped due to when conditional
01:21:26 [2025-02-07T00:21:26.185Z] [Pipeline] getContext
01:21:26 [2025-02-07T00:21:26.187Z] [Pipeline] }
01:21:26 [2025-02-07T00:21:26.196Z] [Pipeline] // stage
01:21:26 [2025-02-07T00:21:26.206Z] [Pipeline] stage
01:21:26 [2025-02-07T00:21:26.207Z] [Pipeline] { (Update POM parent)
01:21:26 [2025-02-07T00:21:26.217Z] Stage "Build the project" skipped due to when conditional
01:21:26 [2025-02-07T00:21:26.218Z] [Pipeline] getContext
01:21:26 [2025-02-07T00:21:26.219Z] [Pipeline] }
01:21:26 [2025-02-07T00:21:26.227Z] [Pipeline] // stage
01:21:26 [2025-02-07T00:21:26.238Z] [Pipeline] stage
01:21:26 [2025-02-07T00:21:26.239Z] [Pipeline] { (Update dependency on Silverpeas)
01:21:26 [2025-02-07T00:21:26.249Z] Stage "Build the project" skipped due to when conditional
01:21:26 [2025-02-07T00:21:26.249Z] [Pipeline] getContext
01:21:26 [2025-02-07T00:21:26.251Z] [Pipeline] }
01:21:26 [2025-02-07T00:21:26.259Z] [Pipeline] // stage
01:21:26 [2025-02-07T00:21:26.270Z] [Pipeline] stage
01:21:26 [2025-02-07T00:21:26.271Z] [Pipeline] { (Build and Publish)
01:21:26 [2025-02-07T00:21:26.280Z] Stage "Build the project" skipped due to when conditional
01:21:26 [2025-02-07T00:21:26.281Z] [Pipeline] getContext
01:21:26 [2025-02-07T00:21:26.282Z] [Pipeline] }
01:21:26 [2025-02-07T00:21:26.291Z] [Pipeline] // stage
01:21:26 [2025-02-07T00:21:26.300Z] [Pipeline] }
01:21:26 [2025-02-07T00:21:26.308Z] [Pipeline] // stage
01:21:26 [2025-02-07T00:21:26.319Z] [Pipeline] stage
01:21:26 [2025-02-07T00:21:26.320Z] [Pipeline] { (Create YAML build report)
01:21:26 [2025-02-07T00:21:26.348Z] [Pipeline] script
01:21:26 [2025-02-07T00:21:26.353Z] [Pipeline] {
01:21:26 [2025-02-07T00:21:26.364Z] [Pipeline] sh
01:21:26 [2025-02-07T00:21:26.622Z] + mkdir -p target
01:21:26 [2025-02-07T00:21:26.624Z] [Pipeline] sh
01:21:26 [2025-02-07T00:21:26.882Z] + mv build.yaml target/
01:21:26 [2025-02-07T00:21:26.883Z] [Pipeline] }
01:21:26 [2025-02-07T00:21:26.892Z] [Pipeline] // script
01:21:26 [2025-02-07T00:21:26.902Z] [Pipeline] }
01:21:26 [2025-02-07T00:21:26.910Z] [Pipeline] // stage
01:21:26 [2025-02-07T00:21:26.922Z] [Pipeline] stage
01:21:26 [2025-02-07T00:21:26.923Z] [Pipeline] { (Declarative: Post Actions)
01:21:26 [2025-02-07T00:21:26.940Z] [Pipeline] step
01:21:26 [2025-02-07T00:21:26.960Z] [Pipeline] script
01:21:26 [2025-02-07T00:21:26.968Z] [Pipeline] {
01:21:26 [2025-02-07T00:21:26.989Z] [Pipeline] }
01:21:26 [2025-02-07T00:21:26.998Z] [Pipeline] // script
01:21:27 [2025-02-07T00:21:27.012Z] [Pipeline] archiveArtifacts
01:21:27 [2025-02-07T00:21:27.015Z] Archiving artifacts
01:21:27 [2025-02-07T00:21:27.024Z] Enregistrement des empreintes numériques
01:21:27 [2025-02-07T00:21:27.047Z] [Pipeline] }
01:21:27 [2025-02-07T00:21:27.058Z] [Pipeline] // stage
01:21:27 [2025-02-07T00:21:27.067Z] [Pipeline] }
01:21:27 [2025-02-07T00:21:27.076Z] [Pipeline] // withEnv
01:21:27 [2025-02-07T00:21:27.084Z] [Pipeline] }
01:21:27 [2025-02-07T00:21:27.085Z] $ docker stop --time=1 cd96866bc4d75e4be1c3b9db27e555393bbbc1a59c5ed289d2572944d9ee8721
01:21:28 [2025-02-07T00:21:28.339Z] $ docker rm -f --volumes cd96866bc4d75e4be1c3b9db27e555393bbbc1a59c5ed289d2572944d9ee8721
01:21:28 [2025-02-07T00:21:28.382Z] [Pipeline] // withDockerContainer
01:21:28 [2025-02-07T00:21:28.386Z] [Pipeline] }
01:21:28 [2025-02-07T00:21:28.389Z] [Pipeline] // withEnv
01:21:28 [2025-02-07T00:21:28.393Z] [Pipeline] }
01:21:28 [2025-02-07T00:21:28.399Z] [Pipeline] // node
01:21:28 [2025-02-07T00:21:28.408Z] [Pipeline] End of Pipeline
01:21:28 [2025-02-07T00:21:28.468Z] Finished: SUCCESS