| Step | Arguments | | | Status |
|---|
| Start of Pipeline - (8,9 s in block) | | | | |
| node - (8,7 s in block) | | | | |
| node block - (8,7 s in block) | | | | |
| stage - (0,49 s in block) | Declarative: Checkout SCM | | | |
| stage block (Declarative: Checkout SCM) - (0,47 s in block) | | | | |
| checkout - (0,47 s in self) | | | | |
| withEnv - (8,2 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 - (8,2 s in block) | | | | |
| withEnv - (8,2 s in block) | registryCredential, gitCredential, imageName, gitRepo | | | |
| withEnv block - (8,1 s in block) | | | | |
| stage - (82 ms in block) | Check the Docker image version to build | | | |
| stage block (Check the Docker image version to build) - (66 ms in block) | | | | |
| getContext - (2 ms in self) | | | | |
| stage - (0,78 s in block) | Checkout the project | | | |
| stage block (Checkout the project) - (0,77 s in block) | | | | |
| git - (0,74 s in self) | | | | |
| stage - (19 ms in block) | Release stable version | | | |
| stage block (Release stable version) - (11 ms in block) | | | | |
| getContext - (2 ms in self) | | | | |
| stage - (0,63 s in block) | Update current latest version | | | |
| stage block (Update current latest version) - (0,61 s in block) | | | | |
| withCredentials - (0,59 s in block) | | | | |
| withCredentials block - (0,56 s in block) | | | | |
| script - (0,54 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=34.0.1/g" Dockerfile
sed -i -e "s/JAVA_VERSION=[0-9]\+/JAVA_VERSION=17/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 - (6,5 s in block) | Publish version | | | |
| stage block (Publish version) - (6,5 s in block) | | | | |
| script - (6,5 s in block) | | | | |
| script block - (6,5 s in block) | | | | |
| isUnix - (6 ms in self) | | | | |
| withEnv - (1,3 s in block) | JD_IMAGE | | | |
| withEnv block - (1,3 s in block) | | | | |
| sh - (1,3 s in self) | docker build -t "$JD_IMAGE" . | | | |
| withEnv - (5 s in block) | DOCKER_REGISTRY_URL | | | |
| withEnv block - (5 s in block) | | | | |
| withDockerRegistry - (5 s in block) | | | | |
| withDockerRegistry block - (4,3 s in block) | | | | |
| isUnix - (2 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 s in block) | JD_TAGGED_IMAGE_NAME | | | |
| withEnv block - (3,9 s in block) | | | | |
| sh - (3,9 s in self) | docker push "$JD_TAGGED_IMAGE_NAME" | | | |
| stage - (74 ms in block) | Declarative: Post Actions | | | |
| stage block (Declarative: Post Actions) - (67 ms in block) | | | | |
| step - (18 ms in self) | | | | |
| script - (27 ms in block) | | | | |
| script block - (16 ms in block) | | | | |