| Step | Arguments | | | Status |
|---|
| Start of Pipeline - (2,2 s in block) | | | | |
| node - (2 s in block) | | | | |
| node block - (2 s in block) | | | | |
| stage - (0,56 s in block) | Declarative: Checkout SCM | | | |
| stage block (Declarative: Checkout SCM) - (0,54 s in block) | | | | |
| checkout - (0,54 s in self) | | | | |
| withEnv - (1,4 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 - (1,4 s in block) | | | | |
| withEnv - (1,4 s in block) | registryCredential, gitCredential, imageName, gitRepo, imageTag | | | |
| withEnv block - (1,4 s in block) | | | | |
| stage - (53 ms in block) | Check the Docker image version to build | | | |
| stage block (Check the Docker image version to build) - (41 ms in block) | | | | |
| getContext - (1 ms in self) | | | | |
| stage - (0,87 s in block) | Checkout the project | | | |
| stage block (Checkout the project) - (0,86 s in block) | | | | |
| git - (0,84 s in self) | | | | |
| stage - (0,3 s in block) | Switch branch for non-latest version | | | |
| stage block (Switch branch for non-latest version) - (0,28 s in block) | | | | |
| sh - (0,26 s in self) |
git branch -r | echo 6.4.x &> /dev/null
if [ $? -eq 0 ]; then git switch 6.4.x; else git checkout -b 6.4; git push origin HEAD:6.4.x; endif
| | | |
| stage - (19 ms in block) | Update current latest version | | | |
| stage block (Update current latest version) - (7 ms in block) | | | | |
| getContext - (1 ms in self) | | | | |
| stage - (20 ms in block) | Publish stable version | | | |
| stage block (Publish stable version) - (7 ms in block) | | | | |
| getContext - (1 ms in self) | | | | |
| stage - (21 ms in block) | Publish latest version | | | |
| stage block (Publish latest version) - (7 ms in block) | | | | |
| getContext - (1 ms in self) | | | | |
| stage - (0,12 s in block) | Declarative: Post Actions | | | |
| stage block (Declarative: Post Actions) - (0,12 s in block) | | | | |
| step - (0,11 s in self) | | | | |