Step Arguments Status Start of Pipeline - (30 mn in block)
node - (30 mn in block)
node block - (30 mn in block)
stage - (0,57 s in block) Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (0,55 s in block)
checkout - (0,53 s in self)
withEnv - (30 mn 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 - (30 mn in block)
isUnix - (<1 ms in self)
withEnv - (0,29 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 - (30 mn in block)
withDockerContainer block - (30 mn in block)
withEnv - (30 mn in block) artifact, gitCredential, pomParentVersion, wildflyVersion, gitBaseRepo, buildToRelease, branch, jackrabbitVersion, nextVersion, mavenRepo, isPatchVersion
withEnv block - (30 mn in block)
stage - (1 s in block) Prepare the release
stage block (Prepare the release) - (0,96 s in block)
script - (0,93 s in block)
script block - (0,9 s in block)
sh - (0,26 s in self) rm -rf target && mkdir target
copyArtifacts - (32 ms in self)
readYaml - (26 ms in self) build.yaml
sh - (0,26 s in self) rm -f build.yaml
copyArtifacts - (27 ms in self)
readYaml - (25 ms in self) build.yaml
sh - (0,26 s in self) rm -f build.yaml
stage - (91 ms in block) Check the build version can be used for release
stage block (Check the build version can be used for release) - (53 ms in block)
getContext - (1 ms in self)
stage - (78 ms in block) Check Jackrabbit version
stage block (Check Jackrabbit version) - (39 ms in block)
getContext - (1 ms in self)
stage - (1,1 s in block) Check Silverpeas Projects Definition
stage block (Check Silverpeas Projects Definition) - (1,1 s in block)
script - (1,1 s in block)
script block - (1,1 s in block)
sh - (0,81 s in self) curl -fsSL -o pom.xml https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-project/1.6-build240531/silverpeas-project-1.6-build240531.pom
readMavenPom - (23 ms in self)
sh - (0,26 s in self) rm -f pom.xml
stage - (53 ms in block) Echo release parameters
stage block (Echo release parameters) - (23 ms in block)
echo - (1 ms in self)
Release processing parameters:
Version to release 6.4
From build version 6.4-build240616
Patch version false
Wildfly version 26.1.3.Final
POM parent version 1.6-build240531
Should release POM parent? true
Next version 6.5
stage - (1 mn 19 s in block) Release Silverpeas Projects Definition
stage block (Release Silverpeas Projects Definition) - (1 mn 19 s in block)
build (Building Silverpeas_Project_Definition_Release) - (1 mn 19 s in self)
copyArtifacts - (15 ms in self)
script - (52 ms in block)
script block - (25 ms in block)
readYaml - (14 ms in self) build.yaml
sh - (0,25 s in self) rm -f build.yaml
stage - (6 mn 38 s in block) Release Silverpeas Core
stage block (Release Silverpeas Core) - (6 mn 38 s in block)
dir - (6 mn 38 s in block) Silverpeas-Core
dir block - (6 mn 38 s in block)
git - (2,3 s in self)
sh - (0,5 s in self)
git checkout 6a1abb7754263b932d57e6867630fef2d254c4b0
git checkout -b release-6.4
fileExists - (16 ms in self) pom.xml
readMavenPom - (16 ms in self)
sh - (22 s in self)
mvn -U versions:update-parent -DgenerateBackupPoms=false -DparentVersion="[1.6]"
git commit -am "Update parent POM to version 1.6"
fileExists - (23 ms in self) Jenkinsfile
sh - (6 mn 10 s in self)
sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4/g" pom.xml
sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4/g" pom.xml
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>6.4/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.4
mvn clean deploy -Dmaven.test.skip=true -Pdeployment -Prelease-sign-artifacts
withCredentials - (1,9 s in block)
withCredentials block - (1,8 s in block)
sh - (0,26 s in self) git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
sh - (1,6 s in self)
git commit -am "Release of 6.4 from 6.4-build240616 (commit 6a1abb7754263b932d57e6867630fef2d254c4b0)"
git tag 6.4
git push origin --tags
stage - (1 mn 55 s in block) Prepare next version of Silverpeas Core
stage block (Prepare next version of Silverpeas Core) - (1 mn 55 s in block)
dir - (1 mn 55 s in block) Silverpeas-Core
dir block - (1 mn 55 s in block)
sh - (0,26 s in self) git checkout master
fileExists - (22 ms in self) pom.xml
sh - (1 mn 52 s in self)
sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.5-SNAPSHOT/g" pom.xml
sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.5-SNAPSHOT/g" pom.xml
sed -i -e "s/<next.release>[0-9.]\+/<next.release>6.5/g" pom.xml
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>HEAD/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.5-SNAPSHOT
mvn clean install -Dmaven.test.skip=true -Djava.awt.headless=true
withCredentials - (1,9 s in block)
withCredentials block - (1,8 s in block)
sh - (0,25 s in self) git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
sh - (1,5 s in self)
git commit -am "6.4 has been released from build 6.4-build240616 (6a1abb7754263b932d57e6867630fef2d254c4b0).\
Prepare for development iteration of next version 6.5"
git push origin master
stage - (10 mn in block) Release Silverpeas Components
stage block (Release Silverpeas Components) - (10 mn in block)
dir - (10 mn in block) Silverpeas-Components
dir block - (10 mn in block)
git - (1,1 s in self)
sh - (0,26 s in self)
git checkout ac05c67e39473baa72341628c300e1a6fc181023
git checkout -b release-6.4
fileExists - (22 ms in self) pom.xml
readMavenPom - (24 ms in self)
sh - (6 s in self)
mvn -U versions:update-parent -DgenerateBackupPoms=false -DparentVersion="[1.6]"
git commit -am "Update parent POM to version 1.6"
fileExists - (9 ms in self) Jenkinsfile
sh - (10 mn in self)
sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4/g" pom.xml
sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4/g" pom.xml
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>6.4/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.4
mvn clean deploy -Dmaven.test.skip=true -Pdeployment -Prelease-sign-artifacts
withCredentials - (1,9 s in block)
withCredentials block - (1,8 s in block)
sh - (0,26 s in self) git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
sh - (1,6 s in self)
git commit -am "Release of 6.4 from 6.4-build240616 (commit ac05c67e39473baa72341628c300e1a6fc181023)"
git tag 6.4
git push origin --tags
stage - (3 mn 2 s in block) Prepare next version of Silverpeas Components
stage block (Prepare next version of Silverpeas Components) - (3 mn 2 s in block)
dir - (3 mn 2 s in block) Silverpeas-Components
dir block - (3 mn 2 s in block)
sh - (0,26 s in self) git checkout master
fileExists - (23 ms in self) pom.xml
sh - (2 mn 59 s in self)
sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.5-SNAPSHOT/g" pom.xml
sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.5-SNAPSHOT/g" pom.xml
sed -i -e "s/<next.release>[0-9.]\+/<next.release>6.5/g" pom.xml
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>HEAD/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.5-SNAPSHOT
mvn clean install -Dmaven.test.skip=true -Djava.awt.headless=true
withCredentials - (1,9 s in block)
withCredentials block - (1,8 s in block)
sh - (0,26 s in self) git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
sh - (1,6 s in self)
git commit -am "6.4 has been released from build 6.4-build240616 (ac05c67e39473baa72341628c300e1a6fc181023).\
Prepare for development iteration of next version 6.5"
git push origin master
stage - (18 s in block) Release Silverpeas Assembly
stage block (Release Silverpeas Assembly) - (17 s in block)
dir - (17 s in block) Silverpeas-Assembly
dir block - (17 s in block)
git - (0,63 s in self)
sh - (0,25 s in self)
git checkout 73fe1a72175f421df5c937eca83007ce8aebf88f
git checkout -b release-6.4
fileExists - (23 ms in self) pom.xml
readMavenPom - (25 ms in self)
sh - (5,7 s in self)
mvn -U versions:update-parent -DgenerateBackupPoms=false -DparentVersion="[1.6]"
git commit -am "Update parent POM to version 1.6"
fileExists - (23 ms in self) Jenkinsfile
sh - (9,5 s in self)
sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4/g" pom.xml
sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4/g" pom.xml
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>6.4/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.4
mvn clean deploy -Dmaven.test.skip=true -Pdeployment -Prelease-sign-artifacts
withCredentials - (1,5 s in block)
withCredentials block - (1,4 s in block)
sh - (0,26 s in self) git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
sh - (1,1 s in self)
git commit -am "Release of 6.4 from 6.4-build240616 (commit 73fe1a72175f421df5c937eca83007ce8aebf88f)"
git tag 6.4
git push origin --tags
stage - (8 s in block) Prepare next version of Silverpeas Assembly
stage block (Prepare next version of Silverpeas Assembly) - (7,9 s in block)
dir - (7,9 s in block) Silverpeas-Assembly
dir block - (7,8 s in block)
sh - (0,25 s in self) git checkout master
fileExists - (17 ms in self) pom.xml
sh - (6 s in self)
sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.5-SNAPSHOT/g" pom.xml
sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.5-SNAPSHOT/g" pom.xml
sed -i -e "s/<next.release>[0-9.]\+/<next.release>6.5/g" pom.xml
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>HEAD/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.5-SNAPSHOT
mvn clean install -Dmaven.test.skip=true -Djava.awt.headless=true
withCredentials - (1,4 s in block)
withCredentials block - (1,4 s in block)
sh - (0,26 s in self) git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
sh - (1,1 s in self)
git commit -am "6.4 has been released from build 6.4-build240616 (73fe1a72175f421df5c937eca83007ce8aebf88f).\
Prepare for development iteration of next version 6.5"
git push origin master
stage - (1 mn 9 s in block) Release Silverpeas Setup
stage block (Release Silverpeas Setup) - (1 mn 8 s in block)
dir - (1 mn 8 s in block) Silverpeas-Setup
dir block - (1 mn 8 s in block)
git - (0,49 s in self)
sh - (0,25 s in self)
git checkout 92d58487c2004cefbf3973e0d5225d6a0e53884c
git checkout -b release-6.4
fileExists - (23 ms in self) pom.xml
fileExists - (25 ms in self) Jenkinsfile
sh - (1 mn 6 s in self)
sed -i -e "s/version = '.\+'/version = '6.4'/g" build.gradle
./gradlew clean build publish
withCredentials - (1,4 s in block)
withCredentials block - (1,4 s in block)
sh - (0,26 s in self) git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
sh - (1,1 s in self)
git commit -am "Release of 6.4 from 6.4-build240616 (commit 92d58487c2004cefbf3973e0d5225d6a0e53884c)"
git tag 6.4
git push origin --tags
stage - (28 s in block) Prepare next version of Silverpeas Setup
stage block (Prepare next version of Silverpeas Setup) - (28 s in block)
dir - (28 s in block) Silverpeas-Setup
dir block - (28 s in block)
sh - (0,26 s in self) git checkout master
fileExists - (25 ms in self) pom.xml
sh - (26 s in self)
sed -i -e "s/version = '.\+'/version = '6.5-SNAPSHOT'/g" build.gradle
./gradlew clean build publish
withCredentials - (1,4 s in block)
withCredentials block - (1,4 s in block)
sh - (0,26 s in self) git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
sh - (1,1 s in self)
git commit -am "6.4 has been released from build 6.4-build240616 (92d58487c2004cefbf3973e0d5225d6a0e53884c).\
Prepare for development iteration of next version 6.5"
git push origin master
stage - (21 s in block) Release Silverpeas Distribution
stage block (Release Silverpeas Distribution) - (21 s in block)
dir - (21 s in block) Silverpeas-Distribution
dir block - (21 s in block)
git - (0,43 s in self)
sh - (0,25 s in self)
git checkout 4949bcaae6e28bee0803520f979e43aa258b7a39
git checkout -b release-6.4
fileExists - (26 ms in self) pom.xml
readMavenPom - (47 ms in self)
fileExists - (25 ms in self) Jenkinsfile
sh - (19 s in self)
sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4/g" pom.xml
sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4/g" pom.xml
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>6.4/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.4
mvn clean deploy -Dmaven.test.skip=true -Pdeployment -Prelease-sign-artifacts
withCredentials - (1,4 s in block)
withCredentials block - (1,4 s in block)
sh - (0,26 s in self) git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
sh - (1,1 s in self)
git commit -am "Release of 6.4 from 6.4-build240616 (commit 4949bcaae6e28bee0803520f979e43aa258b7a39)"
git tag 6.4
git push origin --tags
stage - (13 s in block) Prepare next version of Silverpeas Distribution
stage block (Prepare next version of Silverpeas Distribution) - (13 s in block)
dir - (13 s in block) Silverpeas-Distribution
dir block - (13 s in block)
sh - (0,25 s in self) git checkout master
fileExists - (26 ms in self) pom.xml
sh - (11 s in self)
sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.5-SNAPSHOT/g" pom.xml
sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.5-SNAPSHOT/g" pom.xml
sed -i -e "s/<next.release>[0-9.]\+/<next.release>6.5/g" pom.xml
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>HEAD/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.5-SNAPSHOT
mvn clean install -Dmaven.test.skip=true -Djava.awt.headless=true
withCredentials - (1,5 s in block)
withCredentials block - (1,4 s in block)
sh - (0,26 s in self) git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
sh - (1,1 s in self)
git commit -am "6.4 has been released from build 6.4-build240616 (4949bcaae6e28bee0803520f979e43aa258b7a39).\
Prepare for development iteration of next version 6.5"
git push origin master
stage - (34 s in block) Release Silverpeas Looks
stage block (Release Silverpeas Looks) - (33 s in block)
dir - (33 s in block) Silverpeas-Looks
dir block - (33 s in block)
git - (0,65 s in self)
sh - (0,25 s in self)
git checkout 1985f8baf677af20f2e9a95a725832b61dc7d74f
git checkout -b release-6.4
fileExists - (26 ms in self) pom.xml
readMavenPom - (26 ms in self)
sh - (4,3 s in self)
mvn -U versions:update-parent -DgenerateBackupPoms=false -DparentVersion="[1.6]"
git commit -am "Update parent POM to version 1.6"
fileExists - (13 ms in self) Jenkinsfile
sh - (26 s in self)
sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4/g" pom.xml
sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4/g" pom.xml
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>6.4/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.4
mvn clean deploy -Dmaven.test.skip=true -Pdeployment -Prelease-sign-artifacts
withCredentials - (1,4 s in block)
withCredentials block - (1,4 s in block)
sh - (0,26 s in self) git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
sh - (1,1 s in self)
git commit -am "Release of 6.4 from 6.4-build240616 (commit 1985f8baf677af20f2e9a95a725832b61dc7d74f)"
git tag 6.4
git push origin --tags
stage - (19 s in block) Prepare next version of Silverpeas Looks
stage block (Prepare next version of Silverpeas Looks) - (19 s in block)
dir - (19 s in block) Silverpeas-Looks
dir block - (19 s in block)
sh - (0,26 s in self) git checkout master
fileExists - (13 ms in self) pom.xml
sh - (17 s in self)
sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.5-SNAPSHOT/g" pom.xml
sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.5-SNAPSHOT/g" pom.xml
sed -i -e "s/<next.release>[0-9.]\+/<next.release>6.5/g" pom.xml
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>HEAD/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.5-SNAPSHOT
mvn clean install -Dmaven.test.skip=true -Djava.awt.headless=true
withCredentials - (1,5 s in block)
withCredentials block - (1,4 s in block)
sh - (0,26 s in self) git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
sh - (1,1 s in self)
git commit -am "6.4 has been released from build 6.4-build240616 (1985f8baf677af20f2e9a95a725832b61dc7d74f).\
Prepare for development iteration of next version 6.5"
git push origin master
stage - (2 mn 12 s in block) Release Silverpeas Mobile
stage block (Release Silverpeas Mobile) - (2 mn 12 s in block)
dir - (2 mn 12 s in block) silverpeasmobile
dir block - (2 mn 12 s in block)
git - (0,8 s in self)
sh - (0,25 s in self)
git checkout ba0e7d8c1686df1160bb91fe6ca9384931e7e135
git checkout -b release-6.4
fileExists - (26 ms in self) pom.xml
readMavenPom - (18 ms in self)
sh - (4,4 s in self)
mvn -U versions:update-parent -DgenerateBackupPoms=false -DparentVersion="[1.6]"
git commit -am "Update parent POM to version 1.6"
fileExists - (14 ms in self) Jenkinsfile
sh - (2 mn 4 s in self)
sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4/g" pom.xml
sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4/g" pom.xml
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>6.4/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.4
mvn clean deploy -Dmaven.test.skip=true -Pdeployment -Prelease-sign-artifacts
withCredentials - (1,7 s in block)
withCredentials block - (1,6 s in block)
sh - (0,25 s in self) git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
sh - (1,4 s in self)
git commit -am "Release of 6.4 from 6.4-build240616 (commit ba0e7d8c1686df1160bb91fe6ca9384931e7e135)"
git tag 6.4
git push origin --tags
stage - (1 mn 36 s in block) Prepare next version of Silverpeas Mobile
stage block (Prepare next version of Silverpeas Mobile) - (1 mn 36 s in block)
dir - (1 mn 36 s in block) silverpeasmobile
dir block - (1 mn 36 s in block)
sh - (0,25 s in self) git checkout master
fileExists - (27 ms in self) pom.xml
sh - (1 mn 34 s in self)
sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.5-SNAPSHOT/g" pom.xml
sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.5-SNAPSHOT/g" pom.xml
sed -i -e "s/<next.release>[0-9.]\+/<next.release>6.5/g" pom.xml
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>HEAD/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.5-SNAPSHOT
mvn clean install -Dmaven.test.skip=true -Djava.awt.headless=true
withCredentials - (1,4 s in block)
withCredentials block - (1,4 s in block)
sh - (0,26 s in self) git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
sh - (1,1 s in self)
git commit -am "6.4 has been released from build 6.4-build240616 (ba0e7d8c1686df1160bb91fe6ca9384931e7e135).\
Prepare for development iteration of next version 6.5"
git push origin master
stage - (0,11 s in block) Publish Silverpeas Izpack Installer
stage block (Publish Silverpeas Izpack Installer) - (64 ms in block)
build (Building Silverpeas IzPack Installer) - (3 ms in self)
stage - (0,1 s in block) Publish Docker Image for development environment
stage block (Publish Docker Image for development environment) - (60 ms in block)
getContext - (1 ms in self)
stage - (78 ms in block) Publish Docker image for Jenkins job
stage block (Publish Docker image for Jenkins job) - (36 ms in block)
getContext - (1 ms in self)
stage - (81 ms in block) Publish Docker Image of Silverpeas for testing purpose
stage block (Publish Docker Image of Silverpeas for testing purpose) - (36 ms in block)
build (Building Silverpeas Test Image) - (2 ms in self)
stage - (85 ms in block) Prepare Docker Image of Silverpeas for production
stage block (Prepare Docker Image of Silverpeas for production) - (38 ms in block)
build (Building Silverpeas Prod Image) - (2 ms in self)
stage - (91 ms in block) Publish Silverpeas Documentation
stage block (Publish Silverpeas Documentation) - (41 ms in block)
echo - (2 ms in self) Trigger the documentation generation and publishing job
build (Building Silverpeas_Documentation_Publishing) - (3 ms in self)
stage - (0,18 s in block) Create YAML release report
stage block (Create YAML release report) - (0,13 s in block)
script - (78 ms in block)
script block - (54 ms in block)
writeYaml - (24 ms in self)
stage - (0,5 s in block) Declarative: Post Actions
stage block (Declarative: Post Actions) - (0,47 s in block)
step - (0,13 s in self)
script - (96 ms in block)
script block - (47 ms in block)
archiveArtifacts - (41 ms in self)
script - (0,15 s in block)
script block - (0,12 s in block)
emailext - (96 ms in self)