| Step | Arguments | | | Status |
|---|
| Start of Pipeline - (49 s in block) | | | | |
| node - (49 s in block) | | | | |
| node block - (49 s in block) | | | | |
| stage - (0,53 s in block) | Declarative: Checkout SCM | | | |
| stage block (Declarative: Checkout SCM) - (0,51 s in block) | | | | |
| checkout - (0,51 s in self) | | | | |
| withEnv - (48 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 - (48 s in block) | | | | |
| isUnix - (1 ms in self) | | | | |
| withEnv - (0,27 s in block) | JD_ID, JD_TO_RUN | | | |
| withEnv block - (0,26 s in block) | | | | |
| sh - (0,25 s in self) | docker inspect -f . "$JD_TO_RUN" | | | |
| withDockerContainer - (48 s in block) | | | | |
| withDockerContainer block - (45 s in block) | | | | |
| withEnv - (45 s in block) | artifact, gitCredential, commit, gitRepo, version, pom | | | |
| withEnv block - (45 s in block) | | | | |
| stage - (1,5 s in block) | Prepare the release | | | |
| stage block (Prepare the release) - (1,5 s in block) | | | | |
| git - (1 s in self) | | | | |
| script - (0,43 s in block) | | | | |
| script block - (0,42 s in block) | | | | |
| copyArtifacts - (19 ms in self) | | | | |
| readYaml - (33 ms in self) | build.yaml | | | |
| sh - (0,25 s in self) | rm -f build.yaml | | | |
| stage - (0,31 s in block) | Checkout the build version | | | |
| stage block (Checkout the build version) - (0,3 s in block) | | | | |
| sh - (0,25 s in self) |
git checkout 6728737576ff1d411368dedcf04ba5058bf511cf
git checkout -b release-2.20.5
| | | |
| script - (22 ms in block) | | | | |
| script block - (14 ms in block) | | | | |
| readMavenPom - (6 ms in self) | | | | |
| stage - (49 ms in block) | Check the depencency on the JCR access control library | | | |
| stage block (Check the depencency on the JCR access control library) - (38 ms in block) | | | | |
| stage - (43 s in block) | Release | | | |
| stage block (Release) - (43 s in block) | | | | |
| withCredentials - (43 s in block) | | | | |
| withCredentials block - (43 s in block) | | | | |
| echo - (5 ms in self) | Release version 2.20.5 | | | |
| sh - (42 s in self) |
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.20.5
mvn clean deploy -Dmaven.test.skip=true -Prelease-sign-artifacts
git commit -am "Release of 2.20.5 from 2.20.5-build220516 (commit 6728737576ff1d411368dedcf04ba5058bf511cf)"
git tag 2.20.5
| | | |
| sh - (1,6 s in self) |
git config --local credential.helper "!f() { echo username=\${GIT_AUTH_USR}; echo password=\$GIT_AUTH_PSW; }; f"
git push origin --tags
| | | |
| stage - (62 ms in block) | Create YAML release report | | | |
| stage block (Create YAML release report) - (50 ms in block) | | | | |
| script - (29 ms in block) | | | | |
| script block - (16 ms in block) | | | | |
| writeYaml - (10 ms in self) | | | | |
| stage - (64 ms in block) | Declarative: Post Actions | | | |
| stage block (Declarative: Post Actions) - (58 ms in block) | | | | |
| step - (11 ms in self) | | | | |
| script - (20 ms in block) | | | | |
| script block - (7 ms in block) | | | | |
| archiveArtifacts - (19 ms in self) | | | | |