| Step | Arguments |  |  | Status | 
|---|
| Start of Pipeline - (2 mn 23 s in block) |  |  |  |  | 
| node - (2 mn 22 s in block) |  |  |  |  | 
| node block - (2 mn 22 s in block) |  |  |  |  | 
| stage - (0,61 s in block) | Declarative: Checkout SCM |  |  |  | 
| stage block (Declarative: Checkout SCM) - (0,58 s in block) |  |  |  |  | 
| checkout - (0,57 s in self) |  |  |  |  | 
| withEnv - (2 mn 22 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 22 s in block) |  |  |  |  | 
| isUnix - (1 ms in self) |  |  |  |  | 
| withEnv - (0,28 s in block) | JD_ID, JD_TO_RUN |  |  |  | 
| withEnv block - (0,27 s in block) |  |  |  |  | 
| sh - (0,25 s in self) | docker inspect -f . "$JD_TO_RUN" |  |  |  | 
| withDockerContainer - (2 mn 21 s in block) |  |  |  |  | 
| withDockerContainer block - (2 mn 19 s in block) |  |  |  |  | 
| withEnv - (2 mn 19 s in block) | artifact, gitCredential, commit, gitRepo, version, nextVersion |  |  |  | 
| withEnv block - (2 mn 19 s in block) |  |  |  |  | 
| stage - (1,7 s in block) | Prepare the release |  |  |  | 
| stage block (Prepare the release) - (1,7 s in block) |  |  |  |  | 
| git - (1,3 s in self) |  |  |  |  | 
| script - (0,33 s in block) |  |  |  |  | 
| script block - (0,31 s in block) |  |  |  |  | 
| readMavenPom - (47 ms in self) |  |  |  |  | 
| sh - (0,25 s in self) | git rev-parse HEAD |  |  |  | 
| stage - (1 mn 53 s in block) | Build |  |  |  | 
| stage block (Build) - (1 mn 53 s in block) |  |  |  |  | 
| sh - (1 mn 14 s in self) | 
          mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.1
          mvn clean deploy -Pdeployment -Prelease-sign-artifacts
           |  |  |  | 
| script - (39 s in block) |  |  |  |  | 
| script block - (39 s in block) |  |  |  |  | 
| sh - (0,25 s in self) | echo ${SONAR_JDK_HOME} |  |  |  | 
| withSonarQubeEnv - (37 s in block) |  |  |  |  | 
| withSonarQubeEnv block - (37 s in block) |  |  |  |  | 
| sh - (37 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 - (1,5 s in block) |  |  |  |  | 
| timeout block - (1,5 s in block) |  |  |  |  | 
| waitForQualityGate - (1,5 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.1"
          git tag 1.1
           |  |  |  | 
| 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 - (22 s in block) | Prepare the development of the next version |  |  |  | 
| stage block (Prepare the development of the next version) - (22 s in block) |  |  |  |  | 
| withCredentials - (22 s in block) |  |  |  |  | 
| withCredentials block - (22 s in block) |  |  |  |  | 
| sh - (21 s in self) | 
          sed -i -e "s/<next.release>[0-9.]\+/<next.release>1.2/g" pom.xml
          mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.2-SNAPSHOT
          mvn clean install
          git commit -am "Prepare for development iteration of next version 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 HEAD:main
           |  |  |  | 
| stage - (89 ms in block) | Create YAML release report |  |  |  | 
| stage block (Create YAML release report) - (72 ms in block) |  |  |  |  | 
| script - (34 ms in block) |  |  |  |  | 
| script block - (17 ms in block) |  |  |  |  | 
| writeYaml - (9 ms in self) |  |  |  |  | 
| stage - (0,11 s in block) | Declarative: Post Actions |  |  |  | 
| stage block (Declarative: Post Actions) - (0,1 s in block) |  |  |  |  | 
| step - (16 ms in self) |  |  |  |  | 
| script - (52 ms in block) |  |  |  |  | 
| script block - (16 ms in block) |  |  |  |  | 
| archiveArtifacts - (29 ms in self) |  |  |  |  |