Step Arguments Status Start of Pipeline - (2 mn 21 s in block)
node - (2 mn 20 s in block)
node block - (2 mn 20 s in block)
stage - (0,6 s in block) Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (0,59 s in block)
checkout - (0,58 s in self)
withEnv - (2 mn 20 s in block) GIT_AUTHOR_EMAIL, GIT_AUTHOR_NAME, GIT_BRANCH, GIT_COMMIT, GIT_COMMITTER_EMAIL, GIT_COMMITTER_NAME, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (2 mn 20 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,26 s in self) docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (2 mn 19 s in block)
withDockerContainer block - (2 mn 17 s in block)
withEnv - (2 mn 17 s in block) artifact, gitCredential, commit, gitRepo, version, nextVersion
withEnv block - (2 mn 17 s in block)
stage - (0,94 s in block) Prepare the release
stage block (Prepare the release) - (0,92 s in block)
git - (0,48 s in self)
script - (0,39 s in block)
script block - (0,38 s in block)
readMavenPom - (0,11 s in self)
sh - (0,26 s in self) git rev-parse HEAD
stage - (1 mn 52 s in block) Build
stage block (Build) - (1 mn 52 s in block)
sh - (1 mn 11 s in self)
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.0
mvn clean deploy -Pdeployment -Prelease-sign-artifacts
script - (41 s in block)
script block - (41 s in block)
sh - (0,33 s in self) echo ${SONAR_JDK_HOME}
withSonarQubeEnv - (39 s in block)
withSonarQubeEnv block - (39 s in block)
sh - (39 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,4 s in block)
timeout block - (1,4 s in block)
waitForQualityGate - (1,4 s in self)
stage - (1,6 s in block) Release
stage block (Release) - (1,6 s in block)
withCredentials - (1,5 s in block)
withCredentials block - (1,4 s in block)
sh - (0,26 s in self)
git commit -am "Release of Silverpeas Kernel 1.0"
git tag 1.0
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 - (21 s in block) Prepare the development of the next version
stage block (Prepare the development of the next version) - (21 s in block)
withCredentials - (21 s in block)
withCredentials block - (21 s in block)
sh - (20 s in self)
sed -i -e "s/<next.release>[0-9.]\+/<next.release>1.1/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.1-SNAPSHOT
mvn clean install
git commit -am "Prepare for development iteration of next version 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 HEAD:main
stage - (0,2 s in block) Create YAML release report
stage block (Create YAML release report) - (0,18 s in block)
script - (0,12 s in block)
script block - (0,11 s in block)
writeYaml - (97 ms in self)
stage - (0,26 s in block) Declarative: Post Actions
stage block (Declarative: Post Actions) - (0,25 s in block)
step - (0,13 s in self)
script - (58 ms in block)
script block - (8 ms in block)
archiveArtifacts - (40 ms in self)