Skip to content
Succès

Sortie de la console

17:15:00 [2025-07-04T15:15:00.715Z] Démarré par l'utilisateur Miguel Moquillon
17:15:00 [2025-07-04T15:15:00.716Z] Running as userbuild
17:15:01 [2025-07-04T15:15:01.127Z] Obtained src/builds/mobile/Jenkinsfile from git https://github.com/Silverpeas/Jenkins-Pipelines.git
17:15:01 [2025-07-04T15:15:01.331Z] [Pipeline] Start of Pipeline
17:15:01 [2025-07-04T15:15:01.561Z] [Pipeline] node
17:15:01 [2025-07-04T15:15:01.565Z] Running on Jenkins in /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy
17:15:01 [2025-07-04T15:15:01.566Z] [Pipeline] {
17:15:01 [2025-07-04T15:15:01.578Z] [Pipeline] stage
17:15:01 [2025-07-04T15:15:01.579Z] [Pipeline] { (Declarative: Checkout SCM)
17:15:01 [2025-07-04T15:15:01.587Z] [Pipeline] checkout
17:15:01 [2025-07-04T15:15:01.589Z] Selected Git installation does not exist. Using Default
17:15:01 [2025-07-04T15:15:01.589Z] The recommended git tool is: NONE
17:15:01 [2025-07-04T15:15:01.589Z] No credentials specified
17:15:01 [2025-07-04T15:15:01.589Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
17:15:01 [2025-07-04T15:15:01.595Z] Fetching changes from the remote Git repository
17:15:01 [2025-07-04T15:15:01.596Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/Jenkins-Pipelines.git # timeout=10
17:15:01 [2025-07-04T15:15:01.601Z] Cleaning workspace
17:15:01 [2025-07-04T15:15:01.601Z]  > /usr/bin/git rev-parse --verify HEAD # timeout=10
17:15:01 [2025-07-04T15:15:01.605Z] Resetting working tree
17:15:01 [2025-07-04T15:15:01.605Z]  > /usr/bin/git reset --hard # timeout=10
17:15:01 [2025-07-04T15:15:01.705Z]  > /usr/bin/git clean -fdx # timeout=10
17:15:01 [2025-07-04T15:15:01.974Z] Fetching upstream changes from https://github.com/Silverpeas/Jenkins-Pipelines.git
17:15:01 [2025-07-04T15:15:01.974Z]  > /usr/bin/git --version # timeout=10
17:15:01 [2025-07-04T15:15:01.979Z]  > git --version # 'git version 2.43.0'
17:15:01 [2025-07-04T15:15:01.979Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/Jenkins-Pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
17:15:02 [2025-07-04T15:15:02.390Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
17:15:02 [2025-07-04T15:15:02.396Z] Checking out Revision 0bdaa0f2b228a18722cadfb52fcde86654ecae98 (refs/remotes/origin/master)
17:15:02 [2025-07-04T15:15:02.396Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
17:15:02 [2025-07-04T15:15:02.401Z]  > /usr/bin/git checkout -f 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
17:15:02 [2025-07-04T15:15:02.498Z] Commit message: "Use of the withCredentials Jenkins statement to allow the injection of the credentials of the Git account used to push code change into the Github repo in the AutoDeploy build of the silverpeas mobile project."
17:15:02 [2025-07-04T15:15:02.498Z]  > /usr/bin/git rev-list --no-walk 0bdaa0f2b228a18722cadfb52fcde86654ecae98 # timeout=10
17:15:02 [2025-07-04T15:15:02.525Z] [Pipeline] }
17:15:02 [2025-07-04T15:15:02.529Z] [Pipeline] // stage
17:15:02 [2025-07-04T15:15:02.539Z] [Pipeline] withEnv
17:15:02 [2025-07-04T15:15:02.540Z] [Pipeline] {
17:15:02 [2025-07-04T15:15:02.659Z] [Pipeline] isUnix
17:15:02 [2025-07-04T15:15:02.661Z] [Pipeline] withEnv
17:15:02 [2025-07-04T15:15:02.661Z] [Pipeline] {
17:15:02 [2025-07-04T15:15:02.672Z] [Pipeline] sh
17:15:02 [2025-07-04T15:15:02.931Z] + docker inspect -f . silverpeas/silverbuild:latest
17:15:02 [2025-07-04T15:15:02.931Z] .
17:15:02 [2025-07-04T15:15:02.932Z] [Pipeline] }
17:15:02 [2025-07-04T15:15:02.940Z] [Pipeline] // withEnv
17:15:02 [2025-07-04T15:15:02.950Z] [Pipeline] withDockerContainer
17:15:02 [2025-07-04T15:15:02.978Z] Jenkins does not seem to be running inside a container
17:15:02 [2025-07-04T15:15:02.984Z] $ 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
17:15:03 [2025-07-04T15:15:03.320Z] $ docker top a048cf81a682e85c932d75511d2266dcd3d884f04f9c4efd3bba4536960129e5 -eo pid,comm
17:15:03 [2025-07-04T15:15:03.357Z] [Pipeline] {
17:15:03 [2025-07-04T15:15:03.370Z] [Pipeline] withEnv
17:15:03 [2025-07-04T15:15:03.370Z] [Pipeline] {
17:15:03 [2025-07-04T15:15:03.381Z] [Pipeline] stage
17:15:03 [2025-07-04T15:15:03.382Z] [Pipeline] { (Resolve dependency on Silverpeas)
17:15:03 [2025-07-04T15:15:03.413Z] [Pipeline] script
17:15:03 [2025-07-04T15:15:03.419Z] [Pipeline] {
17:15:03 [2025-07-04T15:15:03.429Z] [Pipeline] echo
17:15:03 [2025-07-04T15:15:03.430Z] Working on branch master
17:15:03 [2025-07-04T15:15:03.435Z] [Pipeline] copyArtifacts
17:15:03 [2025-07-04T15:15:03.442Z] Copied 1 artifact from "Silverpeas_Master_AutoDeploy" build number 966
17:15:03 [2025-07-04T15:15:03.449Z] [Pipeline] readYaml
17:15:03 [2025-07-04T15:15:03.462Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named parentVersion (to a value of type String) which could lead to memory leaks or other issues.
17:15:03 [2025-07-04T15:15:03.462Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named silverpeasVersion (to a value of type String) which could lead to memory leaks or other issues.
17:15:03 [2025-07-04T15:15:03.463Z] [Pipeline] sh
17:15:03 [2025-07-04T15:15:03.722Z] + rm -f build.yaml
17:15:03 [2025-07-04T15:15:03.723Z] [Pipeline] }
17:15:03 [2025-07-04T15:15:03.731Z] [Pipeline] // script
17:15:03 [2025-07-04T15:15:03.740Z] [Pipeline] echo
17:15:03 [2025-07-04T15:15:03.741Z] Parent version is 1.7-build250303
17:15:03 [2025-07-04T15:15:03.742Z] [Pipeline] echo
17:15:03 [2025-07-04T15:15:03.743Z] Silverpeas version is 6.5-build250704
17:15:03 [2025-07-04T15:15:03.744Z] [Pipeline] }
17:15:03 [2025-07-04T15:15:03.752Z] [Pipeline] // stage
17:15:03 [2025-07-04T15:15:03.758Z] [Pipeline] stage
17:15:03 [2025-07-04T15:15:03.759Z] [Pipeline] { (Prepare the project)
17:15:03 [2025-07-04T15:15:03.786Z] [Pipeline] git
17:15:03 [2025-07-04T15:15:03.788Z] The recommended git tool is: /usr/bin/git
17:15:03 [2025-07-04T15:15:03.789Z] using credential cacc0467-7c85-41d1-bf4e-eaa470dd5e59
17:15:03 [2025-07-04T15:15:03.803Z] Warning: JENKINS-30600: special launcher org.jenkinsci.plugins.docker.workflow.WithContainerStep$Decorator$1@488ee559; decorates hudson.Launcher$LocalLauncher@59ef7141 will be ignored (a typical symptom is the Git executable not being run inside a designated container)
17:15:03 [2025-07-04T15:15:03.804Z]  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Silverpeas_Mobile_Master_AutoDeploy/.git # timeout=10
17:15:03 [2025-07-04T15:15:03.810Z] Fetching changes from the remote Git repository
17:15:03 [2025-07-04T15:15:03.812Z]  > /usr/bin/git config remote.origin.url https://github.com/Silverpeas/silverpeasmobile # timeout=10
17:15:03 [2025-07-04T15:15:03.819Z] Fetching upstream changes from https://github.com/Silverpeas/silverpeasmobile
17:15:03 [2025-07-04T15:15:03.819Z]  > /usr/bin/git --version # timeout=10
17:15:03 [2025-07-04T15:15:03.824Z]  > git --version # 'git version 2.43.0'
17:15:03 [2025-07-04T15:15:03.824Z] using GIT_ASKPASS to set credentials GitHub Credentials For Jenkins
17:15:03 [2025-07-04T15:15:03.829Z]  > /usr/bin/git fetch --tags --force --progress -- https://github.com/Silverpeas/silverpeasmobile +refs/heads/*:refs/remotes/origin/* # timeout=10
17:15:04 [2025-07-04T15:15:04.231Z]  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
17:15:04 [2025-07-04T15:15:04.237Z] Checking out Revision 68d757ce081dfda7d950d1af6e593b17622d5724 (refs/remotes/origin/master)
17:15:04 [2025-07-04T15:15:04.237Z]  > /usr/bin/git config core.sparsecheckout # timeout=10
17:15:04 [2025-07-04T15:15:04.241Z]  > /usr/bin/git checkout -f 68d757ce081dfda7d950d1af6e593b17622d5724 # timeout=10
17:15:04 [2025-07-04T15:15:04.374Z]  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
17:15:04 [2025-07-04T15:15:04.386Z]  > /usr/bin/git branch -D master # timeout=10
17:15:04 [2025-07-04T15:15:04.395Z]  > /usr/bin/git checkout -b master 68d757ce081dfda7d950d1af6e593b17622d5724 # timeout=10
17:15:04 [2025-07-04T15:15:04.539Z] Commit message: "Take into account the GenericFieldTemplate#getKeysValuesPair(...) isn't anymore available and it is replaced by FieldTemplate#getFieldValuesTemplate(...) method which instead of a Map returns a FieldValuesTemplate that is a container of all of the possible FieldValues of a field."
17:15:04 [2025-07-04T15:15:04.539Z]  > /usr/bin/git rev-list --no-walk 68d757ce081dfda7d950d1af6e593b17622d5724 # timeout=10
17:15:04 [2025-07-04T15:15:04.560Z] [Pipeline] script
17:15:04 [2025-07-04T15:15:04.566Z] [Pipeline] {
17:15:04 [2025-07-04T15:15:04.573Z] [Pipeline] copyArtifacts
17:15:04 [2025-07-04T15:15:04.578Z] Copied 1 artifact from "Silverpeas_Mobile_Master_AutoDeploy" build number 578
17:15:04 [2025-07-04T15:15:04.584Z] [Pipeline] readYaml
17:15:04 [2025-07-04T15:15:04.596Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named previousBuildVersion (to a value of type String) which could lead to memory leaks or other issues.
17:15:04 [2025-07-04T15:15:04.598Z] [Pipeline] sh
17:15:04 [2025-07-04T15:15:04.855Z] + git rev-parse HEAD
17:15:04 [2025-07-04T15:15:04.858Z] [Pipeline] echo
17:15:04 [2025-07-04T15:15:04.858Z] Current commit is 68d757ce081dfda7d950d1af6e593b17622d5724 and last build commit is 68d757ce081dfda7d950d1af6e593b17622d5724
17:15:04 [2025-07-04T15:15:04.859Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named triggerBuild (to a value of type Boolean) which could lead to memory leaks or other issues.
17:15:04 [2025-07-04T15:15:04.859Z] [Pipeline] }
17:15:04 [2025-07-04T15:15:04.868Z] [Pipeline] // script
17:15:04 [2025-07-04T15:15:04.877Z] [Pipeline] script
17:15:04 [2025-07-04T15:15:04.883Z] [Pipeline] {
17:15:04 [2025-07-04T15:15:04.893Z] [Pipeline] readMavenPom
17:15:04 [2025-07-04T15:15:04.902Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named pom (to a value of type Model) which could lead to memory leaks or other issues.
17:15:04 [2025-07-04T15:15:04.903Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named release (to a value of type String) which could lead to memory leaks or other issues.
17:15:04 [2025-07-04T15:15:04.903Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildNumber (to a value of type String) which could lead to memory leaks or other issues.
17:15:04 [2025-07-04T15:15:04.904Z] Did you forget the `def` keyword? WorkflowScript seems to be setting a field named buildVersion (to a value of type GStringImpl) which could lead to memory leaks or other issues.
17:15:04 [2025-07-04T15:15:04.904Z] [Pipeline] echo
17:15:04 [2025-07-04T15:15:04.905Z] No changes and no update in Silverpeas since the last build
17:15:04 [2025-07-04T15:15:04.905Z] [Pipeline] }
17:15:04 [2025-07-04T15:15:04.913Z] [Pipeline] // script
17:15:04 [2025-07-04T15:15:04.923Z] [Pipeline] }
17:15:04 [2025-07-04T15:15:04.931Z] [Pipeline] // stage
17:15:04 [2025-07-04T15:15:04.941Z] [Pipeline] stage
17:15:04 [2025-07-04T15:15:04.942Z] [Pipeline] { (Build the project)
17:15:05 [2025-07-04T15:15:05.001Z] Stage "Build the project" skipped due to when conditional
17:15:05 [2025-07-04T15:15:05.002Z] [Pipeline] getContext
17:15:05 [2025-07-04T15:15:05.014Z] [Pipeline] stage
17:15:05 [2025-07-04T15:15:05.014Z] [Pipeline] { (Check POM parent version)
17:15:05 [2025-07-04T15:15:05.022Z] Stage "Build the project" skipped due to when conditional
17:15:05 [2025-07-04T15:15:05.023Z] [Pipeline] getContext
17:15:05 [2025-07-04T15:15:05.025Z] [Pipeline] }
17:15:05 [2025-07-04T15:15:05.033Z] [Pipeline] // stage
17:15:05 [2025-07-04T15:15:05.043Z] [Pipeline] stage
17:15:05 [2025-07-04T15:15:05.043Z] [Pipeline] { (Update POM parent)
17:15:05 [2025-07-04T15:15:05.051Z] Stage "Build the project" skipped due to when conditional
17:15:05 [2025-07-04T15:15:05.052Z] [Pipeline] getContext
17:15:05 [2025-07-04T15:15:05.054Z] [Pipeline] }
17:15:05 [2025-07-04T15:15:05.061Z] [Pipeline] // stage
17:15:05 [2025-07-04T15:15:05.071Z] [Pipeline] stage
17:15:05 [2025-07-04T15:15:05.072Z] [Pipeline] { (Update dependency on Silverpeas)
17:15:05 [2025-07-04T15:15:05.079Z] Stage "Build the project" skipped due to when conditional
17:15:05 [2025-07-04T15:15:05.080Z] [Pipeline] getContext
17:15:05 [2025-07-04T15:15:05.082Z] [Pipeline] }
17:15:05 [2025-07-04T15:15:05.089Z] [Pipeline] // stage
17:15:05 [2025-07-04T15:15:05.098Z] [Pipeline] stage
17:15:05 [2025-07-04T15:15:05.099Z] [Pipeline] { (Build and Publish)
17:15:05 [2025-07-04T15:15:05.106Z] Stage "Build the project" skipped due to when conditional
17:15:05 [2025-07-04T15:15:05.107Z] [Pipeline] getContext
17:15:05 [2025-07-04T15:15:05.108Z] [Pipeline] }
17:15:05 [2025-07-04T15:15:05.116Z] [Pipeline] // stage
17:15:05 [2025-07-04T15:15:05.123Z] [Pipeline] }
17:15:05 [2025-07-04T15:15:05.130Z] [Pipeline] // stage
17:15:05 [2025-07-04T15:15:05.140Z] [Pipeline] stage
17:15:05 [2025-07-04T15:15:05.140Z] [Pipeline] { (Create YAML build report)
17:15:05 [2025-07-04T15:15:05.164Z] [Pipeline] script
17:15:05 [2025-07-04T15:15:05.169Z] [Pipeline] {
17:15:05 [2025-07-04T15:15:05.180Z] [Pipeline] sh
17:15:05 [2025-07-04T15:15:05.438Z] + mkdir -p target
17:15:05 [2025-07-04T15:15:05.440Z] [Pipeline] sh
17:15:05 [2025-07-04T15:15:05.698Z] + mv build.yaml target/
17:15:05 [2025-07-04T15:15:05.699Z] [Pipeline] }
17:15:05 [2025-07-04T15:15:05.703Z] [Pipeline] // script
17:15:05 [2025-07-04T15:15:05.711Z] [Pipeline] }
17:15:05 [2025-07-04T15:15:05.720Z] [Pipeline] // stage
17:15:05 [2025-07-04T15:15:05.730Z] [Pipeline] stage
17:15:05 [2025-07-04T15:15:05.731Z] [Pipeline] { (Declarative: Post Actions)
17:15:05 [2025-07-04T15:15:05.746Z] [Pipeline] step
17:15:05 [2025-07-04T15:15:05.765Z] [Pipeline] script
17:15:05 [2025-07-04T15:15:05.771Z] [Pipeline] {
17:15:05 [2025-07-04T15:15:05.789Z] [Pipeline] }
17:15:05 [2025-07-04T15:15:05.797Z] [Pipeline] // script
17:15:05 [2025-07-04T15:15:05.834Z] [Pipeline] archiveArtifacts
17:15:05 [2025-07-04T15:15:05.837Z] Archiving artifacts
17:15:05 [2025-07-04T15:15:05.848Z] Enregistrement des empreintes numériques
17:15:05 [2025-07-04T15:15:05.876Z] [Pipeline] }
17:15:05 [2025-07-04T15:15:05.887Z] [Pipeline] // stage
17:15:05 [2025-07-04T15:15:05.895Z] [Pipeline] }
17:15:05 [2025-07-04T15:15:05.904Z] [Pipeline] // withEnv
17:15:05 [2025-07-04T15:15:05.912Z] [Pipeline] }
17:15:05 [2025-07-04T15:15:05.912Z] $ docker stop --time=1 a048cf81a682e85c932d75511d2266dcd3d884f04f9c4efd3bba4536960129e5
17:15:07 [2025-07-04T15:15:07.194Z] $ docker rm -f --volumes a048cf81a682e85c932d75511d2266dcd3d884f04f9c4efd3bba4536960129e5
17:15:07 [2025-07-04T15:15:07.234Z] [Pipeline] // withDockerContainer
17:15:07 [2025-07-04T15:15:07.238Z] [Pipeline] }
17:15:07 [2025-07-04T15:15:07.242Z] [Pipeline] // withEnv
17:15:07 [2025-07-04T15:15:07.246Z] [Pipeline] }
17:15:07 [2025-07-04T15:15:07.250Z] [Pipeline] // node
17:15:07 [2025-07-04T15:15:07.258Z] [Pipeline] End of Pipeline
17:15:07 [2025-07-04T15:15:07.309Z] Finished: SUCCESS