Step Arguments Status Start of Pipeline - (1 mn 15 s in block)
node - (1 mn 15 s in block)
node block - (1 mn 15 s in block)
stage - (0,48 s in block) Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (0,46 s in block)
checkout - (0,46 s in self)
withEnv - (1 mn 15 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 15 s in block)
isUnix - (1 ms in self)
withEnv - (0,27 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 - (1 mn 14 s in block)
withDockerContainer block - (1 mn 12 s in block)
withEnv - (1 mn 12 s in block) artifact, gitCredential, gitRepoOfTestDependencies, jcrAccessControl, version, nextVersion, gitRepoOfProject, gitRepoOfDependencies
withEnv block - (1 mn 12 s in block)
stage - (42 ms in block) Prepare the release from master
stage block (Prepare the release from master) - (34 ms in block)
stage - (1,6 s in block) Prepare the release from a given stable version branch
stage block (Prepare the release from a given stable version branch) - (1,5 s in block)
script - (1,5 s in block)
script block - (1,5 s in block)
sh - (0,5 s in self) curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/Silverpeas-Project/1.5.x/pom.xml
readMavenPom - (7 ms in self)
sh - (0,26 s in self) rm -f pom.xml
sh - (0,5 s in self) curl -fsSL -o pom.xml https://raw.githubusercontent.com/Silverpeas/silverpeas-dependencies-bom/1.5.x/pom.xml
readMavenPom - (14 ms in self)
sh - (0,25 s in self) rm -f pom.xml
stage - (48 ms in block) Check dependencies
stage block (Check dependencies) - (29 ms in block)
stage - (31 s in block) Release dependencies definition
stage block (Release dependencies definition) - (31 s in block)
dir - (31 s in block) dependencies
dir block - (31 s in block)
git - (0,69 s in self)
echo - (2 ms in self) -> release version 1.5.3
sh - (21 s in self)
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.5.3
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>1.5.3/g" pom.xml
mvn clean deploy -Djava.awt.headless=true
git commit -am "Release of 1.5.3"
git tag 1.5.3
echo - (3 ms in self) -> prepare development of 1.5.4
sh - (6,3 s in self)
sed -i -e "s/<next.release>[0-9.]\+/<next.release>1.5.4/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.5.4-SNAPSHOT
mvn clean install -Djava.awt.headless=true
git commit -am "Prepare for development iteration of next version 1.5.4"
withCredentials - (2,6 s in block)
withCredentials block - (2,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 - (2,3 s in self)
git push origin HEAD:1.5.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,45 s in self)
echo - (1 ms in self) -> release version 1.5.3
sh - (6,7 s in self)
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.5.3
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>1.5.3/g" pom.xml
mvn clean deploy -Djava.awt.headless=true
git commit -am "Release of 1.5.3"
git tag 1.5.3
echo - (1 ms in self) -> prepare development of 1.5.4
sh - (5,7 s in self)
sed -i -e "s/<next.release>[0-9.]\+/<next.release>1.5.4/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.5.4-SNAPSHOT
mvn clean install -Djava.awt.headless=true
git commit -am "Prepare for development iteration of next version 1.5.4"
withCredentials - (2,3 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 s in self)
git push origin HEAD:1.5.x
git push origin --tags
stage - (24 s in block) Release project definition
stage block (Release project definition) - (24 s in block)
dir - (23 s in block) project
dir block - (23 s in block)
git - (0,47 s in self)
sh - (0,25 s in self)
sed -i -e "s/<silverpeas.bom.version>[0-9a-zA-Z.-]\+/<silverpeas.bom.version>1.5.3/g" pom.xml
echo - (3 ms in self) -> release version 1.5.3
sh - (11 s in self)
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.5.3
sed -i -e "s/<tag>[a-zA-Z0-9.\-]\+/<tag>1.5.3/g" pom.xml
mvn clean deploy -Djava.awt.headless=true
git commit -am "Release of 1.5.3"
git tag 1.5.3
sh - (0,25 s in self)
sed -i -e "s/<silverpeas.bom.version>1.5.3/<silverpeas.bom.version>1.5.4-SNAPSHOT/g" pom.xml
echo - (2 ms in self) -> prepare development of 1.5.4
sh - (9,4 s in self)
sed -i -e "s/<next.release>[0-9.]\+/<next.release>1.5.4/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.5.4-SNAPSHOT
mvn clean install -Djava.awt.headless=true
git commit -am "Prepare for development iteration of next version 1.5.4"
withCredentials - (2,3 s in block)
withCredentials block - (2,3 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 s in self)
git push origin HEAD:1.5.x
git push origin --tags
stage - (53 ms in block) Create YAML release report
stage block (Create YAML release report) - (37 ms in block)
script - (17 ms in block)
script block - (11 ms in block)
writeYaml - (5 ms in self)
stage - (82 ms in block) Declarative: Post Actions
stage block (Declarative: Post Actions) - (77 ms in block)
step - (15 ms in self)
script - (30 ms in block)
script block - (14 ms in block)
archiveArtifacts - (25 ms in self)