| Step | Arguments | | | Status |
|---|
| Start of Pipeline - (10 mn in block) | | | | |
| node - (10 mn in block) | | | | |
| node block - (10 mn in block) | | | | |
| stage - (1,4 s in block) | Declarative: Checkout SCM | | | |
| stage block (Declarative: Checkout SCM) - (1,4 s in block) | | | | |
| checkout - (1,4 s in self) | | | | |
| withEnv - (10 mn 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 - (10 mn in block) | | | | |
| withEnv - (10 mn in block) | registryCredential, gitCredential, imageName, gitRepo, imageTag | | | |
| withEnv block - (10 mn in block) | | | | |
| stage - (63 ms in block) | Check the Docker image version to build | | | |
| stage block (Check the Docker image version to build) - (46 ms in block) | | | | |
| getContext - (2 ms in self) | | | | |
| stage - (0,75 s in block) | Checkout the project | | | |
| stage block (Checkout the project) - (0,74 s in block) | | | | |
| git - (0,71 s in self) | | | | |
| stage - (0,3 s in block) | Switch branch for non-latest version | | | |
| stage block (Switch branch for non-latest version) - (0,28 s in block) | | | | |
| sh - (0,26 s in self) |
git branch -r | echo 6.4.x &> /dev/null
if [ $? -eq 0 ]; then git switch 6.4.x; else git checkout -b 6.4; git push origin HEAD:6.4.x; fi
| | | |
| stage - (38 ms in block) | Update current latest version | | | |
| stage block (Update current latest version) - (19 ms in block) | | | | |
| getContext - (1 ms in self) | | | | |
| stage - (10 mn in block) | Publish stable version | | | |
| stage block (Publish stable version) - (10 mn in block) | | | | |
| script - (10 mn in block) | | | | |
| script block - (10 mn in block) | | | | |
| isUnix - (9 ms in self) | | | | |
| withEnv - (5 mn 10 s in block) | JD_IMAGE | | | |
| withEnv block - (5 mn 10 s in block) | | | | |
| sh - (5 mn 10 s in self) | docker build -t "$JD_IMAGE" --build-arg WILDFLY_VERSION=26.1.3 --build-arg JAVA_VERSION=11 --build-arg SONAR_JAVA_VERSION=21 . | | | |
| withEnv - (4 mn 56 s in block) | DOCKER_REGISTRY_URL | | | |
| withEnv block - (4 mn 56 s in block) | | | | |
| withDockerRegistry - (4 mn 56 s in block) | | | | |
| withDockerRegistry block - (4 mn 55 s in block) | | | | |
| isUnix - (1 ms in self) | | | | |
| withEnv - (0,28 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 - (2 ms in self) | | | | |
| withEnv - (4 mn 55 s in block) | JD_TAGGED_IMAGE_NAME | | | |
| withEnv block - (4 mn 55 s in block) | | | | |
| sh - (4 mn 55 s in self) | docker push "$JD_TAGGED_IMAGE_NAME" | | | |
| stage - (44 ms in block) | Publish latest version | | | |
| stage block (Publish latest version) - (25 ms in block) | | | | |
| getContext - (1 ms in self) | | | | |
| stage - (0,19 s in block) | Declarative: Post Actions | | | |
| stage block (Declarative: Post Actions) - (0,18 s in block) | | | | |
| step - (0,13 s in self) | | | | |
| script - (28 ms in block) | | | | |
| script block - (18 ms in block) | | | | |