Skip to content
StepArgumentsStatus
Start of Pipeline - (28 mn in block)
Succès
node - (28 mn in block)
Succès
node block - (28 mn in block)
Succès
stage - (1,1 s in block)Declarative: Checkout SCM
Succès
stage block (Declarative: Checkout SCM) - (1 s in block)
Succès
checkout - (1 s in self)
Succès
withEnv - (28 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
Succès
withEnv block - (28 mn in block)
Succès
isUnix - (3 ms in self)
Succès
withEnv - (0,35 s in block)JD_ID, JD_TO_RUN
Succès
withEnv block - (0,31 s in block)
Succès
sh - (0,28 s in self)docker inspect -f . "$JD_TO_RUN"
Succès
withDockerContainer - (28 mn in block)
Succès
withDockerContainer block - (28 mn in block)
Succès
withEnv - (28 mn in block)artifact, gitCredential, pomParentVersion, wildflyVersion, gitBaseRepo, buildToRelease, branch, jackrabbitVersion, nextVersion, mavenRepo, isPatchVersion
Succès
withEnv block - (28 mn in block)
Succès
stage - (2,6 s in block)Prepare the release
Succès
stage block (Prepare the release) - (2,5 s in block)
Succès
script - (2,4 s in block)
Succès
script block - (2,3 s in block)
Succès
sh - (0,37 s in self)rm -rf target && mkdir target
Succès
copyArtifacts - (28 ms in self)
Succès
readYaml - (0,12 s in self)build.yaml
Succès
sh - (0,26 s in self)rm -f build.yaml
Succès
copyArtifacts - (30 ms in self)
Succès
readYaml - (31 ms in self)build.yaml
Succès
sh - (0,28 s in self)rm -f build.yaml
Succès
sh - (0,81 s in self)curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Assembly/6.4.x/pom.xml
Succès
readMavenPom - (0,15 s in self)
Succès
sh - (0,26 s in self)rm -f pom.xml
Succès
stage - (0,32 s in block)Check the build version can be used for release
Succès
stage block (Check the build version can be used for release) - (0,28 s in block)
Succès
getContext - (74 ms in self)
Succès
stage - (79 ms in block)Check Jackrabbit version
Succès
stage block (Check Jackrabbit version) - (45 ms in block)
Succès
getContext - (3 ms in self)
Succès
stage - (0,98 s in block)Check Silverpeas Projects Definition
Succès
stage block (Check Silverpeas Projects Definition) - (0,94 s in block)
Succès
script - (0,86 s in block)
Succès
script block - (0,84 s in block)
Succès
sh - (0,51 s in self)curl -fsSL -o pom.xml https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-project/1.6.1/silverpeas-project-1.6.1.pom
Succès
readMavenPom - (32 ms in self)
Succès
sh - (0,26 s in self)rm -f pom.xml
Succès
stage - (98 ms in block)Echo release parameters
Succès
stage block (Echo release parameters) - (62 ms in block)
Succès
echo - (3 ms in self) Release processing parameters: Version to release 6.4.2 From build version 6.4.2-build241211 Patch version true Wildfly version 26.1.3.Final POM parent version 1.6.1 Should release POM parent? false Next version 6.4.3
Succès
stage - (85 ms in block)Release Silverpeas Projects Definition
Succès
stage block (Release Silverpeas Projects Definition) - (45 ms in block)
Succès
getContext - (3 ms in self)
Succès
stage - (6 mn 15 s in block)Release Silverpeas Core
Succès
stage block (Release Silverpeas Core) - (6 mn 15 s in block)
Succès
dir - (6 mn 15 s in block)Silverpeas-Core
Succès
dir block - (6 mn 15 s in block)
Succès
git - (21 s in self)
Succès
sh - (0,26 s in self) git checkout 41daf545bf07176968e93623d2fc4f30bccb6339 git checkout -b release-6.4.2
Succès
fileExists - (33 ms in self)pom.xml
Succès
readMavenPom - (50 ms in self)
Succès
fileExists - (32 ms in self)Jenkinsfile
Succès
sh - (5 mn 51 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4.2/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4.2/g" pom.xml sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>6.4.2/g" pom.xml mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.4.2 mvn clean deploy -Dmaven.test.skip=true -Pdeployment -Prelease-sign-artifacts
Succès
withCredentials - (1,9 s in block)
Succès
withCredentials block - (1,8 s in block)
Succès
sh - (0,26 s in self)git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
Succès
sh - (1,6 s in self) git commit -am "Release of 6.4.2 from 6.4.2-build241211 (commit 41daf545bf07176968e93623d2fc4f30bccb6339)" git tag 6.4.2 git push origin --tags
Succès
stage - (1 mn 50 s in block)Prepare next version of Silverpeas Core
Succès
stage block (Prepare next version of Silverpeas Core) - (1 mn 50 s in block)
Succès
dir - (1 mn 50 s in block)Silverpeas-Core
Succès
dir block - (1 mn 50 s in block)
Succès
sh - (0,26 s in self)git checkout 6.4.x
Succès
fileExists - (14 ms in self)pom.xml
Succès
sh - (1 mn 48 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4.3-SNAPSHOT/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4.3-SNAPSHOT/g" pom.xml sed -i -e "s/<next.release>[0-9.]\+/<next.release>6.4.3/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.4.3-SNAPSHOT mvn clean install -Dmaven.test.skip=true -Djava.awt.headless=true
Succès
withCredentials - (1,5 s in block)
Succès
withCredentials block - (1,4 s in block)
Succès
sh - (0,27 s in self)git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
Succès
sh - (1,1 s in self) git commit -am "6.4.2 has been released from build 6.4.2-build241211 (41daf545bf07176968e93623d2fc4f30bccb6339).\ Prepare for development iteration of next version 6.4.3" git push origin 6.4.x
Succès
stage - (9 mn 48 s in block)Release Silverpeas Components
Succès
stage block (Release Silverpeas Components) - (9 mn 48 s in block)
Succès
dir - (9 mn 48 s in block)Silverpeas-Components
Succès
dir block - (9 mn 48 s in block)
Succès
git - (8 s in self)
Succès
sh - (0,51 s in self) git checkout e32a8c7f57601a882ad9143206b8560bdfceb919 git checkout -b release-6.4.2
Succès
fileExists - (24 ms in self)pom.xml
Succès
readMavenPom - (25 ms in self)
Succès
fileExists - (26 ms in self)Jenkinsfile
Succès
sh - (9 mn 37 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4.2/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4.2/g" pom.xml sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>6.4.2/g" pom.xml mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.4.2 mvn clean deploy -Dmaven.test.skip=true -Pdeployment -Prelease-sign-artifacts
Succès
withCredentials - (1,9 s in block)
Succès
withCredentials block - (1,8 s in block)
Succès
sh - (0,26 s in self)git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
Succès
sh - (1,6 s in self) git commit -am "Release of 6.4.2 from 6.4.2-build241211 (commit e32a8c7f57601a882ad9143206b8560bdfceb919)" git tag 6.4.2 git push origin --tags
Succès
stage - (3 mn 1 s in block)Prepare next version of Silverpeas Components
Succès
stage block (Prepare next version of Silverpeas Components) - (3 mn 0 s in block)
Succès
dir - (3 mn 0 s in block)Silverpeas-Components
Succès
dir block - (3 mn 0 s in block)
Succès
sh - (0,26 s in self)git checkout 6.4.x
Succès
fileExists - (25 ms in self)pom.xml
Succès
sh - (2 mn 58 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4.3-SNAPSHOT/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4.3-SNAPSHOT/g" pom.xml sed -i -e "s/<next.release>[0-9.]\+/<next.release>6.4.3/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.4.3-SNAPSHOT mvn clean install -Dmaven.test.skip=true -Djava.awt.headless=true
Succès
withCredentials - (1,9 s in block)
Succès
withCredentials block - (1,8 s in block)
Succès
sh - (0,26 s in self)git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
Succès
sh - (1,6 s in self) git commit -am "6.4.2 has been released from build 6.4.2-build241211 (e32a8c7f57601a882ad9143206b8560bdfceb919).\ Prepare for development iteration of next version 6.4.3" git push origin 6.4.x
Succès
stage - (12 s in block)Release Silverpeas Assembly
Succès
stage block (Release Silverpeas Assembly) - (12 s in block)
Succès
dir - (12 s in block)Silverpeas-Assembly
Succès
dir block - (12 s in block)
Succès
git - (0,76 s in self)
Succès
sh - (0,25 s in self) git checkout 1440d7740962c63078022e654d906f65764c9fef git checkout -b release-6.4.2
Succès
fileExists - (25 ms in self)pom.xml
Succès
readMavenPom - (25 ms in self)
Succès
fileExists - (25 ms in self)Jenkinsfile
Succès
sh - (10 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4.2/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4.2/g" pom.xml sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>6.4.2/g" pom.xml mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.4.2 mvn clean deploy -Dmaven.test.skip=true -Pdeployment -Prelease-sign-artifacts
Succès
withCredentials - (1,5 s in block)
Succès
withCredentials block - (1,4 s in block)
Succès
sh - (0,26 s in self)git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
Succès
sh - (1,1 s in self) git commit -am "Release of 6.4.2 from 6.4.2-build241211 (commit 1440d7740962c63078022e654d906f65764c9fef)" git tag 6.4.2 git push origin --tags
Succès
stage - (7,2 s in block)Prepare next version of Silverpeas Assembly
Succès
stage block (Prepare next version of Silverpeas Assembly) - (7,2 s in block)
Succès
dir - (7,1 s in block)Silverpeas-Assembly
Succès
dir block - (7,1 s in block)
Succès
sh - (0,26 s in self)git checkout 6.4.x
Succès
fileExists - (25 ms in self)pom.xml
Succès
sh - (5,3 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4.3-SNAPSHOT/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4.3-SNAPSHOT/g" pom.xml sed -i -e "s/<next.release>[0-9.]\+/<next.release>6.4.3/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.4.3-SNAPSHOT mvn clean install -Dmaven.test.skip=true -Djava.awt.headless=true
Succès
withCredentials - (1,5 s in block)
Succès
withCredentials block - (1,4 s in block)
Succès
sh - (0,27 s in self)git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
Succès
sh - (1,1 s in self) git commit -am "6.4.2 has been released from build 6.4.2-build241211 (1440d7740962c63078022e654d906f65764c9fef).\ Prepare for development iteration of next version 6.4.3" git push origin 6.4.x
Succès
stage - (1 mn 6 s in block)Release Silverpeas Setup
Succès
stage block (Release Silverpeas Setup) - (1 mn 6 s in block)
Succès
dir - (1 mn 6 s in block)Silverpeas-Setup
Succès
dir block - (1 mn 6 s in block)
Succès
git - (1,2 s in self)
Succès
sh - (0,26 s in self) git checkout a8d34497f3c1025a04537070f2df01d17aefab21 git checkout -b release-6.4.2
Succès
fileExists - (24 ms in self)pom.xml
Succès
fileExists - (26 ms in self)Jenkinsfile
Succès
sh - (1 mn 3 s in self) sed -i -e "s/version = '.\+'/version = '6.4.2'/g" build.gradle ./gradlew clean build publish
Succès
withCredentials - (1,4 s in block)
Succès
withCredentials block - (1,4 s in block)
Succès
sh - (0,26 s in self)git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
Succès
sh - (1,1 s in self) git commit -am "Release of 6.4.2 from 6.4.2-build241211 (commit a8d34497f3c1025a04537070f2df01d17aefab21)" git tag 6.4.2 git push origin --tags
Succès
stage - (26 s in block)Prepare next version of Silverpeas Setup
Succès
stage block (Prepare next version of Silverpeas Setup) - (26 s in block)
Succès
dir - (26 s in block)Silverpeas-Setup
Succès
dir block - (26 s in block)
Succès
sh - (0,26 s in self)git checkout 6.4.x
Succès
fileExists - (26 ms in self)pom.xml
Succès
sh - (24 s in self) sed -i -e "s/version = '.\+'/version = '6.4.3-SNAPSHOT'/g" build.gradle ./gradlew clean build publish
Succès
withCredentials - (1,5 s in block)
Succès
withCredentials block - (1,4 s in block)
Succès
sh - (0,26 s in self)git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
Succès
sh - (1,1 s in self) git commit -am "6.4.2 has been released from build 6.4.2-build241211 (a8d34497f3c1025a04537070f2df01d17aefab21).\ Prepare for development iteration of next version 6.4.3" git push origin 6.4.x
Succès
stage - (23 s in block)Release Silverpeas Distribution
Succès
stage block (Release Silverpeas Distribution) - (23 s in block)
Succès
dir - (23 s in block)Silverpeas-Distribution
Succès
dir block - (23 s in block)
Succès
git - (1,2 s in self)
Succès
sh - (0,26 s in self) git checkout 31ec9eff47661a3e19a2854eecd7d6cdf6f96f45 git checkout -b release-6.4.2
Succès
fileExists - (26 ms in self)pom.xml
Succès
readMavenPom - (30 ms in self)
Succès
fileExists - (25 ms in self)Jenkinsfile
Succès
sh - (20 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4.2/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4.2/g" pom.xml sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>6.4.2/g" pom.xml mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.4.2 mvn clean deploy -Dmaven.test.skip=true -Pdeployment -Prelease-sign-artifacts
Succès
withCredentials - (1,5 s in block)
Succès
withCredentials block - (1,4 s in block)
Succès
sh - (0,26 s in self)git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
Succès
sh - (1,1 s in self) git commit -am "Release of 6.4.2 from 6.4.2-build241211 (commit 31ec9eff47661a3e19a2854eecd7d6cdf6f96f45)" git tag 6.4.2 git push origin --tags
Succès
stage - (12 s in block)Prepare next version of Silverpeas Distribution
Succès
stage block (Prepare next version of Silverpeas Distribution) - (12 s in block)
Succès
dir - (12 s in block)Silverpeas-Distribution
Succès
dir block - (12 s in block)
Succès
sh - (0,26 s in self)git checkout 6.4.x
Succès
fileExists - (19 ms in self)pom.xml
Succès
sh - (10 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4.3-SNAPSHOT/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4.3-SNAPSHOT/g" pom.xml sed -i -e "s/<next.release>[0-9.]\+/<next.release>6.4.3/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.4.3-SNAPSHOT mvn clean install -Dmaven.test.skip=true -Djava.awt.headless=true
Succès
withCredentials - (1,5 s in block)
Succès
withCredentials block - (1,4 s in block)
Succès
sh - (0,26 s in self)git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
Succès
sh - (1,1 s in self) git commit -am "6.4.2 has been released from build 6.4.2-build241211 (31ec9eff47661a3e19a2854eecd7d6cdf6f96f45).\ Prepare for development iteration of next version 6.4.3" git push origin 6.4.x
Succès
stage - (28 s in block)Release Silverpeas Looks
Succès
stage block (Release Silverpeas Looks) - (28 s in block)
Succès
dir - (27 s in block)Silverpeas-Looks
Succès
dir block - (27 s in block)
Succès
git - (0,93 s in self)
Succès
sh - (0,25 s in self) git checkout 9a4f44b50831b4babfeb6775ae5df57f61529dcf git checkout -b release-6.4.2
Succès
fileExists - (26 ms in self)pom.xml
Succès
readMavenPom - (26 ms in self)
Succès
fileExists - (27 ms in self)Jenkinsfile
Succès
sh - (25 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4.2/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4.2/g" pom.xml sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>6.4.2/g" pom.xml mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.4.2 mvn clean deploy -Dmaven.test.skip=true -Pdeployment -Prelease-sign-artifacts
Succès
withCredentials - (1,5 s in block)
Succès
withCredentials block - (1,4 s in block)
Succès
sh - (0,26 s in self)git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
Succès
sh - (1,1 s in self) git commit -am "Release of 6.4.2 from 6.4.2-build241211 (commit 9a4f44b50831b4babfeb6775ae5df57f61529dcf)" git tag 6.4.2 git push origin --tags
Succès
stage - (17 s in block)Prepare next version of Silverpeas Looks
Succès
stage block (Prepare next version of Silverpeas Looks) - (17 s in block)
Succès
dir - (17 s in block)Silverpeas-Looks
Succès
dir block - (17 s in block)
Succès
sh - (0,26 s in self)git checkout 6.4.x
Succès
fileExists - (35 ms in self)pom.xml
Succès
sh - (15 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4.3-SNAPSHOT/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4.3-SNAPSHOT/g" pom.xml sed -i -e "s/<next.release>[0-9.]\+/<next.release>6.4.3/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.4.3-SNAPSHOT mvn clean install -Dmaven.test.skip=true -Djava.awt.headless=true
Succès
withCredentials - (1,9 s in block)
Succès
withCredentials block - (1,9 s in block)
Succès
sh - (0,26 s in self)git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
Succès
sh - (1,6 s in self) git commit -am "6.4.2 has been released from build 6.4.2-build241211 (9a4f44b50831b4babfeb6775ae5df57f61529dcf).\ Prepare for development iteration of next version 6.4.3" git push origin 6.4.x
Succès
stage - (2 mn 19 s in block)Release Silverpeas Mobile
Succès
stage block (Release Silverpeas Mobile) - (2 mn 19 s in block)
Succès
dir - (2 mn 19 s in block)silverpeasmobile
Succès
dir block - (2 mn 19 s in block)
Succès
git - (2,6 s in self)
Succès
sh - (0,26 s in self) git checkout 3c812df2475b078e02deac8e601e3ac805c3f590 git checkout -b release-6.4.2
Succès
fileExists - (26 ms in self)pom.xml
Succès
readMavenPom - (28 ms in self)
Succès
fileExists - (32 ms in self)Jenkinsfile
Succès
sh - (2 mn 14 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4.2/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4.2/g" pom.xml sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>6.4.2/g" pom.xml mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.4.2 mvn clean deploy -Dmaven.test.skip=true -Pdeployment -Prelease-sign-artifacts
Succès
withCredentials - (1,5 s in block)
Succès
withCredentials block - (1,4 s in block)
Succès
sh - (0,26 s in self)git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
Succès
sh - (1,1 s in self) git commit -am "Release of 6.4.2 from 6.4.2-build241211 (commit 3c812df2475b078e02deac8e601e3ac805c3f590)" git tag 6.4.2 git push origin --tags
Succès
stage - (1 mn 28 s in block)Prepare next version of Silverpeas Mobile
Succès
stage block (Prepare next version of Silverpeas Mobile) - (1 mn 28 s in block)
Succès
dir - (1 mn 28 s in block)silverpeasmobile
Succès
dir block - (1 mn 28 s in block)
Succès
sh - (0,26 s in self)git checkout 6.4.x
Succès
fileExists - (28 ms in self)pom.xml
Succès
sh - (1 mn 25 s in self) sed -i -e "s/<core.version>[0-9a-zA-Z.-]\+/<core.version>6.4.3-SNAPSHOT/g" pom.xml sed -i -e "s/<silverpeas.version>[0-9a-zA-Z.-]\+/<silverpeas.version>6.4.3-SNAPSHOT/g" pom.xml sed -i -e "s/<next.release>[0-9.]\+/<next.release>6.4.3/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.4.3-SNAPSHOT mvn clean install -Dmaven.test.skip=true -Djava.awt.headless=true
Succès
withCredentials - (1,9 s in block)
Succès
withCredentials block - (1,8 s in block)
Succès
sh - (0,26 s in self)git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
Succès
sh - (1,6 s in self) git commit -am "6.4.2 has been released from build 6.4.2-build241211 (3c812df2475b078e02deac8e601e3ac805c3f590).\ Prepare for development iteration of next version 6.4.3" git push origin 6.4.x
Succès
stage - (0,11 s in block)Publish Docker Image for development environment
Succès
stage block (Publish Docker Image for development environment) - (51 ms in block)
Succès
getContext - (2 ms in self)
Succès
stage - (77 ms in block)Publish Docker image for Jenkins job
Succès
stage block (Publish Docker image for Jenkins job) - (45 ms in block)
Succès
getContext - (3 ms in self)
Succès
stage - (0,13 s in block)Publish Docker Image of Silverpeas for trial purpose
Succès
stage block (Publish Docker Image of Silverpeas for trial purpose) - (95 ms in block)
Succès
build (Building Silverpeas Test Image) - (48 ms in self)
Succès
stage - (47 ms in block)Prepare Docker Image of Silverpeas for production
Succès
stage block (Prepare Docker Image of Silverpeas for production) - (27 ms in block)
Succès
build (Building Silverpeas Prod Image) - (2 ms in self)
Succès
stage - (66 ms in block)Publish Silverpeas Documentation
Succès
stage block (Publish Silverpeas Documentation) - (29 ms in block)
Succès
echo - (2 ms in self)Trigger the documentation generation and publishing job
Succès
build (Building Silverpeas_Documentation_Publishing) - (3 ms in self)
Succès
stage - (0,31 s in block)Create YAML release report
Succès
stage block (Create YAML release report) - (0,12 s in block)
Succès
script - (81 ms in block)
Succès
script block - (58 ms in block)
Succès
writeYaml - (20 ms in self)
Succès
stage - (0,35 s in block)Declarative: Post Actions
Succès
stage block (Declarative: Post Actions) - (0,33 s in block)
Succès
step - (47 ms in self)
Succès
script - (0,11 s in block)
Succès
script block - (34 ms in block)
Succès
archiveArtifacts - (52 ms in self)
Succès
script - (60 ms in block)
Succès
script block - (28 ms in block)
Succès