Step | Arguments | | | Status |
---|
Start of Pipeline - (2 mn 27 s in block) | | | |
|
node - (2 mn 27 s in block) | | | |
|
node block - (2 mn 27 s in block) | | | |
|
stage - (0,33 s in block) | Declarative: Checkout SCM | | |
|
stage block (Declarative: Checkout SCM) - (0,31 s in block) | | | |
|
checkout - (0,3 s in self) | | | |
|
withEnv - (2 mn 26 s in block) | GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_URL | | |
|
withEnv block - (2 mn 26 s in block) | | | |
|
isUnix - (2 ms in self) | | | |
|
withEnv - (0,28 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 - (2 mn 26 s in block) | | | |
|
withDockerContainer block - (2 mn 23 s in block) | | | |
|
withEnv - (2 mn 23 s in block) | artifact, gitCredential, commit, gitRepo, version, pom | | |
|
withEnv block - (2 mn 23 s in block) | | | |
|
stage - (0,71 s in block) | Prepare the release | | |
|
stage block (Prepare the release) - (0,69 s in block) | | | |
|
git - (0,35 s in self) | | | |
|
script - (0,3 s in block) | | | |
|
script block - (0,29 s in block) | | | |
|
copyArtifacts - (16 ms in self) | | | |
|
readYaml - (10 ms in self) | build.yaml | | |
|
sh - (0,26 s in self) | rm -f build.yaml | | |
|
stage - (0,33 s in block) | Checkout the build version | | |
|
stage block (Checkout the build version) - (0,32 s in block) | | | |
|
sh - (0,26 s in self) |
git checkout 0ce9f4b59fcd7a874fa4cf01e9c05ebaaa06365e
git checkout -b release-2.20.4
| | |
|
script - (30 ms in block) | | | |
|
script block - (20 ms in block) | | | |
|
readMavenPom - (8 ms in self) | | | |
|
stage - (0,1 s in block) | Check the depencency on the JCR access control library | | |
|
stage block (Check the depencency on the JCR access control library) - (95 ms in block) | | | |
|
stage - (2 mn 22 s in block) | Release | | |
|
stage block (Release) - (2 mn 22 s in block) | | | |
|
withCredentials - (2 mn 22 s in block) | | | |
|
withCredentials block - (2 mn 22 s in block) | | | |
|
echo - (6 ms in self) | Release version 2.20.4 | | |
|
sh - (2 mn 20 s in self) |
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.20.4
mvn clean deploy -Dmaven.test.skip=true -Prelease-sign-artifacts
git commit -am "Release of 2.20.4 from 2.20.4-build220309 (commit 0ce9f4b59fcd7a874fa4cf01e9c05ebaaa06365e)"
git tag 2.20.4
| | |
|
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 - (91 ms in block) | Create YAML release report | | |
|
stage block (Create YAML release report) - (80 ms in block) | | | |
|
script - (47 ms in block) | | | |
|
script block - (37 ms in block) | | | |
|
writeYaml - (27 ms in self) | | | |
|
stage - (0,1 s in block) | Declarative: Post Actions | | |
|
stage block (Declarative: Post Actions) - (0,1 s in block) | | | |
|
step - (17 ms in self) | | | |
|
script - (41 ms in block) | | | |
|
script block - (12 ms in block) | | | |
|
archiveArtifacts - (31 ms in self) | | | |
|