| Step | Arguments |  |  | Status | 
|---|
| Start of Pipeline - (2 mn 8 s in block) |  |  |  |  | 
| node - (2 mn 8 s in block) |  |  |  |  | 
| node block - (2 mn 8 s in block) |  |  |  |  | 
| stage - (0,49 s in block) | Declarative: Checkout SCM |  |  |  | 
| stage block (Declarative: Checkout SCM) - (0,45 s in block) |  |  |  |  | 
| checkout - (0,44 s in self) |  |  |  |  | 
| withEnv - (2 mn 7 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 7 s in block) |  |  |  |  | 
| isUnix - (2 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 - (2 mn 7 s in block) |  |  |  |  | 
| withDockerContainer block - (2 mn 5 s in block) |  |  |  |  | 
| withEnv - (2 mn 5 s in block) | artifact, gitCredential, commit, gitRepo, version, nextVersion |  |  |  | 
| withEnv block - (2 mn 5 s in block) |  |  |  |  | 
| stage - (1 s in block) | Prepare the release |  |  |  | 
| stage block (Prepare the release) - (1 s in block) |  |  |  |  | 
| git - (0,65 s in self) |  |  |  |  | 
| script - (0,29 s in block) |  |  |  |  | 
| script block - (0,28 s in block) |  |  |  |  | 
| readMavenPom - (21 ms in self) |  |  |  |  | 
| sh - (0,25 s in self) | git rev-parse HEAD |  |  |  | 
| stage - (1 mn 41 s in block) | Build |  |  |  | 
| stage block (Build) - (1 mn 41 s in block) |  |  |  |  | 
| sh - (1 mn 7 s in self) | 
          mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.2
          mvn clean deploy -Pdeployment -Prelease-sign-artifacts
           |  |  |  | 
| script - (33 s in block) |  |  |  |  | 
| script block - (33 s in block) |  |  |  |  | 
| sh - (0,26 s in self) | echo ${SONAR_JDK_HOME} |  |  |  | 
| withSonarQubeEnv - (31 s in block) |  |  |  |  | 
| withSonarQubeEnv block - (31 s in block) |  |  |  |  | 
| sh - (31 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,3 s in block) |  |  |  |  | 
| timeout block - (2,3 s in block) |  |  |  |  | 
| waitForQualityGate - (2,3 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.2"
          git tag 1.2
           |  |  |  | 
| 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 - (20 s in block) | Prepare the development of the next version |  |  |  | 
| stage block (Prepare the development of the next version) - (20 s in block) |  |  |  |  | 
| withCredentials - (20 s in block) |  |  |  |  | 
| withCredentials block - (20 s in block) |  |  |  |  | 
| sh - (19 s in self) | 
          sed -i -e "s/<next.release>[0-9.]\+/<next.release>1.3/g" pom.xml
          mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.3-SNAPSHOT
          mvn clean install
          git commit -am "Prepare for development iteration of next version 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 HEAD:main
           |  |  |  | 
| stage - (97 ms in block) | Create YAML release report |  |  |  | 
| stage block (Create YAML release report) - (74 ms in block) |  |  |  |  | 
| script - (34 ms in block) |  |  |  |  | 
| script block - (21 ms in block) |  |  |  |  | 
| writeYaml - (7 ms in self) |  |  |  |  | 
| stage - (0,11 s in block) | Declarative: Post Actions |  |  |  | 
| stage block (Declarative: Post Actions) - (0,1 s in block) |  |  |  |  | 
| step - (19 ms in self) |  |  |  |  | 
| script - (33 ms in block) |  |  |  |  | 
| script block - (14 ms in block) |  |  |  |  | 
| archiveArtifacts - (34 ms in self) |  |  |  |  |