09:21:02 [2022-01-28T08:21:02.972Z] Démarré par l'utilisateur Miguel Moquillon
09:21:02 [2022-01-28T08:21:02.972Z] Running as userbuild
09:21:03 [2022-01-28T08:21:03.215Z] [Pipeline] Start of Pipeline
09:21:03 [2022-01-28T08:21:03.690Z] [Pipeline] node
09:21:03 [2022-01-28T08:21:03.700Z] Running on Jenkins in /var/lib/jenkins/workspace/Test Pipeline 2
09:21:03 [2022-01-28T08:21:03.700Z] [Pipeline] {
09:21:03 [2022-01-28T08:21:03.921Z] [Pipeline] withEnv
09:21:03 [2022-01-28T08:21:03.922Z] [Pipeline] {
09:21:03 [2022-01-28T08:21:03.928Z] [Pipeline] isUnix
09:21:03 [2022-01-28T08:21:03.930Z] [Pipeline] sh
09:21:04 [2022-01-28T08:21:04.187Z] + docker inspect -f . silverpeas/silverbuild
09:21:04 [2022-01-28T08:21:04.187Z] .
09:21:04 [2022-01-28T08:21:04.189Z] [Pipeline] }
09:21:04 [2022-01-28T08:21:04.195Z] [Pipeline] // withEnv
09:21:04 [2022-01-28T08:21:04.202Z] [Pipeline] withDockerContainer
09:21:04 [2022-01-28T08:21:04.254Z] Jenkins does not seem to be running inside a container
09:21:04 [2022-01-28T08:21:04.264Z] $ 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/Test Pipeline 2" -v "/var/lib/jenkins/workspace/Test Pipeline 2:/var/lib/jenkins/workspace/Test Pipeline 2:rw,z" -v "/var/lib/jenkins/workspace/Test Pipeline 2@tmp:/var/lib/jenkins/workspace/Test Pipeline 2@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 ******** silverpeas/silverbuild cat
09:21:05 [2022-01-28T08:21:05.363Z] $ docker top b8df69fe9deec277ebd4d94309c22ae46524e68f8df5dbae6dae69eeeb9487c1 -eo pid,comm
09:21:05 [2022-01-28T08:21:05.441Z] [Pipeline] {
09:21:05 [2022-01-28T08:21:05.454Z] [Pipeline] withEnv
09:21:05 [2022-01-28T08:21:05.454Z] [Pipeline] {
09:21:05 [2022-01-28T08:21:05.463Z] [Pipeline] stage
09:21:05 [2022-01-28T08:21:05.464Z] [Pipeline] { (Check)
09:21:05 [2022-01-28T08:21:05.537Z] [Pipeline] error
09:21:05 [2022-01-28T08:21:05.543Z] [Pipeline] }
09:21:05 [2022-01-28T08:21:05.546Z] [Pipeline] // stage
09:21:05 [2022-01-28T08:21:05.553Z] [Pipeline] stage
09:21:05 [2022-01-28T08:21:05.553Z] [Pipeline] { (Preparation)
09:21:05 [2022-01-28T08:21:05.562Z] Stage "Preparation" skipped due to earlier failure(s)
09:21:05 [2022-01-28T08:21:05.563Z] [Pipeline] }
09:21:05 [2022-01-28T08:21:05.567Z] [Pipeline] // stage
09:21:05 [2022-01-28T08:21:05.572Z] [Pipeline] stage
09:21:05 [2022-01-28T08:21:05.573Z] [Pipeline] { (Analyse the quality of the code)
09:21:05 [2022-01-28T08:21:05.579Z] Stage "Analyse the quality of the code" skipped due to earlier failure(s)
09:21:05 [2022-01-28T08:21:05.580Z] [Pipeline] }
09:21:05 [2022-01-28T08:21:05.583Z] [Pipeline] // stage
09:21:05 [2022-01-28T08:21:05.591Z] [Pipeline] stage
09:21:05 [2022-01-28T08:21:05.591Z] [Pipeline] { (Declarative: Post Actions)
09:21:05 [2022-01-28T08:21:05.601Z] [Pipeline] sh
09:21:05 [2022-01-28T08:21:05.857Z] + git checkout master
09:21:06 [2022-01-28T08:21:06.109Z] Déjà sur 'master'
09:21:06 [2022-01-28T08:21:06.109Z] + git branch -D to_test
09:21:06 [2022-01-28T08:21:06.109Z] error: branche 'to_test' non trouvée.
09:21:06 [2022-01-28T08:21:06.113Z] Error when executing always post condition:
09:21:06 [2022-01-28T08:21:06.116Z] hudson.AbortException: script returned exit code 1
09:21:06 [2022-01-28T08:21:06.116Z] at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:664)
09:21:06 [2022-01-28T08:21:06.116Z] at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:610)
09:21:06 [2022-01-28T08:21:06.116Z] at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:554)
09:21:06 [2022-01-28T08:21:06.116Z] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
09:21:06 [2022-01-28T08:21:06.116Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
09:21:06 [2022-01-28T08:21:06.116Z] at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
09:21:06 [2022-01-28T08:21:06.116Z] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
09:21:06 [2022-01-28T08:21:06.116Z] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
09:21:06 [2022-01-28T08:21:06.116Z] at java.base/java.lang.Thread.run(Thread.java:829)
09:21:06 [2022-01-28T08:21:06.116Z]
09:21:06 [2022-01-28T08:21:06.130Z] [Pipeline] }
09:21:06 [2022-01-28T08:21:06.133Z] [Pipeline] // stage
09:21:06 [2022-01-28T08:21:06.135Z] [Pipeline] }
09:21:06 [2022-01-28T08:21:06.138Z] [Pipeline] // withEnv
09:21:06 [2022-01-28T08:21:06.141Z] [Pipeline] }
09:21:06 [2022-01-28T08:21:06.142Z] $ docker stop --time=1 b8df69fe9deec277ebd4d94309c22ae46524e68f8df5dbae6dae69eeeb9487c1
09:21:07 [2022-01-28T08:21:07.554Z] $ docker rm -f b8df69fe9deec277ebd4d94309c22ae46524e68f8df5dbae6dae69eeeb9487c1
09:21:07 [2022-01-28T08:21:07.617Z] [Pipeline] // withDockerContainer
09:21:07 [2022-01-28T08:21:07.621Z] [Pipeline] }
09:21:07 [2022-01-28T08:21:07.626Z] [Pipeline] // node
09:21:07 [2022-01-28T08:21:07.633Z] [Pipeline] End of Pipeline
09:21:07 [2022-01-28T08:21:07.682Z] ERROR: The parameters must be set!
09:21:07 [2022-01-28T08:21:07.691Z] Finished: FAILURE