Step | Arguments | | | Status |
---|
Start of Pipeline - (3,3 s in block) | | | |
|
node - (3 s in block) | | | |
|
node block - (3 s in block) | | | |
|
stage - (0,59 s in block) | Declarative: Checkout SCM | | |
|
stage block (Declarative: Checkout SCM) - (0,57 s in block) | | | |
|
checkout - (0,57 s in self) | | | |
|
withEnv - (2,3 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 - (2,3 s in block) | | | |
|
withEnv - (2,3 s in block) | registryCredential, gitCredential, imageName, gitRepo | | |
|
withEnv block - (2,3 s in block) | | | |
|
stage - (97 ms in block) | Check the Docker image version to build | | |
|
stage block (Check the Docker image version to build) - (83 ms in block) | | | |
|
getContext - (14 ms in self) | | | |
|
stage - (1,2 s in block) | Checkout the project | | |
|
stage block (Checkout the project) - (1,2 s in block) | | | |
|
git - (1,2 s in self) | | | |
|
stage - (0,61 s in block) | Release stable version | | |
|
stage block (Release stable version) - (0,59 s in block) | | | |
|
withCredentials - (0,57 s in block) | | | |
|
withCredentials block - (0,54 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 - (0,27 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 commit -am "Update Dockerfile for building and registering image 6.4"
git push origin HEAD:master
git tag 6.4
git push origin --tags
| | |
|
stage - (43 ms in block) | Update current latest version | | |
|
stage block (Update current latest version) - (25 ms in block) | | | |
|
getContext - (2 ms in self) | | | |
|
stage - (34 ms in block) | Publish version | | |
|
stage block (Publish version) - (9 ms in block) | | | |
|
getContext - (1 ms in self) | | | |
|
stage - (0,28 s in block) | Declarative: Post Actions | | |
|
stage block (Declarative: Post Actions) - (0,27 s in block) | | | |
|
step - (0,25 s in self) | | | |
|