Step | Arguments | | | Status |
---|
Start of Pipeline - (6 mn 38 s in block) | | | | |
node - (6 mn 38 s in block) | | | | |
node block - (6 mn 37 s in block) | | | | |
stage - (0,67 s in block) | Declarative: Checkout SCM | | | |
stage block (Declarative: Checkout SCM) - (0,65 s in block) | | | | |
checkout - (0,64 s in self) | | | | |
withEnv - (6 mn 37 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 37 s in block) | | | | |
withEnv - (6 mn 37 s in block) | registryCredential, buildNb, gitCredential, imageName, dockerImage, modified, gitRepo, branch | | | |
withEnv block - (6 mn 37 s in block) | | | | |
stage - (47 ms in block) | Check the Docker image version to build | | | |
stage block (Check the Docker image version to build) - (37 ms in block) | | | | |
getContext - (1 ms in self) | | | | |
stage - (3,1 s in block) | Prepare the project | | | |
stage block (Prepare the project) - (3 s in block) | | | | |
git - (2,7 s in self) | | | | |
script - (0,27 s in block) | | | | |
script block - (0,26 s in block) | | | | |
sh - (0,25 s in self) | grep -oP '(?<=build=)\d+' Dockerfile | | | |
stage - (0,31 s in block) | Update Wildfly version | | | |
stage block (Update Wildfly version) - (0,29 s in block) | | | | |
script - (0,27 s in block) | | | | |
script block - (0,26 s in block) | | | | |
echo - (2 ms in self) | Update Wildfly to 26.1.3 | | | |
sh - (0,25 s in self) |
sed -i -e "s/WILDFLY_VERSION=[0-9.]\+/WILDFLY_VERSION=26.1.3/g" Dockerfile
git diff --quiet
| | | |
stage - (0,59 s in block) | Update Silverpeas version | | | |
stage block (Update Silverpeas version) - (0,57 s in block) | | | | |
echo - (2 ms in self) | Update Silverpeas to 6.4.4 | | | |
script - (0,54 s in block) | | | | |
script block - (0,53 s in block) | | | | |
sh - (0,26 s in self) |
sed -i -e "s/SILVERPEAS_VERSION=[0-9a-zA-Z.-]\+/SILVERPEAS_VERSION=6.4.4/g" Dockerfile
git diff --quiet
| | | |
sh - (0,26 s in self) | sed -i -e "s/build=.\+/build=1/g" Dockerfile | | | |
stage - (42 ms in block) | Update image build version | | | |
stage block (Update image build version) - (23 ms in block) | | | | |
getContext - (2 ms in self) | | | | |
stage - (2,2 s in block) | Push modifications | | | |
stage block (Push modifications) - (2,2 s in block) | | | | |
withCredentials - (2,1 s in block) | | | | |
withCredentials block - (2,1 s in block) | | | | |
sh - (0,26 s in self) |
git config --local credential.helper "!f() { echo username=\${GIT_AUTH_USR}; echo password=\$GIT_AUTH_PSW; }; f"
| | | |
sh - (1,8 s in self) |
git commit -am "Upgrade for Silverpeas 6.4.4"
git push origin HEAD:6.4.x
git push --tags
| | | |
stage - (3 mn 22 s in block) | Build image | | | |
stage block (Build image) - (3 mn 22 s in block) | | | | |
script - (3 mn 22 s in block) | | | | |
script block - (3 mn 22 s in block) | | | | |
isUnix - (6 ms in self) | | | | |
withEnv - (3 mn 22 s in block) | JD_IMAGE | | | |
withEnv block - (3 mn 22 s in block) | | | | |
sh - (3 mn 22 s in self) | docker build -t "$JD_IMAGE" . | | | |
stage - (3 mn 7 s in block) | Register image | | | |
stage block (Register image) - (3 mn 7 s in block) | | | | |
script - (3 mn 7 s in block) | | | | |
script block - (3 mn 7 s in block) | | | | |
withEnv - (3 mn 7 s in block) | DOCKER_REGISTRY_URL | | | |
withEnv block - (3 mn 7 s in block) | | | | |
withDockerRegistry - (3 mn 7 s in block) | | | | |
withDockerRegistry block - (3 mn 6 s in block) | | | | |
isUnix - (2 ms in self) | | | | |
withEnv - (0,28 s in block) | JD_ID, JD_TAGGED_IMAGE_NAME | | | |
withEnv block - (0,27 s in block) | | | | |
sh - (0,25 s in self) | docker tag "$JD_ID" "$JD_TAGGED_IMAGE_NAME" | | | |
isUnix - (3 ms in self) | | | | |
withEnv - (3 mn 6 s in block) | JD_TAGGED_IMAGE_NAME | | | |
withEnv block - (3 mn 6 s in block) | | | | |
sh - (3 mn 6 s in self) | docker push "$JD_TAGGED_IMAGE_NAME" | | | |
stage - (47 ms in block) | Create new stable branch | | | |
stage block (Create new stable branch) - (27 ms in block) | | | | |
getContext - (2 ms in self) | | | | |
stage - (93 ms in block) | Declarative: Post Actions | | | |
stage block (Declarative: Post Actions) - (83 ms in block) | | | | |
step - (21 ms in self) | | | | |
script - (35 ms in block) | | | | |
script block - (19 ms in block) | | | | |