Step Arguments Status Start of Pipeline - (1 mn 12 s in block)
node - (1 mn 11 s in block)
node block - (1 mn 11 s in block)
stage - (0,58 s in block) Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (0,56 s in block)
checkout - (0,55 s in self)
withEnv - (1 mn 11 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 - (1 mn 11 s in block)
isUnix - (3 ms in self)
withEnv - (0,29 s in block) JD_ID, JD_TO_RUN
withEnv block - (0,27 s in block)
sh - (0,26 s in self) docker inspect -f . "$JD_TO_RUN"
withDockerContainer - (1 mn 10 s in block)
withDockerContainer block - (1 mn 8 s in block)
withEnv - (1 mn 8 s in block) artifact, gitCredential, gitRepoOfTestDependencies, jcrAccessControl, version, nextVersion, gitRepoOfProject, gitRepoOfDependencies
withEnv block - (1 mn 8 s in block)
stage - (0,1 s in block) Prepare the release from master
stage block (Prepare the release from master) - (82 ms in block)
getContext - (1 ms in self)
stage - (2,7 s in block) Prepare the release from a given stable version branch
stage block (Prepare the release from a given stable version branch) - (2,7 s in block)
script - (2,7 s in block)
script block - (2,6 s in block)
sh - (0,51 s in self) curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Project/1.6.x/pom.xml
readMavenPom - (15 ms in self)
sh - (0,26 s in self) rm -f pom.xml
sh - (1,6 s in self) curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/silverpeas-dependencies-bom/1.6.x/pom.xml
readMavenPom - (21 ms in self)
sh - (0,26 s in self) rm -f pom.xml
stage - (50 ms in block) Check dependencies
stage block (Check dependencies) - (30 ms in block)
getContext - (2 ms in self)
stage - (25 s in block) Release dependencies definition
stage block (Release dependencies definition) - (25 s in block)
dir - (25 s in block) dependencies
dir block - (25 s in block)
git - (0,7 s in self)
echo - (3 ms in self) -> release version 1.6.1
sh - (16 s in self)
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.6.1
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>1.6.1/g" pom.xml
mvn clean deploy -Djava.awt.headless=true
git commit -am "Release of 1.6.1"
git tag 1.6.1
echo - (3 ms in self) -> prepare development of 1.6.2
sh - (5,1 s in self)
sed -i -e "s/<next.release>[0-9.]\+/<next.release>1.6.2/g" pom.xml
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>HEAD/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.6.2-SNAPSHOT
mvn clean install -Djava.awt.headless=true
git commit -am "Prepare for development iteration of next version 1.6.2"
withCredentials - (3,2 s in block)
withCredentials block - (3,2 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,9 s in self)
git push origin HEAD:1.6.x
git push origin --tags
stage - (15 s in block) Release test dependencies definition
stage block (Release test dependencies definition) - (15 s in block)
dir - (15 s in block) test-dependencies
dir block - (15 s in block)
git - (0,65 s in self)
echo - (3 ms in self) -> release version 1.6.1
sh - (5,9 s in self)
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.6.1
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>1.6.1/g" pom.xml
mvn clean deploy -Djava.awt.headless=true
git commit -am "Release of 1.6.1"
git tag 1.6.1
echo - (1 ms in self) -> prepare development of 1.6.2
sh - (5,9 s in self)
sed -i -e "s/<next.release>[0-9.]\+/<next.release>1.6.2/g" pom.xml
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>HEAD/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.6.2-SNAPSHOT
mvn clean install -Djava.awt.headless=true
git commit -am "Prepare for development iteration of next version 1.6.2"
withCredentials - (2,8 s in block)
withCredentials block - (2,7 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,5 s in self)
git push origin HEAD:1.6.x
git push origin --tags
stage - (24 s in block) Release project definition
stage block (Release project definition) - (24 s in block)
dir - (24 s in block) project
dir block - (24 s in block)
git - (0,64 s in self)
sh - (0,25 s in self)
sed -i -e "s/<silverpeas.bom.version>[0-9a-zA-Z.-]\+/<silverpeas.bom.version>1.6.1/g" pom.xml
echo - (3 ms in self) -> release version 1.6.1
sh - (12 s in self)
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.6.1
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>1.6.1/g" pom.xml
mvn clean deploy -Djava.awt.headless=true
git commit -am "Release of 1.6.1"
git tag 1.6.1
sh - (0,26 s in self)
sed -i -e "s/<silverpeas.bom.version>1.6.1/<silverpeas.bom.version>1.6.2-SNAPSHOT/g" pom.xml
echo - (4 ms in self) -> prepare development of 1.6.2
sh - (8 s in self)
sed -i -e "s/<next.release>[0-9.]\+/<next.release>1.6.2/g" pom.xml
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>HEAD/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.6.2-SNAPSHOT
mvn clean install -Djava.awt.headless=true
git commit -am "Prepare for development iteration of next version 1.6.2"
withCredentials - (2,7 s in block)
withCredentials block - (2,7 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 - (2,5 s in self)
git push origin HEAD:1.6.x
git push origin --tags
stage - (67 ms in block) Create YAML release report
stage block (Create YAML release report) - (51 ms in block)
script - (27 ms in block)
script block - (17 ms in block)
writeYaml - (8 ms in self)
stage - (0,17 s in block) Declarative: Post Actions
stage block (Declarative: Post Actions) - (0,16 s in block)
step - (82 ms in self)
script - (39 ms in block)
script block - (16 ms in block)
archiveArtifacts - (27 ms in self)