Skip to content
StepArgumentsStatus
Start of Pipeline - (59 s in block)
node - (59 s in block)
node block - (59 s in block)
catchError - (59 s in block)
catchError block - (59 s in block)
isUnix - (2 ms in self)
sh - (0,25 s in self)docker inspect -f . silverpeas/silverbuild
withDockerContainer - (59 s in block)
withDockerContainer block - (56 s in block)
stage - (0,38 s in block)Preparation
stage block (Preparation) - (0,38 s in block)
copyArtifacts - (18 ms in self)
readYaml - (5 ms in self)build.yaml
sh - (0,25 s in self)rm -rf *
stage - (0,78 s in block)Checkout Build version to release
stage block (Checkout Build version to release) - (0,78 s in block)
git - (0,52 s in self)
sh - (0,25 s in self) git checkout 584719e9f7cc2ce04df3b28427bf35f4d538e3ff git checkout -b release-1.4
stage - (55 s in block)Release
stage block (Release) - (55 s in block)
echo - (3 ms in self)Release of JCR Access Control 1.4...
echo - (4 ms in self)-> Release project to version 1.4
sh - (41 s in self) mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.4 mvn clean deploy -Dmaven.test.skip=true -Prelease-sign-artifacts
withCredentials - (2,2 s in block)
withCredentials block - (2,1 s in block)
sh - (2,1 s in self) git commit -am "Release of 1.4" git tag 1.4 git push https://${USER}:${PASSWORD}@github.com/Silverpeas/Silverpeas-JCR-AccessControl --tags
echo - (7 ms in self)-> Prepare Next Snapshot version after 1.4
echo - (2 ms in self)Prepare the next development iteration for 1.5
sh - (0,25 s in self)git checkout master
sh - (9,7 s in self) sed -i -e "s/<next.release>[0-9.]\+/<next.release>1.5/g" pom.xml mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.5-SNAPSHOT mvn clean install -Dmaven.test.skip=true
withCredentials - (2,1 s in block)
withCredentials block - (2,1 s in block)
sh - (2,1 s in self) git commit -am "1.4 has been released from commit 584719e9f7cc2ce04df3b28427bf35f4d538e3ff (build version 1.4-build210412). Prepare for development iteration of next version 1.5" git push https://${USER}:${PASSWORD}@github.com/Silverpeas/Silverpeas-JCR-AccessControl HEAD:master
step - (6 ms in self)