Step | Arguments | | | Status |
---|
Start of Pipeline - (8 mn 2 s in block) | | | |
|
node - (8 mn 2 s in block) | | | |
|
node block - (8 mn 2 s in block) | | | |
|
stage - (1,7 s in block) | Declarative: Checkout SCM | | |
|
stage block (Declarative: Checkout SCM) - (1,7 s in block) | | | |
|
checkout - (1,7 s in self) | | | |
|
withEnv - (8 mn 0 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 - (8 mn 0 s in block) | | | |
|
isUnix - (1 ms in self) | | | |
|
withEnv - (0,26 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 - (8 mn 0 s in block) | | | |
|
withDockerContainer block - (7 mn 57 s in block) | | | |
|
withEnv - (7 mn 57 s in block) | currentParentVersion, actualParentVersion, gitCredential, gitRepo, branch, mavenRepo | | |
|
withEnv block - (7 mn 57 s in block) | | | |
|
stage - (27 ms in block) | Check the version of Silverpeas | | |
|
stage block (Check the version of Silverpeas) - (21 ms in block) | | | |
|
getContext - (1 ms in self) | | | |
|
stage - (1 s in block) | Prepare the publishing | | |
|
stage block (Prepare the publishing) - (1 s in block) | | | |
|
git - (0,51 s in self) | | | |
|
script - (0,53 s in block) | | | |
|
script block - (0,53 s in block) | | | |
|
readMavenPom - (7 ms in self) | | | |
|
sh - (0,25 s in self) | curl -fsSL -o pom-silverpeas.xml https://nexus3.silverpeas.org/repository/silverpeas/org/silverpeas/silverpeas-assembly/6.4/silverpeas-assembly-6.4.pom | | |
|
readMavenPom - (7 ms in self) | pom-silverpeas.xml | | |
|
sh - (0,25 s in self) | rm -f pom-silverpeas.xml | | |
|
stage - (14 s in block) | Update POM parent version | | |
|
stage block (Update POM parent version) - (14 s in block) | | | |
|
sh - (14 s in self) |
mvn -U versions:update-parent -DgenerateBackupPoms=false -DparentVersion="[1.6]"
git commit -am "Update parent POM to version 1.6"
| | |
|
stage - (7 mn 40 s in block) | Publish izPack Installer | | |
|
stage block (Publish izPack Installer) - (7 mn 40 s in block) | | | |
|
withCredentials - (7 mn 40 s in block) | | | |
|
withCredentials block - (7 mn 40 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"
| | |
|
script - (7 mn 40 s in block) | | | |
|
script block - (7 mn 40 s in block) | | | |
|
sh - (7 mn 40 s in self) |
sed -i -e "s/<wildfly.version>[0-9a-zA-Z.-]\+/<wildfly.version>26.1.3/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.4
mvn clean install
git commit -am "Build and publish the Izpack installer for Silverpeas 6.4"
git tag 6.4
git push origin HEAD:master
git push origin --tags
| | |
|
stage - (0,32 s in block) | create next stable branch | | |
|
stage block (create next stable branch) - (0,3 s in block) | | | |
|
script - (0,27 s in block) | | | |
|
script block - (0,27 s in block) | | | |
|
sh - (0,25 s in self) |
git checkout -b 6.4.x
git commit -am "Prepare branch 6.4.x for minor versions"
git push origin 6.4.x
| | |
|
stage - (0,13 s in block) | Declarative: Post Actions | | |
|
stage block (Declarative: Post Actions) - (0,12 s in block) | | | |
|
step - (0,12 s in self) | | | |
|