Step | Arguments | | | Status |
---|
Start of Pipeline - (5 mn 43 s in block) | | | |
|
node - (5 mn 42 s in block) | | | |
|
node block - (5 mn 42 s in block) | | | |
|
stage - (1,2 s in block) | Declarative: Checkout SCM | | |
|
stage block (Declarative: Checkout SCM) - (1,1 s in block) | | | |
|
checkout - (1,1 s in self) | | | |
|
withEnv - (5 mn 41 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 - (5 mn 41 s in block) | | | |
|
isUnix - (<1 ms in self) | | | |
|
withEnv - (0,28 s in block) | JD_ID, JD_TO_RUN | | |
|
withEnv block - (0,25 s in block) | | | |
|
sh - (0,25 s in self) | docker inspect -f . "$JD_TO_RUN" | | |
|
withDockerContainer - (5 mn 41 s in block) | | | |
|
withDockerContainer block - (5 mn 38 s in block) | | | |
|
withEnv - (5 mn 38 s in block) | currentParentVersion, actualParentVersion, gitCredential, gitRepo, branch, mavenRepo | | |
|
withEnv block - (5 mn 38 s in block) | | | |
|
stage - (26 ms in block) | Check the version of Silverpeas | | |
|
stage block (Check the version of Silverpeas) - (20 ms in block) | | | |
|
stage - (1,3 s in block) | Prepare the publishing | | |
|
stage block (Prepare the publishing) - (1,3 s in block) | | | |
|
git - (0,51 s in self) | | | |
|
script - (0,78 s in block) | | | |
|
script block - (0,77 s in block) | | | |
|
readMavenPom - (5 ms in self) | | | |
|
sh - (0,5 s in self) | curl -fsSL -o pom-silverpeas.xml https://www.silverpeas.org/nexus/content/repositories/silverpeas/org/silverpeas/silverpeas-assembly/6.3.3/silverpeas-assembly-6.3.3.pom | | |
|
readMavenPom - (4 ms in self) | pom-silverpeas.xml | | |
|
sh - (0,25 s in self) | rm -f pom-silverpeas.xml | | |
|
stage - (41 ms in block) | Update POM parent version | | |
|
stage block (Update POM parent version) - (25 ms in block) | | | |
|
stage - (5 mn 36 s in block) | Publish izPack Installer | | |
|
stage block (Publish izPack Installer) - (5 mn 36 s in block) | | | |
|
withCredentials - (5 mn 36 s in block) | | | |
|
withCredentials block - (5 mn 36 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 - (5 mn 36 s in block) | | | |
|
script block - (5 mn 36 s in block) | | | |
|
sh - (5 mn 36 s in self) |
sed -i -e "s/<wildfly.version>[0-9a-zA-Z.-]\+/<wildfly.version>26.1.1/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.3.3
mvn clean install
git commit -am "Build and publish the Izpack installer for Silverpeas 6.3.3"
git tag 6.3.3
git push origin HEAD:6.3.x
git push origin --tags
| | |
|
stage - (50 ms in block) | create next stable branch | | |
|
stage block (create next stable branch) - (33 ms in block) | | | |
|
stage - (89 ms in block) | Declarative: Post Actions | | |
|
stage block (Declarative: Post Actions) - (81 ms in block) | | | |
|
step - (19 ms in self) | | | |
|
script - (37 ms in block) | | | |
|
script block - (24 ms in block) | | | |
|