Skip to content
StepArgumentsStatus
Start of Pipeline - (27 mn in block)
node - (27 mn in block)
node block - (27 mn in block)
stage - (0,88 s in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (0,8 s in block)
checkout - (0,77 s in self)
withEnv - (27 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 - (27 mn in block)
isUnix - (4 ms in self)
withEnv - (0,35 s in block)JD_ID, JD_TO_RUN
withEnv block - (0,31 s in block)
sh - (0,28 s in self)docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (27 mn in block)
withDockerContainer block - (26 mn in block)
withEnv - (26 mn in block)artifact, gitCredential, pomParentVersion, wildflyVersion, gitBaseRepo, buildToRelease, branch, jackrabbitVersion, nextVersion, mavenRepo, isPatchVersion
withEnv block - (26 mn in block)
stage - (2,1 s in block)Prepare the release
stage block (Prepare the release) - (2,1 s in block)
script - (2 s in block)
script block - (2 s in block)
sh - (0,33 s in self)rm -rf target && mkdir target
copyArtifacts - (24 ms in self)
readYaml - (0,1 s in self)build.yaml
sh - (0,26 s in self)rm -f build.yaml
copyArtifacts - (36 ms in self)
readYaml - (37 ms in self)build.yaml
sh - (0,28 s in self)rm -f build.yaml
sh - (0,51 s in self)curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Assembly/6.3.x/pom.xml
readMavenPom - (0,14 s in self)
sh - (0,26 s in self)rm -f pom.xml
stage - (0,31 s in block)Check the build version can be used for release
stage block (Check the build version can be used for release) - (0,26 s in block)
getContext - (77 ms in self)
stage - (77 ms in block)Check Jackrabbit version
stage block (Check Jackrabbit version) - (35 ms in block)
getContext - (2 ms in self)
stage - (0,91 s in block)Check Silverpeas Projects Definition
stage block (Check Silverpeas Projects Definition) - (0,88 s in block)
script - (0,84 s in block)
script block - (0,82 s in block)
sh - (0,51 s in self)curl -fsSL -o pom.xml https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-project/1.5.3/silverpeas-project-1.5.3.pom
readMavenPom - (28 ms in self)
sh - (0,25 s in self)rm -f pom.xml
stage - (55 ms in block)Echo release parameters
stage block (Echo release parameters) - (31 ms in block)
echo - (2 ms in self) Release processing parameters: Version to release 6.3.5 From build version 6.3.5-build240525 Patch version true Wildfly version 26.1.1.Final POM parent version 1.5.3 Should release POM parent? false Next version 6.3.6
stage - (75 ms in block)Release Silverpeas Projects Definition
stage block (Release Silverpeas Projects Definition) - (40 ms in block)
getContext - (2 ms in self)
stage - (6 mn 11 s in block)Release Silverpeas Core
stage block (Release Silverpeas Core) - (6 mn 11 s in block)
dir - (6 mn 11 s in block)Silverpeas-Core
dir block - (6 mn 11 s in block)
git - (20 s in self)
sh - (0,29 s in self) git checkout a0e33f96039f0b7fb9cc594be1fe4d41cd83be7e git checkout -b release-6.3.5
fileExists - (21 ms in self)pom.xml
readMavenPom - (41 ms in self)
fileExists - (27 ms in self)Jenkinsfile
sh - (5 mn 49 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.3.5/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.3.5/g" pom.xml sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>6.3.5/g" pom.xml mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.3.5 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.3.5 from 6.3.5-build240525 (commit a0e33f96039f0b7fb9cc594be1fe4d41cd83be7e)" git tag 6.3.5 git push origin --tags
stage - (1 mn 45 s in block)Prepare next version of Silverpeas Core
stage block (Prepare next version of Silverpeas Core) - (1 mn 45 s in block)
dir - (1 mn 45 s in block)Silverpeas-Core
dir block - (1 mn 45 s in block)
sh - (0,26 s in self)git checkout 6.3.x
fileExists - (18 ms in self)pom.xml
sh - (1 mn 43 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.3.6-SNAPSHOT/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.3.6-SNAPSHOT/g" pom.xml sed -i -e "s/<next.release>[0-9.]\+/<next.release>6.3.6/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.3.6-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,27 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.3.5 has been released from build 6.3.5-build240525 (a0e33f96039f0b7fb9cc594be1fe4d41cd83be7e).\ Prepare for development iteration of next version 6.3.6" git push origin 6.3.x
stage - (8 mn 58 s in block)Release Silverpeas Components
stage block (Release Silverpeas Components) - (8 mn 58 s in block)
dir - (8 mn 58 s in block)Silverpeas-Components
dir block - (8 mn 58 s in block)
git - (6,1 s in self)
sh - (0,5 s in self) git checkout 6fd4cda122f3439acfc933732ee571984880bd67 git checkout -b release-6.3.5
fileExists - (23 ms in self)pom.xml
readMavenPom - (28 ms in self)
fileExists - (20 ms in self)Jenkinsfile
sh - (8 mn 50 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.3.5/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.3.5/g" pom.xml sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>6.3.5/g" pom.xml mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.3.5 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,26 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.3.5 from 6.3.5-build240525 (commit 6fd4cda122f3439acfc933732ee571984880bd67)" git tag 6.3.5 git push origin --tags
stage - (2 mn 35 s in block)Prepare next version of Silverpeas Components
stage block (Prepare next version of Silverpeas Components) - (2 mn 35 s in block)
dir - (2 mn 35 s in block)Silverpeas-Components
dir block - (2 mn 35 s in block)
sh - (0,26 s in self)git checkout 6.3.x
fileExists - (23 ms in self)pom.xml
sh - (2 mn 32 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.3.6-SNAPSHOT/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.3.6-SNAPSHOT/g" pom.xml sed -i -e "s/<next.release>[0-9.]\+/<next.release>6.3.6/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.3.6-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.3.5 has been released from build 6.3.5-build240525 (6fd4cda122f3439acfc933732ee571984880bd67).\ Prepare for development iteration of next version 6.3.6" git push origin 6.3.x
stage - (23 s in block)Release Silverpeas Assembly
stage block (Release Silverpeas Assembly) - (23 s in block)
dir - (23 s in block)Silverpeas-Assembly
dir block - (23 s in block)
git - (0,73 s in self)
sh - (0,25 s in self) git checkout 9366866ae390208a34703f1257bd641cb29c4d16 git checkout -b release-6.3.5
fileExists - (23 ms in self)pom.xml
readMavenPom - (43 ms in self)
sh - (10 s in self) mvn -U versions:update-parent -DgenerateBackupPoms=false -DparentVersion="[1.5.3]" git commit -am "Update parent POM to version 1.5.3"
fileExists - (25 ms in self)Jenkinsfile
sh - (10 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.3.5/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.3.5/g" pom.xml sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>6.3.5/g" pom.xml mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.3.5 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.3.5 from 6.3.5-build240525 (commit 9366866ae390208a34703f1257bd641cb29c4d16)" git tag 6.3.5 git push origin --tags
stage - (8,4 s in block)Prepare next version of Silverpeas Assembly
stage block (Prepare next version of Silverpeas Assembly) - (8,4 s in block)
dir - (8,3 s in block)Silverpeas-Assembly
dir block - (8,3 s in block)
sh - (0,26 s in self)git checkout 6.3.x
fileExists - (24 ms in self)pom.xml
sh - (6,5 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.3.6-SNAPSHOT/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.3.6-SNAPSHOT/g" pom.xml sed -i -e "s/<next.release>[0-9.]\+/<next.release>6.3.6/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.3.6-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.3.5 has been released from build 6.3.5-build240525 (9366866ae390208a34703f1257bd641cb29c4d16).\ Prepare for development iteration of next version 6.3.6" git push origin 6.3.x
stage - (1 mn 14 s in block)Release Silverpeas Setup
stage block (Release Silverpeas Setup) - (1 mn 14 s in block)
dir - (1 mn 14 s in block)Silverpeas-Setup
dir block - (1 mn 14 s in block)
git - (0,88 s in self)
sh - (0,25 s in self) git checkout 8bde3aa3b7f02e512760af8c88e4ca3cad5c6bcd git checkout -b release-6.3.5
fileExists - (22 ms in self)pom.xml
fileExists - (24 ms in self)Jenkinsfile
sh - (1 mn 11 s in self) sed -i -e "s/version = '.\+'/version = '6.3.5'/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.3.5 from 6.3.5-build240525 (commit 8bde3aa3b7f02e512760af8c88e4ca3cad5c6bcd)" git tag 6.3.5 git push origin --tags
stage - (29 s in block)Prepare next version of Silverpeas Setup
stage block (Prepare next version of Silverpeas Setup) - (29 s in block)
dir - (29 s in block)Silverpeas-Setup
dir block - (29 s in block)
sh - (0,26 s in self)git checkout 6.3.x
fileExists - (24 ms in self)pom.xml
sh - (27 s in self) sed -i -e "s/version = '.\+'/version = '6.3.6-SNAPSHOT'/g" build.gradle ./gradlew clean build publish
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.3.5 has been released from build 6.3.5-build240525 (8bde3aa3b7f02e512760af8c88e4ca3cad5c6bcd).\ Prepare for development iteration of next version 6.3.6" git push origin 6.3.x
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 - (1 s in self)
sh - (0,25 s in self) git checkout 363c2d4aa3f57abea17ac7143443728743cd1bb2 git checkout -b release-6.3.5
fileExists - (25 ms in self)pom.xml
readMavenPom - (57 ms in self)
fileExists - (24 ms in self)Jenkinsfile
sh - (18 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.3.5/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.3.5/g" pom.xml sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>6.3.5/g" pom.xml mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.3.5 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.3.5 from 6.3.5-build240525 (commit 363c2d4aa3f57abea17ac7143443728743cd1bb2)" git tag 6.3.5 git push origin --tags
stage - (13 s in block)Prepare next version of Silverpeas Distribution
stage block (Prepare next version of Silverpeas Distribution) - (12 s in block)
dir - (12 s in block)Silverpeas-Distribution
dir block - (12 s in block)
sh - (0,26 s in self)git checkout 6.3.x
fileExists - (25 ms in self)pom.xml
sh - (11 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.3.6-SNAPSHOT/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.3.6-SNAPSHOT/g" pom.xml sed -i -e "s/<next.release>[0-9.]\+/<next.release>6.3.6/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.3.6-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.3.5 has been released from build 6.3.5-build240525 (363c2d4aa3f57abea17ac7143443728743cd1bb2).\ Prepare for development iteration of next version 6.3.6" git push origin 6.3.x
stage - (27 s in block)Release Silverpeas Looks
stage block (Release Silverpeas Looks) - (27 s in block)
dir - (27 s in block)Silverpeas-Looks
dir block - (27 s in block)
git - (0,84 s in self)
sh - (0,25 s in self) git checkout dbccb35a1ebe1bbad757509e5bc6aa19bc27d8d6 git checkout -b release-6.3.5
fileExists - (24 ms in self)pom.xml
readMavenPom - (25 ms in self)
fileExists - (26 ms in self)Jenkinsfile
sh - (24 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.3.5/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.3.5/g" pom.xml sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>6.3.5/g" pom.xml mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.3.5 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.3.5 from 6.3.5-build240525 (commit dbccb35a1ebe1bbad757509e5bc6aa19bc27d8d6)" git tag 6.3.5 git push origin --tags
stage - (16 s in block)Prepare next version of Silverpeas Looks
stage block (Prepare next version of Silverpeas Looks) - (16 s in block)
dir - (16 s in block)Silverpeas-Looks
dir block - (16 s in block)
sh - (0,26 s in self)git checkout 6.3.x
fileExists - (25 ms in self)pom.xml
sh - (14 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.3.6-SNAPSHOT/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.3.6-SNAPSHOT/g" pom.xml sed -i -e "s/<next.release>[0-9.]\+/<next.release>6.3.6/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.3.6-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.3.5 has been released from build 6.3.5-build240525 (dbccb35a1ebe1bbad757509e5bc6aa19bc27d8d6).\ Prepare for development iteration of next version 6.3.6" git push origin 6.3.x
stage - (2 mn 20 s in block)Release Silverpeas Mobile
stage block (Release Silverpeas Mobile) - (2 mn 20 s in block)
dir - (2 mn 20 s in block)silverpeasmobile
dir block - (2 mn 20 s in block)
git - (1,5 s in self)
sh - (0,25 s in self) git checkout aa77eb494357749185d05e4dff86a6e2696bc4e5 git checkout -b release-6.3.5
fileExists - (25 ms in self)pom.xml
readMavenPom - (27 ms in self)
sh - (5,9 s in self) mvn -U versions:update-parent -DgenerateBackupPoms=false -DparentVersion="[1.5.3]" git commit -am "Update parent POM to version 1.5.3"
fileExists - (27 ms in self)Jenkinsfile
sh - (2 mn 10 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.3.5/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.3.5/g" pom.xml sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>6.3.5/g" pom.xml mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.3.5 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.3.5 from 6.3.5-build240525 (commit aa77eb494357749185d05e4dff86a6e2696bc4e5)" git tag 6.3.5 git push origin --tags
stage - (1 mn 27 s in block)Prepare next version of Silverpeas Mobile
stage block (Prepare next version of Silverpeas Mobile) - (1 mn 27 s in block)
dir - (1 mn 27 s in block)silverpeasmobile
dir block - (1 mn 27 s in block)
sh - (0,26 s in self)git checkout 6.3.x
fileExists - (26 ms in self)pom.xml
sh - (1 mn 24 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.3.6-SNAPSHOT/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.3.6-SNAPSHOT/g" pom.xml sed -i -e "s/<next.release>[0-9.]\+/<next.release>6.3.6/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.3.6-SNAPSHOT mvn clean install -Dmaven.test.skip=true -Djava.awt.headless=true
withCredentials - (2,4 s in block)
withCredentials block - (2,3 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 - (2,1 s in self) git commit -am "6.3.5 has been released from build 6.3.5-build240525 (aa77eb494357749185d05e4dff86a6e2696bc4e5).\ Prepare for development iteration of next version 6.3.6" git push origin 6.3.x
stage - (0,17 s in block)Publish Silverpeas Izpack Installer
stage block (Publish Silverpeas Izpack Installer) - (0,13 s in block)
build (Building Silverpeas IzPack Installer) - (65 ms in self)
stage - (96 ms in block)Publish Docker Image for development environment
stage block (Publish Docker Image for development environment) - (46 ms in block)
getContext - (2 ms in self)
stage - (95 ms in block)Publish Docker image for Jenkins job
stage block (Publish Docker image for Jenkins job) - (47 ms in block)
getContext - (2 ms in self)
stage - (98 ms in block)Publish Docker Image of Silverpeas for testing purpose
stage block (Publish Docker Image of Silverpeas for testing purpose) - (50 ms in block)
build (Building Silverpeas Test Image) - (4 ms in self)
stage - (98 ms in block)Prepare Docker Image of Silverpeas for production
stage block (Prepare Docker Image of Silverpeas for production) - (49 ms in block)
build (Building Silverpeas Prod Image) - (4 ms in self)
stage - (95 ms in block)Publish Silverpeas Documentation
stage block (Publish Silverpeas Documentation) - (46 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,33 s in block)Create YAML release report
stage block (Create YAML release report) - (0,15 s in block)
script - (85 ms in block)
script block - (57 ms in block)
writeYaml - (23 ms in self)
stage - (0,27 s in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (0,25 s in block)
step - (26 ms in self)
script - (86 ms in block)
script block - (28 ms in block)
archiveArtifacts - (46 ms in self)
script - (48 ms in block)
script block - (24 ms in block)