Step | Arguments | | | Status |
---|
Start of Pipeline - (11 s in block) | | | |
|
node - (10 s in block) | | | |
|
node block - (10 s in block) | | | |
|
stage - (0,46 s in block) | Declarative: Checkout SCM | | |
|
stage block (Declarative: Checkout SCM) - (0,44 s in block) | | | |
|
checkout - (0,44 s in self) | | | |
|
withEnv - (10 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 - (10 s in block) | | | |
|
withEnv - (10 s in block) | registryCredential, gitCredential, imageName, gitRepo | | |
|
withEnv block - (10 s in block) | | | |
|
stage - (72 ms in block) | Check the Docker image version to build | | |
|
stage block (Check the Docker image version to build) - (52 ms in block) | | | |
|
stage - (0,56 s in block) | Checkout the project | | |
|
stage block (Checkout the project) - (0,54 s in block) | | | |
|
git - (0,5 s in self) | | | |
|
stage - (34 ms in block) | Release stable version | | |
|
stage block (Release stable version) - (22 ms in block) | | | |
|
stage - (1,8 s in block) | Update current latest version | | |
|
stage block (Update current latest version) - (1,8 s in block) | | | |
|
withCredentials - (1,7 s in block) | | | |
|
withCredentials block - (1,7 s in block) | | | |
|
script - (1,7 s in block) | | | |
|
script block - (1,7 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=26.1.3/g" Dockerfile
sed -i -e "s/JAVA_VERSION=[0-9]\+/JAVA_VERSION=11/g" Dockerfile
sed -i -e "s/SONAR_JAVA_VERSION=[0-9]\+/SONAR_JAVA_VERSION=17/g" Dockerfile
sed -i -e "s/version=[0-9.]\+/version=latest/g" Dockerfile
git diff --quiet
| | |
|
sh - (1,1 s in self) |
sed -i -e "s/build=.\+/build=2/g" Dockerfile
git commit -am "Upgrade for Wildfly 26.1.3 and Java 11"
git push origin HEAD:master
| | |
|
stage - (7,7 s in block) | Publish version | | |
|
stage block (Publish version) - (7,7 s in block) | | | |
|
script - (7,7 s in block) | | | |
|
script block - (7,6 s in block) | | | |
|
isUnix - (11 ms in self) | | | |
|
withEnv - (0,56 s in block) | JD_IMAGE | | |
|
withEnv block - (0,52 s in block) | | | |
|
sh - (0,51 s in self) | docker build -t "$JD_IMAGE" . | | |
|
withEnv - (6,9 s in block) | DOCKER_REGISTRY_URL | | |
|
withEnv block - (6,9 s in block) | | | |
|
withDockerRegistry - (6,9 s in block) | | | |
|
withDockerRegistry block - (6 s in block) | | | |
|
isUnix - (5 ms in self) | | | |
|
withEnv - (0,29 s in block) | JD_ID, JD_TAGGED_IMAGE_NAME | | |
|
withEnv block - (0,27 s in block) | | | |
|
sh - (0,26 s in self) | docker tag "$JD_ID" "$JD_TAGGED_IMAGE_NAME" | | |
|
isUnix - (3 ms in self) | | | |
|
withEnv - (5,7 s in block) | JD_TAGGED_IMAGE_NAME | | |
|
withEnv block - (5,7 s in block) | | | |
|
sh - (5,6 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 - (35 ms in self) | | | |
|
script - (34 ms in block) | | | |
|
script block - (18 ms in block) | | | |
|