Step | Arguments | | | Status |
---|
Start of Pipeline - (25 mn in block) | | | | |
node - (25 mn in block) | | | | |
node block - (25 mn in block) | | | | |
stage - (0,51 s in block) | Declarative: Checkout SCM | | | |
stage block (Declarative: Checkout SCM) - (0,5 s in block) | | | | |
checkout - (0,49 s in self) | | | | |
withEnv - (25 mn in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_PREVIOUS_COMMIT, GIT_URL | | | |
withEnv block - (25 mn in block) | | | | |
withEnv - (25 mn in block) | registryCredential, gitCredential, imageName, gitRepo | | | |
withEnv block - (25 mn in block) | | | | |
stage - (54 ms in block) | Check the Docker image version to build | | | |
stage block (Check the Docker image version to build) - (43 ms in block) | | | | |
stage - (0,78 s in block) | Checkout the project | | | |
stage block (Checkout the project) - (0,78 s in block) | | | | |
git - (0,75 s in self) | | | | |
stage - (12 mn in block) | Release current state as stable version | | | |
stage block (Release current state as stable version) - (12 mn in block) | | | | |
withCredentials - (12 mn in block) | | | | |
withCredentials block - (12 mn in block) | | | | |
sh - (0,26 s in self) | git config --local credential.helper "!f() { echo username=\${GIT_AUTH_USR}; echo password=\$GIT_AUTH_PSW; }; f" | | | |
sh - (1,4 s in self) |
git tag 6.3
git push origin --tags
| | | |
script - (12 mn in block) | | | | |
script block - (12 mn in block) | | | | |
isUnix - (8 ms in self) | | | | |
withEnv - (6 mn 35 s in block) | JD_IMAGE | | | |
withEnv block - (6 mn 35 s in block) | | | | |
sh - (6 mn 35 s in self) | docker build -t "$JD_IMAGE" . | | | |
withEnv - (6 mn 17 s in block) | DOCKER_REGISTRY_URL | | | |
withEnv block - (6 mn 17 s in block) | | | | |
withDockerRegistry - (6 mn 17 s in block) | | | | |
withDockerRegistry block - (6 mn 16 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 - (1 ms in self) | | | | |
withEnv - (6 mn 15 s in block) | JD_TAGGED_IMAGE_NAME | | | |
withEnv block - (6 mn 15 s in block) | | | | |
sh - (6 mn 15 s in self) | docker push "$JD_TAGGED_IMAGE_NAME" | | | |
stage - (1,4 s in block) | Prepare the next latest version | | | |
stage block (Prepare the next latest version) - (1,4 s in block) | | | | |
withCredentials - (1,4 s in block) | | | | |
withCredentials block - (1,4 s in block) | | | | |
sh - (0,26 s in self) | git config --local credential.helper "!f() { echo username=\${GIT_AUTH_USR}; echo password=\$GIT_AUTH_PSW; }; f" | | | |
sh - (1,1 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
sed -i -e "s/WILDFLY_HOME=\/opt\/wildfly-for-tests\/wildfly-[0-9.]\\+.Final/WILDFLY_HOME=\/opt\/wildfly-for-tests\/wildfly-26.1.1.Final/g" src/wildfly
sed -i -e "s/version=.\+/version=6.3/g" Dockerfile
sed -i -e "s/build=.\+/build=1/g" Dockerfile
git commit -am "Update Dockerfile for building and registering image 6.3"
git push origin HEAD:master
| | | |
stage - (43 ms in block) | Update current latest version | | | |
stage block (Update current latest version) - (26 ms in block) | | | | |
stage - (12 mn in block) | Publish latest version | | | |
stage block (Publish latest version) - (12 mn in block) | | | | |
script - (12 mn in block) | | | | |
script block - (12 mn in block) | | | | |
isUnix - (10 ms in self) | | | | |
withEnv - (6 mn 14 s in block) | JD_IMAGE | | | |
withEnv block - (6 mn 14 s in block) | | | | |
sh - (6 mn 14 s in self) | docker build -t "$JD_IMAGE" . | | | |
withEnv - (6 mn 16 s in block) | DOCKER_REGISTRY_URL | | | |
withEnv block - (6 mn 16 s in block) | | | | |
withDockerRegistry - (6 mn 16 s in block) | | | | |
withDockerRegistry block - (6 mn 15 s in block) | | | | |
isUnix - (1 ms in self) | | | | |
withEnv - (0,27 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 - (6 mn 15 s in block) | JD_TAGGED_IMAGE_NAME | | | |
withEnv block - (6 mn 15 s in block) | | | | |
sh - (6 mn 15 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 - (82 ms in self) | | | | |
script - (22 ms in block) | | | | |
script block - (9 ms in block) | | | | |