Step | Arguments | | | Status |
---|
Start of Pipeline - (20 s in block) | | | |
|
node - (20 s in block) | | | |
|
node block - (20 s in block) | | | |
|
stage - (0,66 s in block) | Declarative: Checkout SCM | | |
|
stage block (Declarative: Checkout SCM) - (0,65 s in block) | | | |
|
checkout - (0,64 s in self) | | | |
|
withEnv - (19 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 - (19 s in block) | | | |
|
withEnv - (19 s in block) | registryCredential, gitCredential, silverpeasVersion, doPR, prResult, gitRepoDockerHub, versionExists, project, update, gitToken, branch, dockerhub, gitRepoProject, mavenRepo | | |
|
withEnv block - (19 s in block) | | | |
|
stage - (51 ms in block) | Check the Docker image version to build | | |
|
stage block (Check the Docker image version to build) - (36 ms in block) | | | |
|
stage - (1,7 s in block) | Prepare the project | | |
|
stage block (Prepare the project) - (1,7 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep - (1,7 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1,6 s in block) | | | |
|
git - (0,63 s in self) | | | |
|
script - (1 s in block) | | | |
|
script block - (1 s in block) | | | |
|
sh - (0,25 s in self) | curl -fsSL -o pom-silverpeas.xml https://www.silverpeas.org/nexus/content/repositories/silverpeas/org/silverpeas/silverpeas-assembly/6.3/silverpeas-assembly-6.3.pom | | |
|
sh - (0,25 s in self) | grep -oP '(?<=SILVERPEAS_VERSION=)[0-9.]+' Dockerfile | | |
|
sh - (0,25 s in self) | rm -f pom-silverpeas.xml | | |
|
sh - (0,25 s in self) | git rev-parse 6.3 > /dev/null 2>&1 | | |
|
stage - (50 ms in block) | Check Silverpeas version is a new one | | |
|
stage block (Check Silverpeas version is a new one) - (27 ms in block) | | | |
|
stage - (45 ms in block) | Clean up previous build for the same version | | |
|
stage block (Clean up previous build for the same version) - (24 ms in block) | | | |
|
stage - (3,4 s in block) | Update Dockerfile for new version | | |
|
stage block (Update Dockerfile for new version) - (3,3 s in block) | | | |
|
withCredentials - (3,3 s in block) | | | |
|
withCredentials block - (3,3 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep - (3,3 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep block - (3,3 s in block) | | | |
|
sh - (0,26 s in self) |
git config --local credential.helper "!f() { echo username=\${GIT_AUTH_USR}; echo password=\$GIT_AUTH_PSW; }; f"
| | |
|
sh - (3 s in self) |
./generate-dockerfile.sh 6.3 26.1.1
git commit -am "Generate Dockerfile for Silverpeas 6.3"
git tag 6.3
git push origin HEAD:master
git push origin --tags
./generate-docker-library.sh > "/var/lib/jenkins/workspace/Silverpeas Prod Image"/silverpeas
| | |
|
stage - (2,2 s in block) | Create new stable branch | | |
|
stage block (Create new stable branch) - (2,1 s in block) | | | |
|
withCredentials - (2,1 s in block) | | | |
|
withCredentials block - (2,1 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep - (2,1 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep block - (2,1 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"
| | |
|
sh - (0,26 s in self) | git checkout -b 6.3.x | | |
|
sh - (1,6 s in self) | git push origin HEAD:6.3.x | | |
|
stage - (11 s in block) | Update official Docker images library | | |
|
stage block (Update official Docker images library) - (11 s in block) | | | |
|
withCredentials - (11 s in block) | | | |
|
withCredentials block - (11 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep - (11 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep block - (11 s in block) | | | |
|
git - (2,5 s in self) | | | |
|
sh - (0,25 s in self) |
git config --local credential.helper "!f() { echo username=\${GIT_AUTH_USR}; echo password=\$GIT_AUTH_PSW; }; f"
| | |
|
sh - (0,26 s in self) | git remote add docker https://github.com/docker-library/official-images.git | | |
|
sh - (5,3 s in self) |
git pull docker master
git push origin HEAD:master
| | |
|
script - (3 s in block) | | | |
|
script block - (3 s in block) | | | |
|
sh - (0,26 s in self) | git rev-parse silverpeas-6.3 > /dev/null 2>&1 | | |
|
sh - (2,7 s in self) |
git checkout -b silverpeas-6.3
cp "/var/lib/jenkins/workspace/Silverpeas Prod Image/silverpeas" library/
git commit -am "Update Docker image for Silverpeas version 6.3"
git push origin silverpeas-6.3
| | |
|
stage - (0,21 s in block) | Open pull request | | |
|
stage block (Open pull request) - (0,19 s in block) | | | |
|
withCredentials - (0,14 s in block) | | | |
|
withCredentials block - (0,11 s in block) | | | |
|
stage - (0,13 s in block) | Declarative: Post Actions | | |
|
stage block (Declarative: Post Actions) - (0,12 s in block) | | | |
|
step - (0,1 s in self) | | | |
|