Skip to content
StepArgumentsStatus
Start of Pipeline - (6 mn 9 s in block)
node - (6 mn 9 s in block)
node block - (6 mn 9 s in block)
stage - (1,1 s in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (1,1 s in block)
checkout - (1,1 s in self)
withEnv - (6 mn 8 s in block)GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (6 mn 8 s in block)
withEnv - (6 mn 8 s in block)registryCredential, gitCredential, imageName, dockerImage, modified, gitRepo
withEnv block - (6 mn 8 s in block)
stage - (0,83 s in block)Fetch the project
stage block (Fetch the project) - (0,82 s in block)
git - (0,79 s in self)
stage - (0,32 s in block)Update Wildfly version
stage block (Update Wildfly version) - (0,31 s in block)
script - (0,27 s in block)
script block - (0,26 s in block)
echo - (2 ms in self)Update Wildfly to 24.0.1
sh - (0,25 s in self) sed -i -e "s/WILDFLY_VERSION=[0-9.]\+/WILDFLY_VERSION=24.0.1/g" Dockerfile git diff --quiet
stage - (0,3 s in block)Update Silverpeas version
stage block (Update Silverpeas version) - (0,29 s in block)
echo - (1 ms in self)Update Silverpeas to 6.3-build220124
script - (0,27 s in block)
script block - (0,26 s in block)
sh - (0,25 s in self) sed -i -e "s/SILVERPEAS_VERSION=[0-9a-zA-Z.-]\+/SILVERPEAS_VERSION=6.3-build220124/g" Dockerfile git diff --quiet
stage - (1,5 s in block)Push modifications
stage block (Push modifications) - (1,5 s in block)
withCredentials - (1,4 s in block)
withCredentials block - (1,4 s in block)
echo - (3 ms in self)Update Silverpeas version to 6.3-build220124
sh - (0,25 s in self)git commit -am "Upgrade for Silverpeas 6.3-build220124"
sh - (1,1 s in self) git config --local credential.helper "!f() { echo username=\${GIT_AUTH_USR}; echo password=\$GIT_AUTH_PSW; }; f" git push origin HEAD:master
stage - (4 mn 35 s in block)Build image
stage block (Build image) - (4 mn 35 s in block)
script - (4 mn 35 s in block)
script block - (4 mn 35 s in block)
withEnv - (4 mn 35 s in block)JD_IMAGE
withEnv block - (4 mn 35 s in block)
isUnix - (1 ms in self)
sh - (4 mn 35 s in self)docker build -t "$JD_IMAGE" .
stage - (1 mn 29 s in block)Register image
stage block (Register image) - (1 mn 29 s in block)
script - (1 mn 29 s in block)
script block - (1 mn 29 s in block)
withEnv - (1 mn 29 s in block)DOCKER_REGISTRY_URL
withEnv block - (1 mn 29 s in block)
withDockerRegistry - (1 mn 29 s in block)
withDockerRegistry block - (1 mn 27 s in block)
withEnv - (0,28 s in block)JD_ID, JD_TAGGED_IMAGE_NAME
withEnv block - (0,26 s in block)
isUnix - (2 ms in self)
sh - (0,25 s in self)docker tag "$JD_ID" "$JD_TAGGED_IMAGE_NAME"
withEnv - (1 mn 27 s in block)JD_TAGGED_IMAGE_NAME
withEnv block - (1 mn 27 s in block)
isUnix - (1 ms in self)
sh - (1 mn 27 s in self)docker push "$JD_TAGGED_IMAGE_NAME"
stage - (29 ms in block)Tag project
stage block (Tag project) - (20 ms in block)
stage - (48 ms in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (44 ms in block)
step - (12 ms in self)
script - (14 ms in block)
script block - (8 ms in block)