Step | Arguments | | | Status |
---|
Start of Pipeline - (10 mn in block) | | | |
|
node - (10 mn in block) | | | |
|
node block - (10 mn in block) | | | |
|
stage - (0,94 s in block) | Declarative: Checkout SCM | | |
|
stage block (Declarative: Checkout SCM) - (0,93 s in block) | | | |
|
checkout - (0,93 s in self) | | | |
|
withEnv - (10 mn 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 mn in block) | | | |
|
withEnv - (10 mn in block) | registryCredential, gitCredential, imageName, gitRepo | | |
|
withEnv block - (10 mn in block) | | | |
|
stage - (38 ms in block) | Check the Docker image version to build | | |
|
stage block (Check the Docker image version to build) - (27 ms in block) | | | |
|
getContext - (1 ms in self) | | | |
|
stage - (0,54 s in block) | Checkout the project | | |
|
stage block (Checkout the project) - (0,53 s in block) | | | |
|
git - (0,51 s in self) | | | |
|
stage - (1,7 s in block) | Release stable version | | |
|
stage block (Release stable version) - (1,7 s in block) | | | |
|
withCredentials - (1,7 s in block) | | | |
|
withCredentials block - (1,7 s in block) | | | |
|
sh - (0,25 s in self) | git config --local credential.helper "!f() { echo username=\${GIT_AUTH_USR}; echo password=\$GIT_AUTH_PSW; }; f" | | |
|
script - (1,4 s in block) | | | |
|
script block - (1,4 s in block) | | | |
|
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=6.4/g" Dockerfile
sed -i -e "s/build=.\+/build=1/g" Dockerfile
git diff --quiet
| | |
|
sh - (1,1 s in self) |
git tag 6.4
git push origin --tags
| | |
|
stage - (79 ms in block) | Update current latest version | | |
|
stage block (Update current latest version) - (61 ms in block) | | | |
|
getContext - (1 ms in self) | | | |
|
stage - (10 mn in block) | Publish version | | |
|
stage block (Publish version) - (10 mn in block) | | | |
|
script - (10 mn in block) | | | |
|
script block - (10 mn in block) | | | |
|
isUnix - (7 ms in self) | | | |
|
withEnv - (4 mn 41 s in block) | JD_IMAGE | | |
|
withEnv block - (4 mn 41 s in block) | | | |
|
sh - (4 mn 41 s in self) | docker build -t "$JD_IMAGE" . | | |
|
withEnv - (5 mn 34 s in block) | DOCKER_REGISTRY_URL | | |
|
withEnv block - (5 mn 34 s in block) | | | |
|
withDockerRegistry - (5 mn 34 s in block) | | | |
|
withDockerRegistry block - (5 mn 33 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 - (5 mn 32 s in block) | JD_TAGGED_IMAGE_NAME | | |
|
withEnv block - (5 mn 32 s in block) | | | |
|
sh - (5 mn 32 s in self) | docker push "$JD_TAGGED_IMAGE_NAME" | | |
|
stage - (0,19 s in block) | Declarative: Post Actions | | |
|
stage block (Declarative: Post Actions) - (0,18 s in block) | | | |
|
step - (0,13 s in self) | | | |
|
script - (31 ms in block) | | | |
|
script block - (17 ms in block) | | | |
|