SuccèsSortie de la console
01:21:22 [2024-12-20T00:21:22.505Z] Démarré par le projet amont "Silverpeas_6.3.x_AutoDeploy" de numéro de build 214
01:21:22 [2024-12-20T00:21:22.505Z] Causé à l'origine par :
01:21:22 [2024-12-20T00:21:22.505Z] Lancé par une alarme périodique
01:21:22 [2024-12-20T00:21:22.505Z] Running as userbuild
01:21:22 [2024-12-20T00:21:22.897Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:23 [2024-12-20T00:21:23.022Z] [Pipeline] Start of Pipeline
01:21:23 [2024-12-20T00:21:23.239Z] [Pipeline] node
01:21:23 [2024-12-20T00:21:23.242Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy
01:21:23 [2024-12-20T00:21:23.249Z] [Pipeline] {
01:21:23 [2024-12-20T00:21:23.264Z] [Pipeline] stage
01:21:23 [2024-12-20T00:21:23.264Z] [Pipeline] { (Declarative: Checkout SCM)
01:21:23 [2024-12-20T00:21:23.276Z] [Pipeline] checkout
01:21:23 [2024-12-20T00:21:23.278Z] Selected Git installation does not exist. Using Default
01:21:23 [2024-12-20T00:21:23.278Z] The recommended git tool is: NONE
01:21:23 [2024-12-20T00:21:23.278Z] No credentials specified
01:21:23 [2024-12-20T00:21:23.279Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10
01:21:23 [2024-12-20T00:21:23.284Z] Fetching changes from the remote Git repository
01:21:23 [2024-12-20T00:21:23.287Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
01:21:23 [2024-12-20T00:21:23.293Z] Cleaning workspace
01:21:23 [2024-12-20T00:21:23.293Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
01:21:23 [2024-12-20T00:21:23.299Z] Resetting working tree
01:21:23 [2024-12-20T00:21:23.299Z] > /usr/bin/git reset --hard # timeout=10
01:21:23 [2024-12-20T00:21:23.364Z] > /usr/bin/git clean -fdx # timeout=10
01:21:23 [2024-12-20T00:21:23.375Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
01:21:23 [2024-12-20T00:21:23.375Z] > /usr/bin/git --version # timeout=10
01:21:23 [2024-12-20T00:21:23.379Z] > git --version # 'git version 2.43.0'
01:21:23 [2024-12-20T00:21:23.380Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:23 [2024-12-20T00:21:23.812Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:21:23 [2024-12-20T00:21:23.821Z] Checking out Revision a21b86feba1363f95e030bf85247d116cfc8258c (refs/remotes/origin/master)
01:21:23 [2024-12-20T00:21:23.821Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:23 [2024-12-20T00:21:23.826Z] > /usr/bin/git checkout -f a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
01:21:23 [2024-12-20T00:21:23.882Z] 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 [2024-12-20T00:21:23.882Z] > /usr/bin/git rev-list --no-walk a21b86feba1363f95e030bf85247d116cfc8258c # timeout=10
01:21:23 [2024-12-20T00:21:23.906Z] [Pipeline] }
01:21:23 [2024-12-20T00:21:23.910Z] [Pipeline] // stage
01:21:23 [2024-12-20T00:21:23.925Z] [Pipeline] withEnv
01:21:23 [2024-12-20T00:21:23.926Z] [Pipeline] {
01:21:24 [2024-12-20T00:21:24.039Z] [Pipeline] isUnix
01:21:24 [2024-12-20T00:21:24.040Z] [Pipeline] withEnv
01:21:24 [2024-12-20T00:21:24.041Z] [Pipeline] {
01:21:24 [2024-12-20T00:21:24.051Z] [Pipeline] sh
01:21:24 [2024-12-20T00:21:24.307Z] + docker inspect -f . silverpeas/silverbuild:6.3.3
01:21:24 [2024-12-20T00:21:24.307Z] .
01:21:24 [2024-12-20T00:21:24.308Z] [Pipeline] }
01:21:24 [2024-12-20T00:21:24.316Z] [Pipeline] // withEnv
01:21:24 [2024-12-20T00:21:24.326Z] [Pipeline] withDockerContainer
01:21:24 [2024-12-20T00:21:24.354Z] Jenkins does not seem to be running inside a container
01:21:24 [2024-12-20T00:21:24.361Z] $ 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 [2024-12-20T00:21:24.717Z] $ docker top 1e4786a60d54dc23d94799f414f7de8e8d8da5026e06e1a78dc6912277ce036c -eo pid,comm
01:21:24 [2024-12-20T00:21:24.755Z] [Pipeline] {
01:21:24 [2024-12-20T00:21:24.765Z] [Pipeline] withEnv
01:21:24 [2024-12-20T00:21:24.765Z] [Pipeline] {
01:21:24 [2024-12-20T00:21:24.771Z] [Pipeline] stage
01:21:24 [2024-12-20T00:21:24.771Z] [Pipeline] { (Resolve dependency on Silverpeas)
01:21:24 [2024-12-20T00:21:24.798Z] [Pipeline] script
01:21:24 [2024-12-20T00:21:24.801Z] [Pipeline] {
01:21:24 [2024-12-20T00:21:24.810Z] [Pipeline] echo
01:21:24 [2024-12-20T00:21:24.811Z] Working on branch 6.3.x
01:21:24 [2024-12-20T00:21:24.815Z] [Pipeline] copyArtifacts
01:21:24 [2024-12-20T00:21:24.821Z] Copied 1 artifact from "Silverpeas_6.3.x_AutoDeploy" build number 214
01:21:24 [2024-12-20T00:21:24.827Z] [Pipeline] readYaml
01:21:24 [2024-12-20T00:21:24.839Z] [Pipeline] sh
01:21:25 [2024-12-20T00:21:25.096Z] + rm -f build.yaml
01:21:25 [2024-12-20T00:21:25.097Z] [Pipeline] }
01:21:25 [2024-12-20T00:21:25.106Z] [Pipeline] // script
01:21:25 [2024-12-20T00:21:25.114Z] [Pipeline] echo
01:21:25 [2024-12-20T00:21:25.114Z] Parent version is 1.5.3
01:21:25 [2024-12-20T00:21:25.116Z] [Pipeline] echo
01:21:25 [2024-12-20T00:21:25.116Z] Silverpeas version is 6.3.6-build241113
01:21:25 [2024-12-20T00:21:25.117Z] [Pipeline] }
01:21:25 [2024-12-20T00:21:25.125Z] [Pipeline] // stage
01:21:25 [2024-12-20T00:21:25.135Z] [Pipeline] stage
01:21:25 [2024-12-20T00:21:25.135Z] [Pipeline] { (Prepare the project)
01:21:25 [2024-12-20T00:21:25.159Z] [Pipeline] git
01:21:25 [2024-12-20T00:21:25.161Z] The recommended git tool is: /usr/bin/git
01:21:25 [2024-12-20T00:21:25.162Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
01:21:25 [2024-12-20T00:21:25.174Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@d6779d5; decorates hudson.Launcher$LocalLauncher@7802b969 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
01:21:25 [2024-12-20T00:21:25.175Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_6.3.x_AutoDeploy/.git # timeout=10
01:21:25 [2024-12-20T00:21:25.181Z] Fetching changes from the remote Git repository
01:21:25 [2024-12-20T00:21:25.184Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
01:21:25 [2024-12-20T00:21:25.190Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
01:21:25 [2024-12-20T00:21:25.190Z] > /usr/bin/git --version # timeout=10
01:21:25 [2024-12-20T00:21:25.195Z] > git --version # 'git version 2.43.0'
01:21:25 [2024-12-20T00:21:25.195Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
01:21:25 [2024-12-20T00:21:25.201Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
01:21:26 [2024-12-20T00:21:26.112Z] > /usr/bin/git rev-parse refs/remotes/origin/6.3.x^{commit} # timeout=10
01:21:26 [2024-12-20T00:21:26.121Z] Checking out Revision f0980144dbbfca8fc650ac94fd238726ef3b032c (refs/remotes/origin/6.3.x)
01:21:26 [2024-12-20T00:21:26.121Z] > /usr/bin/git config core.sparsecheckout # timeout=10
01:21:26 [2024-12-20T00:21:26.126Z] > /usr/bin/git checkout -f f0980144dbbfca8fc650ac94fd238726ef3b032c # timeout=10
01:21:26 [2024-12-20T00:21:26.226Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
01:21:26 [2024-12-20T00:21:26.235Z] > /usr/bin/git branch -D 6.3.x # timeout=10
01:21:26 [2024-12-20T00:21:26.242Z] > /usr/bin/git checkout -b 6.3.x f0980144dbbfca8fc650ac94fd238726ef3b032c # timeout=10
01:21:26 [2024-12-20T00:21:26.352Z] Commit message: "Update dependency on Silverpeas to version 6.3.6-build241113"
01:21:26 [2024-12-20T00:21:26.352Z] > /usr/bin/git rev-list --no-walk f0980144dbbfca8fc650ac94fd238726ef3b032c # timeout=10
01:21:26 [2024-12-20T00:21:26.373Z] [Pipeline] script
01:21:26 [2024-12-20T00:21:26.376Z] [Pipeline] {
01:21:26 [2024-12-20T00:21:26.384Z] [Pipeline] copyArtifacts
01:21:26 [2024-12-20T00:21:26.387Z] Copied 1 artifact from "Silverpeas_Mobile_6.3.x_AutoDeploy" build number 185
01:21:26 [2024-12-20T00:21:26.394Z] [Pipeline] readYaml
01:21:26 [2024-12-20T00:21:26.407Z] [Pipeline] sh
01:21:26 [2024-12-20T00:21:26.664Z] + git rev-parse HEAD
01:21:26 [2024-12-20T00:21:26.666Z] [Pipeline] echo
01:21:26 [2024-12-20T00:21:26.667Z] Current commit is f0980144dbbfca8fc650ac94fd238726ef3b032c and last build commit is f0980144dbbfca8fc650ac94fd238726ef3b032c
01:21:26 [2024-12-20T00:21:26.668Z] [Pipeline] }
01:21:26 [2024-12-20T00:21:26.676Z] [Pipeline] // script
01:21:26 [2024-12-20T00:21:26.686Z] [Pipeline] script
01:21:26 [2024-12-20T00:21:26.689Z] [Pipeline] {
01:21:26 [2024-12-20T00:21:26.698Z] [Pipeline] readMavenPom
01:21:26 [2024-12-20T00:21:26.710Z] [Pipeline] echo
01:21:26 [2024-12-20T00:21:26.710Z] No changes and no update in Silverpeas since the last build
01:21:26 [2024-12-20T00:21:26.710Z] [Pipeline] }
01:21:26 [2024-12-20T00:21:26.719Z] [Pipeline] // script
01:21:26 [2024-12-20T00:21:26.728Z] [Pipeline] }
01:21:26 [2024-12-20T00:21:26.736Z] [Pipeline] // stage
01:21:26 [2024-12-20T00:21:26.747Z] [Pipeline] stage
01:21:26 [2024-12-20T00:21:26.748Z] [Pipeline] { (Build the project)
01:21:26 [2024-12-20T00:21:26.787Z] Stage "Build the project" skipped due to when conditional
01:21:26 [2024-12-20T00:21:26.788Z] [Pipeline] getContext
01:21:26 [2024-12-20T00:21:26.800Z] [Pipeline] stage
01:21:26 [2024-12-20T00:21:26.801Z] [Pipeline] { (Check POM parent version)
01:21:26 [2024-12-20T00:21:26.810Z] Stage "Build the project" skipped due to when conditional
01:21:26 [2024-12-20T00:21:26.811Z] [Pipeline] getContext
01:21:26 [2024-12-20T00:21:26.812Z] [Pipeline] }
01:21:26 [2024-12-20T00:21:26.821Z] [Pipeline] // stage
01:21:26 [2024-12-20T00:21:26.831Z] [Pipeline] stage
01:21:26 [2024-12-20T00:21:26.832Z] [Pipeline] { (Update POM parent)
01:21:26 [2024-12-20T00:21:26.843Z] Stage "Build the project" skipped due to when conditional
01:21:26 [2024-12-20T00:21:26.844Z] [Pipeline] getContext
01:21:26 [2024-12-20T00:21:26.845Z] [Pipeline] }
01:21:26 [2024-12-20T00:21:26.854Z] [Pipeline] // stage
01:21:26 [2024-12-20T00:21:26.864Z] [Pipeline] stage
01:21:26 [2024-12-20T00:21:26.864Z] [Pipeline] { (Update dependency on Silverpeas)
01:21:26 [2024-12-20T00:21:26.873Z] Stage "Build the project" skipped due to when conditional
01:21:26 [2024-12-20T00:21:26.874Z] [Pipeline] getContext
01:21:26 [2024-12-20T00:21:26.876Z] [Pipeline] }
01:21:26 [2024-12-20T00:21:26.884Z] [Pipeline] // stage
01:21:26 [2024-12-20T00:21:26.895Z] [Pipeline] stage
01:21:26 [2024-12-20T00:21:26.895Z] [Pipeline] { (Build and Publish)
01:21:26 [2024-12-20T00:21:26.905Z] Stage "Build the project" skipped due to when conditional
01:21:26 [2024-12-20T00:21:26.905Z] [Pipeline] getContext
01:21:26 [2024-12-20T00:21:26.907Z] [Pipeline] }
01:21:26 [2024-12-20T00:21:26.915Z] [Pipeline] // stage
01:21:26 [2024-12-20T00:21:26.924Z] [Pipeline] }
01:21:26 [2024-12-20T00:21:26.932Z] [Pipeline] // stage
01:21:26 [2024-12-20T00:21:26.942Z] [Pipeline] stage
01:21:26 [2024-12-20T00:21:26.943Z] [Pipeline] { (Create YAML build report)
01:21:26 [2024-12-20T00:21:26.963Z] [Pipeline] script
01:21:26 [2024-12-20T00:21:26.967Z] [Pipeline] {
01:21:26 [2024-12-20T00:21:26.976Z] [Pipeline] sh
01:21:27 [2024-12-20T00:21:27.234Z] + mkdir -p target
01:21:27 [2024-12-20T00:21:27.236Z] [Pipeline] sh
01:21:27 [2024-12-20T00:21:27.494Z] + mv build.yaml target/
01:21:27 [2024-12-20T00:21:27.494Z] [Pipeline] }
01:21:27 [2024-12-20T00:21:27.503Z] [Pipeline] // script
01:21:27 [2024-12-20T00:21:27.512Z] [Pipeline] }
01:21:27 [2024-12-20T00:21:27.520Z] [Pipeline] // stage
01:21:27 [2024-12-20T00:21:27.531Z] [Pipeline] stage
01:21:27 [2024-12-20T00:21:27.532Z] [Pipeline] { (Declarative: Post Actions)
01:21:27 [2024-12-20T00:21:27.548Z] [Pipeline] step
01:21:27 [2024-12-20T00:21:27.565Z] [Pipeline] script
01:21:27 [2024-12-20T00:21:27.570Z] [Pipeline] {
01:21:27 [2024-12-20T00:21:27.588Z] [Pipeline] }
01:21:27 [2024-12-20T00:21:27.596Z] [Pipeline] // script
01:21:27 [2024-12-20T00:21:27.609Z] [Pipeline] archiveArtifacts
01:21:27 [2024-12-20T00:21:27.612Z] Archiving artifacts
01:21:27 [2024-12-20T00:21:27.621Z] Enregistrement des empreintes numériques
01:21:27 [2024-12-20T00:21:27.643Z] [Pipeline] }
01:21:27 [2024-12-20T00:21:27.654Z] [Pipeline] // stage
01:21:27 [2024-12-20T00:21:27.662Z] [Pipeline] }
01:21:27 [2024-12-20T00:21:27.670Z] [Pipeline] // withEnv
01:21:27 [2024-12-20T00:21:27.679Z] [Pipeline] }
01:21:27 [2024-12-20T00:21:27.679Z] $ docker stop --time=1 1e4786a60d54dc23d94799f414f7de8e8d8da5026e06e1a78dc6912277ce036c
01:21:28 [2024-12-20T00:21:28.921Z] $ docker rm -f --volumes 1e4786a60d54dc23d94799f414f7de8e8d8da5026e06e1a78dc6912277ce036c
01:21:28 [2024-12-20T00:21:28.959Z] [Pipeline] // withDockerContainer
01:21:28 [2024-12-20T00:21:28.963Z] [Pipeline] }
01:21:28 [2024-12-20T00:21:28.966Z] [Pipeline] // withEnv
01:21:28 [2024-12-20T00:21:28.970Z] [Pipeline] }
01:21:28 [2024-12-20T00:21:28.973Z] [Pipeline] // node
01:21:28 [2024-12-20T00:21:28.977Z] [Pipeline] End of Pipeline
01:21:29 [2024-12-20T00:21:29.012Z] Finished: SUCCESS