Step | Arguments | | | Status |
---|
Start of Pipeline - (1 mn 41 s in block) | | | | |
node - (1 mn 41 s in block) | | | | |
node block - (1 mn 41 s in block) | | | | |
stage - (0,52 s in block) | Declarative: Checkout SCM | | | |
stage block (Declarative: Checkout SCM) - (0,5 s in block) | | | | |
checkout - (0,49 s in self) | | | | |
withEnv - (1 mn 40 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 - (1 mn 40 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 - (1 mn 40 s in block) | | | | |
withDockerContainer block - (1 mn 38 s in block) | | | | |
withEnv - (1 mn 38 s in block) | artifact, gitCredential, silverpeasVersion, commit, gitRepo, branch, version, nextVersion, parentVersion | | | |
withEnv block - (1 mn 38 s in block) | | | | |
stage - (83 ms in block) | Prepare the release | | | |
stage block (Prepare the release) - (70 ms in block) | | | | |
copyArtifacts - (13 ms in self) | | | | |
script - (29 ms in block) | | | | |
script block - (17 ms in block) | | | | |
readYaml - (9 ms in self) | build.yaml | | | |
stage - (1,3 s in block) | Checkout the build version | | | |
stage block (Checkout the build version) - (1,3 s in block) | | | | |
git - (1 s in self) | | | | |
sh - (0,25 s in self) |
git checkout e5dfa79c8d6718afc9db2dd4c3cbd268a401d8f5
git checkout -b release-1.1
| | | |
script - (35 ms in block) | | | | |
script block - (23 ms in block) | | | | |
readMavenPom - (14 ms in self) | | | | |
stage - (59 ms in block) | Check POM parent version | | | |
stage block (Check POM parent version) - (41 ms in block) | | | | |
getContext - (1 ms in self) | | | | |
stage - (46 ms in block) | Check Silverpeas version | | | |
stage block (Check Silverpeas version) - (22 ms in block) | | | | |
getContext - (1 ms in self) | | | | |
stage - (1 mn 10 s in block) | Release | | | |
stage block (Release) - (1 mn 10 s in block) | | | | |
withCredentials - (1 mn 10 s in block) | | | | |
withCredentials block - (1 mn 9 s in block) | | | | |
sh - (1 mn 8 s in self) |
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.1
mvn clean deploy -Dmaven.test.skip=true -Pdeployment -Prelease-sign-artifacts
git commit -am "Release of 1.1 from 1.1-build250416 (commit e5dfa79c8d6718afc9db2dd4c3cbd268a401d8f5)"
git tag 1.1
| | | |
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 --tags
| | | |
stage - (13 s in block) | Create the stable branch for the new release | | | |
stage block (Create the stable branch for the new release) - (13 s in block) | | | | |
withCredentials - (13 s in block) | | | | |
withCredentials block - (13 s in block) | | | | |
sh - (11 s in self) |
git checkout -b 1.1.x
sed -i -e "s/<next.release>[0-9.]\+/<next.release>1.1.1/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.1.1-SNAPSHOT
mvn clean install -Dmaven.test.skip=true
git commit -am "Prepare branch 1.1.x for bug fixes"
| | | |
sh - (0,26 s in self) |
git config --local credential.helper "!f() { echo username=\${GIT_AUTH_USR}; echo password=\$GIT_AUTH_PSW; }; f"
| | | |
sh - (1,1 s in self) |
git push origin HEAD:1.1.x
| | | |
stage - (12 s in block) | Prepare the development of the next version | | | |
stage block (Prepare the development of the next version) - (12 s in block) | | | | |
withCredentials - (12 s in block) | | | | |
withCredentials block - (12 s in block) | | | | |
sh - (11 s in self) |
git checkout main
sed -i -e "s/<next.release>[0-9.]\+/<next.release>1.2/g" pom.xml
mvn -U versions:set -DgenerateBackupPoms=false -DnewVersion=1.2-SNAPSHOT
mvn clean install -Dmaven.test.skip=true
git commit -am "1.1 has been released from build 1.1-build250416 (e5dfa79c8d6718afc9db2dd4c3cbd268a401d8f5).\
Prepare for development iteration of next version 1.2"
| | | |
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:main
| | | |
stage - (74 ms in block) | Create YAML release report | | | |
stage block (Create YAML release report) - (56 ms in block) | | | | |
script - (30 ms in block) | | | | |
script block - (20 ms in block) | | | | |
writeYaml - (8 ms in self) | | | | |
stage - (0,12 s in block) | Declarative: Post Actions | | | |
stage block (Declarative: Post Actions) - (0,11 s in block) | | | | |
step - (19 ms in self) | | | | |
script - (46 ms in block) | | | | |
script block - (17 ms in block) | | | | |
archiveArtifacts - (34 ms in self) | | | | |