| Step | Arguments |  |  | Status | 
|---|
| Start of Pipeline - (2 mn 16 s in block) |  |  |  |  | 
| node - (2 mn 16 s in block) |  |  |  |  | 
| node block - (2 mn 16 s in block) |  |  |  |  | 
| stage - (0,65 s in block) | Declarative: Checkout SCM |  |  |  | 
| stage block (Declarative: Checkout SCM) - (0,62 s in block) |  |  |  |  | 
| checkout - (0,61 s in self) |  |  |  |  | 
| withEnv - (2 mn 15 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 mn 15 s in block) |  |  |  |  | 
| isUnix - (2 ms in self) |  |  |  |  | 
| withEnv - (0,28 s in block) | JD_ID, JD_TO_RUN |  |  |  | 
| withEnv block - (0,27 s in block) |  |  |  |  | 
| sh - (0,26 s in self) | docker inspect -f . "$JD_TO_RUN" |  |  |  | 
| withDockerContainer - (2 mn 15 s in block) |  |  |  |  | 
| withDockerContainer block - (2 mn 13 s in block) |  |  |  |  | 
| withEnv - (2 mn 13 s in block) | artifact, gitCredential, commit, gitRepo, version, nextVersion |  |  |  | 
| withEnv block - (2 mn 13 s in block) |  |  |  |  | 
| stage - (1,6 s in block) | Prepare the release |  |  |  | 
| stage block (Prepare the release) - (1,6 s in block) |  |  |  |  | 
| git - (1,2 s in self) |  |  |  |  | 
| script - (0,32 s in block) |  |  |  |  | 
| script block - (0,31 s in block) |  |  |  |  | 
| readMavenPom - (44 ms in self) |  |  |  |  | 
| sh - (0,25 s in self) | git rev-parse HEAD |  |  |  | 
| stage - (1 mn 50 s in block) | Build |  |  |  | 
| stage block (Build) - (1 mn 50 s in block) |  |  |  |  | 
| sh - (1 mn 7 s in self) | 
          mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.3
          mvn clean deploy -Pdeployment -Prelease-sign-artifacts
           |  |  |  | 
| script - (42 s in block) |  |  |  |  | 
| script block - (42 s in block) |  |  |  |  | 
| sh - (0,26 s in self) | echo ${SONAR_JDK_HOME} |  |  |  | 
| withSonarQubeEnv - (40 s in block) |  |  |  |  | 
| withSonarQubeEnv block - (40 s in block) |  |  |  |  | 
| sh - (40 s in self) | 
            JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64 mvn sonar:sonar \
            -Dsonar.projectKey=Silverpeas_Silverpeas-Kernel \
            -Dsonar.organization=silverpeas \
            -Dsonar.branch.name=main \
            -Dsonar.host.url=https://sonarcloud.io \
            -Dsonar.token=3cd3df7b158f8e0bcda958b3bcbee6843a4e7918
             |  |  |  | 
| timeout - (2,2 s in block) |  |  |  |  | 
| timeout block - (2,1 s in block) |  |  |  |  | 
| waitForQualityGate - (2,1 s in self) |  |  |  |  | 
| stage - (1,5 s in block) | Release |  |  |  | 
| stage block (Release) - (1,5 s in block) |  |  |  |  | 
| withCredentials - (1,4 s in block) |  |  |  |  | 
| withCredentials block - (1,4 s in block) |  |  |  |  | 
| sh - (0,26 s in self) | 
          git commit -am "Release of Silverpeas Kernel 1.3"
          git tag 1.3
           |  |  |  | 
| 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 - (19 s in block) | Prepare the development of the next version |  |  |  | 
| stage block (Prepare the development of the next version) - (19 s in block) |  |  |  |  | 
| withCredentials - (19 s in block) |  |  |  |  | 
| withCredentials block - (19 s in block) |  |  |  |  | 
| sh - (18 s in self) | 
          sed -i -e "s/<next.release>[0-9.]\+/<next.release>1.4/g" pom.xml
          mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.4-SNAPSHOT
          mvn clean install
          git commit -am "Prepare for development iteration of next version 1.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 HEAD:main
           |  |  |  | 
| stage - (96 ms in block) | Create YAML release report |  |  |  | 
| stage block (Create YAML release report) - (71 ms in block) |  |  |  |  | 
| script - (36 ms in block) |  |  |  |  | 
| script block - (22 ms in block) |  |  |  |  | 
| writeYaml - (10 ms in self) |  |  |  |  | 
| stage - (0,14 s in block) | Declarative: Post Actions |  |  |  | 
| stage block (Declarative: Post Actions) - (0,13 s in block) |  |  |  |  | 
| step - (27 ms in self) |  |  |  |  | 
| script - (44 ms in block) |  |  |  |  | 
| script block - (17 ms in block) |  |  |  |  | 
| archiveArtifacts - (41 ms in self) |  |  |  |  |