Step | Arguments | | | Status |
---|
Start of Pipeline - (40 s in block) | | | |
|
node - (39 s in block) | | | |
|
node block - (39 s in block) | | | |
|
stage - (0,65 s in block) | Declarative: Checkout SCM | | |
|
stage block (Declarative: Checkout SCM) - (0,63 s in block) | | | |
|
checkout - (0,63 s in self) | | | |
|
withEnv - (39 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 - (39 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 - (38 s in block) | | | |
|
withDockerContainer block - (35 s in block) | | | |
|
withEnv - (35 s in block) | artifact, gitCredential, commit, gitRepo, version, pom | | |
|
withEnv block - (35 s in block) | | | |
|
stage - (1,6 s in block) | Prepare the release | | |
|
stage block (Prepare the release) - (1,6 s in block) | | | |
|
git - (1,1 s in self) | | | |
|
script - (0,44 s in block) | | | |
|
script block - (0,43 s in block) | | | |
|
copyArtifacts - (22 ms in self) | | | |
|
readYaml - (49 ms in self) | build.yaml | | |
|
sh - (0,25 s in self) | rm -f build.yaml | | |
|
stage - (0,33 s in block) | Checkout the build version | | |
|
stage block (Checkout the build version) - (0,31 s in block) | | | |
|
sh - (0,26 s in self) |
git checkout dd562a8c033db7d6638889a6aa9e50ce83153437
git checkout -b release-2.20.14
| | |
|
script - (22 ms in block) | | | |
|
script block - (14 ms in block) | | | |
|
readMavenPom - (6 ms in self) | | | |
|
stage - (81 ms in block) | Check the depencency on the JCR access control library | | |
|
stage block (Check the depencency on the JCR access control library) - (66 ms in block) | | | |
|
stage - (33 s in block) | Release | | |
|
stage block (Release) - (33 s in block) | | | |
|
withCredentials - (33 s in block) | | | |
|
withCredentials block - (33 s in block) | | | |
|
echo - (8 ms in self) | Release version 2.20.14 | | |
|
sh - (32 s in self) |
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.20.14
mvn clean deploy -Dmaven.test.skip=true -Prelease-sign-artifacts
git commit -am "Release of 2.20.14 from 2.20.14-build240118 (commit dd562a8c033db7d6638889a6aa9e50ce83153437)"
git tag 2.20.14
| | |
|
sh - (1,1 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 - (92 ms in block) | Create YAML release report | | |
|
stage block (Create YAML release report) - (74 ms in block) | | | |
|
script - (33 ms in block) | | | |
|
script block - (21 ms in block) | | | |
|
writeYaml - (7 ms in self) | | | |
|
stage - (0,12 s in block) | Declarative: Post Actions | | |
|
stage block (Declarative: Post Actions) - (0,11 s in block) | | | |
|
step - (23 ms in self) | | | |
|
script - (38 ms in block) | | | |
|
script block - (15 ms in block) | | | |
|
archiveArtifacts - (43 ms in self) | | | |
|