Skip to content
Jenkins
S'identifier
Tableau de bord
Tous
Silverpeas_Jackrabbit-JCA_Release
#3
Pipeline Steps
Status
Changes
Console Output
View Build Information
Paramètres
Git Build Data
Pipeline Steps
Workspaces
Previous Build
Next Build
Step
Arguments
Status
Start of Pipeline - (1 mn 1 s in block)
node - (1 mn 1 s in block)
node block - (1 mn 1 s in block)
catchError - (1 mn 1 s in block)
catchError block - (1 mn 1 s in block)
isUnix - (2 ms in self)
sh - (0,25 s in self)
docker inspect -f . silverpeas/silverbuild
withDockerContainer - (1 mn 0 s in block)
withDockerContainer block - (58 s in block)
stage - (0,37 s in block)
Preparation
stage block (Preparation) - (0,36 s in block)
copyArtifacts - (9 ms in self)
readYaml - (6 ms in self)
build.yaml
sh - (0,25 s in self)
rm -rf *
stage - (0,85 s in block)
Checkout Build version to release
stage block (Checkout Build version to release) - (0,84 s in block)
git - (0,57 s in self)
readMavenPom - (6 ms in self)
sh - (0,25 s in self)
git checkout 9931e5d3104359076718a115d23a1ba7a289dc64 git checkout -b release-2.20.3
stage - (56 s in block)
Release
stage block (Release) - (56 s in block)
echo - (2 ms in self)
-> Release project to version 2.20.3
withCredentials - (56 s in block)
withCredentials block - (56 s in block)
sh - (56 s in self)
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=2.20.3 mvn clean deploy -Dmaven.test.skip=true -Prelease-sign-artifacts git commit -am "Release of 2.20.3" git tag 2.20.3 git push https://${USER}:${PASSWORD}@github.com/Silverpeas/Silverpeas-Jackrabbit-JCA --tags
step - (7 ms in self)