Skip to content
StepArgumentsStatus
Start of Pipeline - (14 s in block)
node - (13 s in block)
node block - (13 s in block)
stage - (0,64 s in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (0,56 s in block)
checkout - (0,53 s in self)
withEnv - (12 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 - (12 s in block)
withEnv - (12 s in block)registryCredential, gitCredential, imageName, gitRepo
withEnv block - (12 s in block)
stage - (0,36 s in block)Check the Docker image version to build
stage block (Check the Docker image version to build) - (0,34 s in block)
stage - (0,81 s in block)Checkout the project
stage block (Checkout the project) - (0,8 s in block)
git - (0,76 s in self)
stage - (2,5 s in block)Release stable version
stage block (Release stable version) - (2,5 s in block)
withCredentials - (2,4 s in block)
withCredentials block - (2,4 s in block)
sh - (0,29 s in self)git config --local credential.helper "!f() { echo username=\${GIT_AUTH_USR}; echo password=\$GIT_AUTH_PSW; }; f"
sh - (2 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/SONAR_JAVA_VERSION=[0-9]\+/SONAR_JAVA_VERSION=17/g" Dockerfile sed -i -e "s/version=[0-9.]\+/version=6.3.2/g" Dockerfile sed -i -e "s/build=.\+/build=1/g" Dockerfile git commit -am "Update Dockerfile for building and registering image 6.3.2" git push origin HEAD:master git tag 6.3.2 git push origin --tags
stage - (85 ms in block)Update current latest version
stage block (Update current latest version) - (56 ms in block)
stage - (8,3 s in block)Publish version
stage block (Publish version) - (8,2 s in block)
script - (8,1 s in block)
script block - (8,1 s in block)
isUnix - (13 ms in self)
withEnv - (0,89 s in block)JD_IMAGE
withEnv block - (0,82 s in block)
sh - (0,81 s in self)docker build -t "$JD_IMAGE" .
withEnv - (6,1 s in block)DOCKER_REGISTRY_URL
withEnv block - (6,1 s in block)
withDockerRegistry - (6,1 s in block)
withDockerRegistry block - (5,1 s in block)
isUnix - (3 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 - (4 ms in self)
withEnv - (4,8 s in block)JD_TAGGED_IMAGE_NAME
withEnv block - (4,8 s in block)
sh - (4,7 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 - (40 ms in self)
script - (35 ms in block)
script block - (22 ms in block)