Step | Arguments | | | Status |
---|
Start of Pipeline - (7,8 s in block) | | | |
|
node - (7,5 s in block) | | | |
|
node block - (7,5 s in block) | | | |
|
stage - (1 s in block) | Declarative: Checkout SCM | | |
|
stage block (Declarative: Checkout SCM) - (1 s in block) | | | |
|
checkout - (1 s in self) | | | |
|
withEnv - (6,5 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,5 s in block) | | | |
|
withEnv - (6,4 s in block) | registryCredential, gitCredential, imageName, gitRepo | | |
|
withEnv block - (6,4 s in block) | | | |
|
stage - (56 ms in block) | Check the Docker image version to build | | |
|
stage block (Check the Docker image version to build) - (45 ms in block) | | | |
|
stage - (0,6 s in block) | Checkout the project | | |
|
stage block (Checkout the project) - (0,58 s in block) | | | |
|
git - (0,55 s in self) | | | |
|
stage - (31 ms in block) | Release current state as stable version | | |
|
stage block (Release current state as stable version) - (16 ms in block) | | | |
|
stage - (20 ms in block) | Prepare the next latest version | | |
|
stage block (Prepare the next latest version) - (12 ms in block) | | | |
|
stage - (0,6 s in block) | Udpate current latest version | | |
|
stage block (Udpate current latest version) - (0,58 s in block) | | | |
|
withCredentials - (0,56 s in block) | | | |
|
withCredentials block - (0,54 s in block) | | | |
|
script - (0,53 s in block) | | | |
|
script block - (0,52 s in block) | | | |
|
sh - (0,25 s in self) | grep -oP "(?<=build=)\d+" Dockerfile | | |
|
sh - (0,25 s in self) |
sed -i -e "s/WILDFLY_VERSION=[0-9.]\+/WILDFLY_VERSION=26.1.1/g" Dockerfile
sed -i -e "s/JAVA_VERSION=[0-9]\+/JAVA_VERSION=11/g" Dockerfile
git diff --quiet
| | |
|
stage - (5 s in block) | Publish latest version | | |
|
stage block (Publish latest version) - (5 s in block) | | | |
|
script - (4,9 s in block) | | | |
|
script block - (4,9 s in block) | | | |
|
isUnix - (7 ms in self) | | | |
|
withEnv - (0,29 s in block) | JD_IMAGE | | |
|
withEnv block - (0,26 s in block) | | | |
|
sh - (0,25 s in self) | docker build -t "$JD_IMAGE" . | | |
|
withEnv - (4,5 s in block) | DOCKER_REGISTRY_URL | | |
|
withEnv block - (4,4 s in block) | | | |
|
withDockerRegistry - (4,4 s in block) | | | |
|
withDockerRegistry block - (3,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 - (1 ms in self) | | | |
|
withEnv - (3 s in block) | JD_TAGGED_IMAGE_NAME | | |
|
withEnv block - (3 s in block) | | | |
|
sh - (3 s in self) | docker push "$JD_TAGGED_IMAGE_NAME" | | |
|
stage - (0,12 s in block) | Declarative: Post Actions | | |
|
stage block (Declarative: Post Actions) - (0,11 s in block) | | | |
|
step - (80 ms in self) | | | |
|
script - (15 ms in block) | | | |
|
script block - (8 ms in block) | | | |
|