| Step | Arguments | | | Status |
|---|
| Start of Pipeline - (3 mn 59 s in block) | | | | |
| node - (3 mn 59 s in block) | | | | |
| node block - (3 mn 59 s in block) | | | | |
| stage - (2,8 s in block) | Declarative: Checkout SCM | | | |
| stage block (Declarative: Checkout SCM) - (2,8 s in block) | | | | |
| checkout - (2,8 s in self) | | | | |
| withEnv - (3 mn 56 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 - (3 mn 56 s in block) | | | | |
| withEnv - (3 mn 56 s in block) | registryCredential, gitCredential, imageName, gitRepo, imageTag | | | |
| withEnv block - (3 mn 56 s in block) | | | | |
| stage - (93 ms in block) | Check the Docker image version to build | | | |
| stage block (Check the Docker image version to build) - (81 ms in block) | | | | |
| getContext - (1 ms in self) | | | | |
| stage - (1,9 s in block) | Checkout the project | | | |
| stage block (Checkout the project) - (1,9 s in block) | | | | |
| git - (1,9 s in self) | | | | |
| stage - (35 ms in block) | Switch branch for non-latest version | | | |
| stage block (Switch branch for non-latest version) - (19 ms in block) | | | | |
| getContext - (2 ms in self) | | | | |
| stage - (0,72 s in block) | Update current latest version | | | |
| stage block (Update current latest version) - (0,7 s in block) | | | | |
| withCredentials - (0,61 s in block) | | | | |
| withCredentials block - (0,57 s in block) | | | | |
| script - (0,55 s in block) | | | | |
| script block - (0,53 s in block) | | | | |
| sh - (0,26 s in self) | grep -oP "(?<=build=)\d+" Dockerfile | | | |
| sh - (0,26 s in self) |
sed -i -e "s/WILDFLY_VERSION=[0-9.]\+/WILDFLY_VERSION=39.0.1/g" Dockerfile
sed -i -e "s/JAVA_VERSION=[0-9]\+/JAVA_VERSION=21/g" Dockerfile
sed -i -e "s/SONAR_JAVA_VERSION=[0-9]\+/SONAR_JAVA_VERSION=21/g" Dockerfile
sed -i -e "s/version=[0-9.]\+/version=latest/g" Dockerfile
git diff --quiet
| | | |
| stage - (40 ms in block) | Publish stable version | | | |
| stage block (Publish stable version) - (24 ms in block) | | | | |
| getContext - (2 ms in self) | | | | |
| stage - (3 mn 53 s in block) | Publish latest version | | | |
| stage block (Publish latest version) - (3 mn 53 s in block) | | | | |
| script - (3 mn 53 s in block) | | | | |
| script block - (3 mn 53 s in block) | | | | |
| isUnix - (8 ms in self) | | | | |
| withEnv - (3 mn 53 s in block) | JD_IMAGE | | | |
| withEnv block - (3 mn 53 s in block) | | | | |
| sh - (3 mn 53 s in self) | docker build -t "$JD_IMAGE" . | | | |
| stage - (0,17 s in block) | Declarative: Post Actions | | | |
| stage block (Declarative: Post Actions) - (0,16 s in block) | | | | |
| step - (0,15 s in self) | | | | |