SuccèsSortie de la console
19:24:21 [2025-02-16T18:24:21.437Z] Démarré par le projet amont "Silverpeas_Master_AutoDeploy" de numéro de build 908
19:24:21 [2025-02-16T18:24:21.437Z] Causé à l'origine par :
19:24:21 [2025-02-16T18:24:21.437Z] Lancé par une alarme périodique
19:24:21 [2025-02-16T18:24:21.437Z] Running as userbuild
19:24:21 [2025-02-16T18:24:21.818Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:21 [2025-02-16T18:24:21.995Z] [Pipeline] Start of Pipeline
19:24:22 [2025-02-16T18:24:22.257Z] [Pipeline] node
19:24:22 [2025-02-16T18:24:22.261Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy
19:24:22 [2025-02-16T18:24:22.266Z] [Pipeline] {
19:24:22 [2025-02-16T18:24:22.286Z] [Pipeline] stage
19:24:22 [2025-02-16T18:24:22.287Z] [Pipeline] { (Declarative: Checkout SCM)
19:24:22 [2025-02-16T18:24:22.300Z] [Pipeline] checkout
19:24:22 [2025-02-16T18:24:22.301Z] Selected Git installation does not exist. Using Default
19:24:22 [2025-02-16T18:24:22.302Z] The recommended git tool is: NONE
19:24:22 [2025-02-16T18:24:22.302Z] No credentials specified
19:24:22 [2025-02-16T18:24:22.302Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:22 [2025-02-16T18:24:22.308Z] Fetching changes from the remote Git repository
19:24:22 [2025-02-16T18:24:22.310Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
19:24:22 [2025-02-16T18:24:22.315Z] Cleaning workspace
19:24:22 [2025-02-16T18:24:22.315Z] > /usr/bin/git rev-parse --verify HEAD # timeout=10
19:24:22 [2025-02-16T18:24:22.320Z] Resetting working tree
19:24:22 [2025-02-16T18:24:22.320Z] > /usr/bin/git reset --hard # timeout=10
19:24:22 [2025-02-16T18:24:22.556Z] > /usr/bin/git clean -fdx # timeout=10
19:24:22 [2025-02-16T18:24:22.566Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
19:24:22 [2025-02-16T18:24:22.566Z] > /usr/bin/git --version # timeout=10
19:24:22 [2025-02-16T18:24:22.571Z] > git --version # 'git version 2.43.0'
19:24:22 [2025-02-16T18:24:22.571Z] > /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-02-16T18:24:22.977Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:22 [2025-02-16T18:24:22.984Z] Checking out Revision e8468bf49647ac63ce0c1464a25fb5c963108a3f (refs/remotes/origin/master)
19:24:22 [2025-02-16T18:24:22.984Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:22 [2025-02-16T18:24:22.989Z] > /usr/bin/git checkout -f e8468bf49647ac63ce0c1464a25fb5c963108a3f # timeout=10
19:24:23 [2025-02-16T18:24:23.050Z] 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."
19:24:23 [2025-02-16T18:24:23.050Z] > /usr/bin/git rev-list --no-walk e8468bf49647ac63ce0c1464a25fb5c963108a3f # timeout=10
19:24:23 [2025-02-16T18:24:23.073Z] [Pipeline] }
19:24:23 [2025-02-16T18:24:23.081Z] [Pipeline] // stage
19:24:23 [2025-02-16T18:24:23.098Z] [Pipeline] withEnv
19:24:23 [2025-02-16T18:24:23.099Z] [Pipeline] {
19:24:23 [2025-02-16T18:24:23.231Z] [Pipeline] isUnix
19:24:23 [2025-02-16T18:24:23.232Z] [Pipeline] withEnv
19:24:23 [2025-02-16T18:24:23.233Z] [Pipeline] {
19:24:23 [2025-02-16T18:24:23.244Z] [Pipeline] sh
19:24:23 [2025-02-16T18:24:23.500Z] + docker inspect -f . silverpeas/silverbuild:latest
19:24:23 [2025-02-16T18:24:23.500Z] .
19:24:23 [2025-02-16T18:24:23.501Z] [Pipeline] }
19:24:23 [2025-02-16T18:24:23.512Z] [Pipeline] // withEnv
19:24:23 [2025-02-16T18:24:23.518Z] [Pipeline] withDockerContainer
19:24:23 [2025-02-16T18:24:23.549Z] Jenkins does not seem to be running inside a container
19:24:23 [2025-02-16T18:24:23.557Z] $ 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-02-16T18:24:23.934Z] $ docker top 2c80bb377344a65afe65edf19e6c8a6b8fef7a0d1f97d4c988c4bd57803f5de2 -eo pid,comm
19:24:23 [2025-02-16T18:24:23.973Z] [Pipeline] {
19:24:23 [2025-02-16T18:24:23.990Z] [Pipeline] withEnv
19:24:23 [2025-02-16T18:24:23.991Z] [Pipeline] {
19:24:24 [2025-02-16T18:24:24.008Z] [Pipeline] stage
19:24:24 [2025-02-16T18:24:24.009Z] [Pipeline] { (Resolve dependency on Silverpeas)
19:24:24 [2025-02-16T18:24:24.046Z] [Pipeline] script
19:24:24 [2025-02-16T18:24:24.050Z] [Pipeline] {
19:24:24 [2025-02-16T18:24:24.060Z] [Pipeline] echo
19:24:24 [2025-02-16T18:24:24.061Z] Working on branch master
19:24:24 [2025-02-16T18:24:24.066Z] [Pipeline] copyArtifacts
19:24:24 [2025-02-16T18:24:24.073Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 908
19:24:24 [2025-02-16T18:24:24.079Z] [Pipeline] readYaml
19:24:24 [2025-02-16T18:24:24.093Z] [Pipeline] sh
19:24:24 [2025-02-16T18:24:24.351Z] + rm -f build.yaml
19:24:24 [2025-02-16T18:24:24.352Z] [Pipeline] }
19:24:24 [2025-02-16T18:24:24.360Z] [Pipeline] // script
19:24:24 [2025-02-16T18:24:24.370Z] [Pipeline] echo
19:24:24 [2025-02-16T18:24:24.371Z] Parent version is 1.7-build241218
19:24:24 [2025-02-16T18:24:24.372Z] [Pipeline] echo
19:24:24 [2025-02-16T18:24:24.373Z] Silverpeas version is 6.5-build250203
19:24:24 [2025-02-16T18:24:24.374Z] [Pipeline] }
19:24:24 [2025-02-16T18:24:24.382Z] [Pipeline] // stage
19:24:24 [2025-02-16T18:24:24.393Z] [Pipeline] stage
19:24:24 [2025-02-16T18:24:24.394Z] [Pipeline] { (Prepare the project)
19:24:24 [2025-02-16T18:24:24.424Z] [Pipeline] git
19:24:24 [2025-02-16T18:24:24.426Z] The recommended git tool is: /usr/bin/git
19:24:24 [2025-02-16T18:24:24.427Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
19:24:24 [2025-02-16T18:24:24.438Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@630fb469; decorates hudson.Launcher$LocalLauncher@63cd9057 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
19:24:24 [2025-02-16T18:24:24.439Z] > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
19:24:24 [2025-02-16T18:24:24.445Z] Fetching changes from the remote Git repository
19:24:24 [2025-02-16T18:24:24.449Z] > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
19:24:24 [2025-02-16T18:24:24.455Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
19:24:24 [2025-02-16T18:24:24.455Z] > /usr/bin/git --version # timeout=10
19:24:24 [2025-02-16T18:24:24.460Z] > git --version # 'git version 2.43.0'
19:24:24 [2025-02-16T18:24:24.460Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
19:24:24 [2025-02-16T18:24:24.465Z] > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
19:24:24 [2025-02-16T18:24:24.983Z] > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:24:24 [2025-02-16T18:24:24.990Z] Checking out Revision 936f1585c2a544a819ae7b9b191c9aa080b788f5 (refs/remotes/origin/master)
19:24:24 [2025-02-16T18:24:24.991Z] > /usr/bin/git config core.sparsecheckout # timeout=10
19:24:24 [2025-02-16T18:24:24.996Z] > /usr/bin/git checkout -f 936f1585c2a544a819ae7b9b191c9aa080b788f5 # timeout=10
19:24:25 [2025-02-16T18:24:25.156Z] > /usr/bin/git branch -a -v --no-abbrev # timeout=10
19:24:25 [2025-02-16T18:24:25.167Z] > /usr/bin/git branch -D master # timeout=10
19:24:25 [2025-02-16T18:24:25.174Z] > /usr/bin/git checkout -b master 936f1585c2a544a819ae7b9b191c9aa080b788f5 # timeout=10
19:24:25 [2025-02-16T18:24:25.310Z] Commit message: "Update dependency on Silverpeas to version 6.5-build250203"
19:24:25 [2025-02-16T18:24:25.310Z] > /usr/bin/git rev-list --no-walk 936f1585c2a544a819ae7b9b191c9aa080b788f5 # timeout=10
19:24:25 [2025-02-16T18:24:25.331Z] [Pipeline] script
19:24:25 [2025-02-16T18:24:25.334Z] [Pipeline] {
19:24:25 [2025-02-16T18:24:25.346Z] [Pipeline] copyArtifacts
19:24:25 [2025-02-16T18:24:25.355Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 538
19:24:25 [2025-02-16T18:24:25.362Z] [Pipeline] readYaml
19:24:25 [2025-02-16T18:24:25.379Z] [Pipeline] sh
19:24:25 [2025-02-16T18:24:25.636Z] + git rev-parse HEAD
19:24:25 [2025-02-16T18:24:25.639Z] [Pipeline] echo
19:24:25 [2025-02-16T18:24:25.640Z] Current commit is 936f1585c2a544a819ae7b9b191c9aa080b788f5 and last build commit is 936f1585c2a544a819ae7b9b191c9aa080b788f5
19:24:25 [2025-02-16T18:24:25.641Z] [Pipeline] }
19:24:25 [2025-02-16T18:24:25.647Z] [Pipeline] // script
19:24:25 [2025-02-16T18:24:25.654Z] [Pipeline] script
19:24:25 [2025-02-16T18:24:25.660Z] [Pipeline] {
19:24:25 [2025-02-16T18:24:25.670Z] [Pipeline] readMavenPom
19:24:25 [2025-02-16T18:24:25.683Z] [Pipeline] echo
19:24:25 [2025-02-16T18:24:25.684Z] No changes and no update in Silverpeas since the last build
19:24:25 [2025-02-16T18:24:25.684Z] [Pipeline] }
19:24:25 [2025-02-16T18:24:25.693Z] [Pipeline] // script
19:24:25 [2025-02-16T18:24:25.703Z] [Pipeline] }
19:24:25 [2025-02-16T18:24:25.711Z] [Pipeline] // stage
19:24:25 [2025-02-16T18:24:25.723Z] [Pipeline] stage
19:24:25 [2025-02-16T18:24:25.724Z] [Pipeline] { (Build the project)
19:24:25 [2025-02-16T18:24:25.806Z] Stage "Build the project" skipped due to when conditional
19:24:25 [2025-02-16T18:24:25.807Z] [Pipeline] getContext
19:24:25 [2025-02-16T18:24:25.821Z] [Pipeline] stage
19:24:25 [2025-02-16T18:24:25.822Z] [Pipeline] { (Check POM parent version)
19:24:25 [2025-02-16T18:24:25.833Z] Stage "Build the project" skipped due to when conditional
19:24:25 [2025-02-16T18:24:25.834Z] [Pipeline] getContext
19:24:25 [2025-02-16T18:24:25.835Z] [Pipeline] }
19:24:25 [2025-02-16T18:24:25.844Z] [Pipeline] // stage
19:24:25 [2025-02-16T18:24:25.855Z] [Pipeline] stage
19:24:25 [2025-02-16T18:24:25.856Z] [Pipeline] { (Update POM parent)
19:24:25 [2025-02-16T18:24:25.866Z] Stage "Build the project" skipped due to when conditional
19:24:25 [2025-02-16T18:24:25.867Z] [Pipeline] getContext
19:24:25 [2025-02-16T18:24:25.869Z] [Pipeline] }
19:24:25 [2025-02-16T18:24:25.878Z] [Pipeline] // stage
19:24:25 [2025-02-16T18:24:25.889Z] [Pipeline] stage
19:24:25 [2025-02-16T18:24:25.890Z] [Pipeline] { (Update dependency on Silverpeas)
19:24:25 [2025-02-16T18:24:25.900Z] Stage "Build the project" skipped due to when conditional
19:24:25 [2025-02-16T18:24:25.901Z] [Pipeline] getContext
19:24:25 [2025-02-16T18:24:25.903Z] [Pipeline] }
19:24:25 [2025-02-16T18:24:25.912Z] [Pipeline] // stage
19:24:25 [2025-02-16T18:24:25.923Z] [Pipeline] stage
19:24:25 [2025-02-16T18:24:25.924Z] [Pipeline] { (Build and Publish)
19:24:25 [2025-02-16T18:24:25.934Z] Stage "Build the project" skipped due to when conditional
19:24:25 [2025-02-16T18:24:25.935Z] [Pipeline] getContext
19:24:25 [2025-02-16T18:24:25.936Z] [Pipeline] }
19:24:25 [2025-02-16T18:24:25.945Z] [Pipeline] // stage
19:24:25 [2025-02-16T18:24:25.954Z] [Pipeline] }
19:24:25 [2025-02-16T18:24:25.963Z] [Pipeline] // stage
19:24:25 [2025-02-16T18:24:25.974Z] [Pipeline] stage
19:24:25 [2025-02-16T18:24:25.975Z] [Pipeline] { (Create YAML build report)
19:24:26 [2025-02-16T18:24:26.002Z] [Pipeline] script
19:24:26 [2025-02-16T18:24:26.007Z] [Pipeline] {
19:24:26 [2025-02-16T18:24:26.018Z] [Pipeline] sh
19:24:26 [2025-02-16T18:24:26.276Z] + mkdir -p target
19:24:26 [2025-02-16T18:24:26.279Z] [Pipeline] sh
19:24:26 [2025-02-16T18:24:26.537Z] + mv build.yaml target/
19:24:26 [2025-02-16T18:24:26.537Z] [Pipeline] }
19:24:26 [2025-02-16T18:24:26.547Z] [Pipeline] // script
19:24:26 [2025-02-16T18:24:26.556Z] [Pipeline] }
19:24:26 [2025-02-16T18:24:26.565Z] [Pipeline] // stage
19:24:26 [2025-02-16T18:24:26.576Z] [Pipeline] stage
19:24:26 [2025-02-16T18:24:26.577Z] [Pipeline] { (Declarative: Post Actions)
19:24:26 [2025-02-16T18:24:26.594Z] [Pipeline] step
19:24:26 [2025-02-16T18:24:26.615Z] [Pipeline] script
19:24:26 [2025-02-16T18:24:26.622Z] [Pipeline] {
19:24:26 [2025-02-16T18:24:26.641Z] [Pipeline] }
19:24:26 [2025-02-16T18:24:26.650Z] [Pipeline] // script
19:24:26 [2025-02-16T18:24:26.664Z] [Pipeline] archiveArtifacts
19:24:26 [2025-02-16T18:24:26.667Z] Archiving artifacts
19:24:26 [2025-02-16T18:24:26.676Z] Enregistrement des empreintes numériques
19:24:26 [2025-02-16T18:24:26.701Z] [Pipeline] }
19:24:26 [2025-02-16T18:24:26.712Z] [Pipeline] // stage
19:24:26 [2025-02-16T18:24:26.721Z] [Pipeline] }
19:24:26 [2025-02-16T18:24:26.730Z] [Pipeline] // withEnv
19:24:26 [2025-02-16T18:24:26.739Z] [Pipeline] }
19:24:26 [2025-02-16T18:24:26.740Z] $ docker stop --time=1 2c80bb377344a65afe65edf19e6c8a6b8fef7a0d1f97d4c988c4bd57803f5de2
19:24:27 [2025-02-16T18:24:27.996Z] $ docker rm -f --volumes 2c80bb377344a65afe65edf19e6c8a6b8fef7a0d1f97d4c988c4bd57803f5de2
19:24:28 [2025-02-16T18:24:28.038Z] [Pipeline] // withDockerContainer
19:24:28 [2025-02-16T18:24:28.042Z] [Pipeline] }
19:24:28 [2025-02-16T18:24:28.046Z] [Pipeline] // withEnv
19:24:28 [2025-02-16T18:24:28.051Z] [Pipeline] }
19:24:28 [2025-02-16T18:24:28.055Z] [Pipeline] // node
19:24:28 [2025-02-16T18:24:28.059Z] [Pipeline] End of Pipeline
19:24:28 [2025-02-16T18:24:28.094Z] Finished: SUCCESS