Step | Arguments | | | Status |
---|
Start of Pipeline - (7 mn 53 s in block) | | | |
|
node - (7 mn 53 s in block) | | | |
|
node block - (7 mn 53 s in block) | | | |
|
stage - (0,52 s in block) | Declarative: Checkout SCM | | |
|
stage block (Declarative: Checkout SCM) - (0,51 s in block) | | | |
|
checkout - (0,5 s in self) | | | |
|
withEnv - (7 mn 52 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 - (7 mn 52 s in block) | | | |
|
withEnv - (7 mn 52 s in block) | registryCredential, buildNb, gitCredential, imageName, dockerImage, modified, gitRepo, branch | | |
|
withEnv block - (7 mn 52 s in block) | | | |
|
stage - (39 ms in block) | Check the Docker image version to build | | |
|
stage block (Check the Docker image version to build) - (29 ms in block) | | | |
|
stage - (1 s in block) | Prepare the project | | |
|
stage block (Prepare the project) - (1 s in block) | | | |
|
git - (0,75 s in self) | | | |
|
script - (0,26 s in block) | | | |
|
script block - (0,26 s in block) | | | |
|
sh - (0,25 s in self) | grep -oP '(?<=build=)\d+' Dockerfile | | |
|
stage - (0,34 s in block) | Update Wildfly version | | |
|
stage block (Update Wildfly version) - (0,32 s in block) | | | |
|
script - (0,28 s in block) | | | |
|
script block - (0,27 s in block) | | | |
|
echo - (2 ms in self) | Update Wildfly to 26.1.2 | | |
|
sh - (0,25 s in self) |
sed -i -e "s/WILDFLY_VERSION=[0-9.]\+/WILDFLY_VERSION=26.1.2/g" Dockerfile
git diff --quiet
| | |
|
stage - (0,34 s in block) | Update Silverpeas version | | |
|
stage block (Update Silverpeas version) - (0,32 s in block) | | | |
|
echo - (1 ms in self) | Update Silverpeas to 6.3 | | |
|
script - (0,28 s in block) | | | |
|
script block - (0,27 s in block) | | | |
|
sh - (0,25 s in self) |
sed -i -e "s/SILVERPEAS_VERSION=[0-9a-zA-Z.-]\+/SILVERPEAS_VERSION=6.3/g" Dockerfile
git diff --quiet
| | |
|
stage - (0,34 s in block) | Update image build version | | |
|
stage block (Update image build version) - (0,32 s in block) | | | |
|
script - (0,28 s in block) | | | |
|
script block - (0,27 s in block) | | | |
|
sh - (0,25 s in self) |
sed -i -e "s/build=.\+/build=3/g" Dockerfile
git diff --quiet
| | |
|
stage - (2 s in block) | Push modifications | | |
|
stage block (Push modifications) - (2 s in block) | | | |
|
withCredentials - (1,9 s in block) | | | |
|
withCredentials block - (1,9 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,6 s in self) |
git commit -am "Upgrade for Silverpeas 6.3"
git push origin HEAD:master
git push --tags
| | |
|
stage - (3 mn 32 s in block) | Build image | | |
|
stage block (Build image) - (3 mn 32 s in block) | | | |
|
script - (3 mn 32 s in block) | | | |
|
script block - (3 mn 32 s in block) | | | |
|
isUnix - (8 ms in self) | | | |
|
withEnv - (3 mn 32 s in block) | JD_IMAGE | | |
|
withEnv block - (3 mn 32 s in block) | | | |
|
sh - (3 mn 32 s in self) | docker build -t "$JD_IMAGE" . | | |
|
stage - (4 mn 13 s in block) | Register image | | |
|
stage block (Register image) - (4 mn 13 s in block) | | | |
|
script - (4 mn 13 s in block) | | | |
|
script block - (4 mn 13 s in block) | | | |
|
withEnv - (4 mn 13 s in block) | DOCKER_REGISTRY_URL | | |
|
withEnv block - (4 mn 13 s in block) | | | |
|
withDockerRegistry - (4 mn 13 s in block) | | | |
|
withDockerRegistry block - (4 mn 12 s in block) | | | |
|
isUnix - (1 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 - (2 ms in self) | | | |
|
withEnv - (4 mn 7 s in block) | JD_TAGGED_IMAGE_NAME | | |
|
withEnv block - (4 mn 7 s in block) | | | |
|
sh - (4 mn 7 s in self) | docker push "$JD_TAGGED_IMAGE_NAME" | | |
|
isUnix - (1 ms in self) | | | |
|
withEnv - (0,27 s in block) | JD_ID, JD_TAGGED_IMAGE_NAME | | |
|
withEnv block - (0,26 s in block) | | | |
|
sh - (0,25 s in self) | docker tag "$JD_ID" "$JD_TAGGED_IMAGE_NAME" | | |
|
isUnix - (1 ms in self) | | | |
|
withEnv - (4 s in block) | JD_TAGGED_IMAGE_NAME | | |
|
withEnv block - (4 s in block) | | | |
|
sh - (4 s in self) | docker push "$JD_TAGGED_IMAGE_NAME" | | |
|
stage - (1,7 s in block) | Create new stable branch | | |
|
stage block (Create new stable branch) - (1,7 s in block) | | | |
|
withCredentials - (1,7 s in block) | | | |
|
withCredentials block - (1,7 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 - (0,26 s in self) | git checkout -b 6.3.x | | |
|
sh - (1,1 s in self) | git push origin HEAD:6.3.x | | |
|
stage - (0,15 s in block) | Declarative: Post Actions | | |
|
stage block (Declarative: Post Actions) - (0,14 s in block) | | | |
|
step - (93 ms in self) | | | |
|
script - (26 ms in block) | | | |
|
script block - (16 ms in block) | | | |
|