Step | Arguments | | | Status |
---|
Start of Pipeline - (53 s in block) | | | | |
node - (52 s in block) | | | | |
node block - (52 s in block) | | | | |
stage - (1,2 s in block) | Declarative: Checkout SCM | | | |
stage block (Declarative: Checkout SCM) - (1,2 s in block) | | | | |
checkout - (1,2 s in self) | | | | |
withEnv - (51 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 - (51 s in block) | | | | |
isUnix - (1 ms in self) | | | | |
withEnv - (0,28 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 - (50 s in block) | | | | |
withDockerContainer block - (48 s in block) | | | | |
withEnv - (48 s in block) | nextWildflyVersion, gitCredential, gitRepo, currentWildflyVersion, nexusRepo, branch, parentVersion, pom | | | |
withEnv block - (48 s in block) | | | | |
stage - (52 ms in block) | Check Silverpeas version | | | |
stage block (Check Silverpeas version) - (44 ms in block) | | | | |
getContext - (1 ms in self) | | | | |
stage - (1,1 s in block) | Checkout | | | |
stage block (Checkout) - (1,1 s in block) | | | | |
git - (1,1 s in self) | | | | |
script - (21 ms in block) | | | | |
script block - (12 ms in block) | | | | |
readMavenPom - (7 ms in self) | | | | |
stage - (26 ms in block) | Check POM parent version | | | |
stage block (Check POM parent version) - (12 ms in block) | | | | |
getContext - (1 ms in self) | | | | |
stage - (42 ms in block) | Prepare for a new build version of Silverpeas | | | |
stage block (Prepare for a new build version of Silverpeas) - (13 ms in block) | | | | |
getContext - (1 ms in self) | | | | |
stage - (0,38 s in block) | Prepare for a new stable version of Silverpeas | | | |
stage block (Prepare for a new stable version of Silverpeas) - (0,35 s in block) | | | | |
copyArtifacts - (18 ms in self) | | | | |
script - (53 ms in block) | | | | |
script block - (26 ms in block) | | | | |
readYaml - (12 ms in self) | release.yaml | | | |
echo - (1 ms in self) | Parent version: 1.6 | | | |
echo - (1 ms in self) | Current Wildfly version: 26.1.3 | | | |
sh - (0,26 s in self) | rm -f release.yaml | | | |
stage - (45 ms in block) | Update POM parent version | | | |
stage block (Update POM parent version) - (22 ms in block) | | | | |
getContext - (1 ms in self) | | | | |
stage - (0,55 s in block) | Update current version of Wildfly | | | |
stage block (Update current version of Wildfly) - (0,53 s in block) | | | | |
sh - (0,51 s in self) |
sed -i -e "s/<current_wildfly_release>[0-9]\+/<current_wildfly_release>26/g" pom.xml
sed -i -e "s/<current_wildfly_version>[0-9.]\+/<current_wildfly_version>26.1.3/g" pom.xml
git commit -am "Update current Wildfly version to 26.1.3"
| | | |
stage - (32 ms in block) | Update next version of Wildfly | | | |
stage block (Update next version of Wildfly) - (15 ms in block) | | | | |
getContext - (1 ms in self) | | | | |
stage - (33 ms in block) | Update build version of Silverpeas | | | |
stage block (Update build version of Silverpeas) - (17 ms in block) | | | | |
getContext - (1 ms in self) | | | | |
stage - (18 s in block) | Update stable version of Silverpeas | | | |
stage block (Update stable version of Silverpeas) - (18 s in block) | | | | |
sh - (18 s in self) |
sed -i -e "s/<installer_stable_version>[0-9a-zA-Z.-]\+/<installer_stable_version>6.4/g" pom.xml
sed -i -e "s/<installer_izpack_version>[0-9a-zA-Z.-]\+/<installer_izpack_version>6.4/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=6.4
sed -i -e "s/silverpeas-[0-9.]\+-wildfly[0-9]\+/silverpeas-6.4-wildfly26/g" src/site/resources/index.html
git commit -am "Update the stable version of Silverpeas to 6.4"
| | | |
stage - (26 s in block) | Publish the web site | | | |
stage block (Publish the web site) - (26 s in block) | | | | |
sh - (26 s in self) | mvn clean site-deploy | | | |
stage - (1,2 s in block) | Push the changes into the SCM | | | |
stage block (Push the changes into the SCM) - (1,2 s in block) | | | | |
withCredentials - (1,2 s in block) | | | | |
withCredentials block - (1,1 s in block) | | | | |
sh - (1,1 s in self) |
git config --local credential.helper "!f() { echo username=\$GIT_AUTH_USR; echo password=\$GIT_AUTH_PSW; }; f"
git push origin HEAD:master
| | | |
stage - (98 ms in block) | Declarative: Post Actions | | | |
stage block (Declarative: Post Actions) - (87 ms in block) | | | | |
step - (21 ms in self) | | | | |
script - (38 ms in block) | | | | |
script block - (23 ms in block) | | | | |