Step | Arguments | | | Status |
---|
Start of Pipeline - (12 s in block) | | | |
|
node - (12 s in block) | | | |
|
node block - (12 s in block) | | | |
|
stage - (0,68 s in block) | Declarative: Checkout SCM | | |
|
stage block (Declarative: Checkout SCM) - (0,66 s in block) | | | |
|
checkout - (0,66 s in self) | | | |
|
withEnv - (11 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 - (11 s in block) | | | |
|
withEnv - (11 s in block) | registryCredential, gitCredential, silverpeasVersion, doPR, prResult, gitRepoDockerHub, versionExists, project, gitToken, branch, dockerhub, gitRepoProject, mavenRepo | | |
|
withEnv block - (11 s in block) | | | |
|
stage - (41 ms in block) | Check the Docker image version to build | | |
|
stage block (Check the Docker image version to build) - (29 ms in block) | | | |
|
stage - (1,4 s in block) | Prepare the project | | |
|
stage block (Prepare the project) - (1,4 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep - (1,4 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1,3 s in block) | | | |
|
git - (0,32 s in self) | | | |
|
script - (1 s in block) | | | |
|
script block - (1 s in block) | | | |
|
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.2.3/silverpeas-assembly-6.2.3.pom | | |
|
sh - (0,26 s in self) | grep -oP '(?<=SILVERPEAS_VERSION=)[0-9.]+' Dockerfile | | |
|
sh - (0,25 s in self) | rm -f pom-silverpeas.xml | | |
|
stage - (25 ms in block) | Check Silverpeas version is new one | | |
|
stage block (Check Silverpeas version is new one) - (15 ms in block) | | | |
|
stage - (3,4 s in block) | Update Dockerfile for new version | | |
|
stage block (Update Dockerfile for new version) - (3,4 s in block) | | | |
|
withCredentials - (3,4 s in block) | | | |
|
withCredentials block - (3,4 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep - (3,4 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep block - (3,4 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 - (0,81 s in block) | | | |
|
script block - (0,78 s in block) | | | |
|
sh - (0,25 s in self) | git rev-parse 6.2.3 > /dev/null 2>&1 | | |
|
sh - (0,51 s in self) |
git tag -d 6.2.3
git push origin :6.2.3
| | |
|
sh - (2,3 s in self) |
./generate-dockerfile.sh 6.2.3 20.0.1
git commit -am "Generate Dockerfile for Silverpeas 6.2.3"
git tag 6.2.3
git push origin HEAD:6.2.x
git push origin --tags
./generate-docker-library.sh > "/var/lib/jenkins/workspace/Silverpeas Prod Image"/silverpeas
| | |
|
stage - (31 ms in block) | Create new stable branch | | |
|
stage block (Create new stable branch) - (18 ms in block) | | | |
|
stage - (6,5 s in block) | Update official Docker images library | | |
|
stage block (Update official Docker images library) - (6,5 s in block) | | | |
|
withCredentials - (6,5 s in block) | | | |
|
withCredentials block - (6,4 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep - (6,4 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep block - (6,4 s in block) | | | |
|
git - (0,81 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 - (2 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,25 s in self) | git rev-parse silverpeas-6.2.3 > /dev/null 2>&1 | | |
|
echo - (5 ms in self) | The branch silverpeas-6.2.3 already exists. So this is just an update | | |
|
sh - (2,7 s in self) |
git checkout silverpeas-6.2.3
cp "/var/lib/jenkins/workspace/Silverpeas Prod Image/silverpeas" library/
git commit -a --amend --no-edit
git push origin silverpeas-6.2.3 --force-with-lease
| | |
|
stage - (24 ms in block) | Open pull request | | |
|
stage block (Open pull request) - (14 ms in block) | | | |
|
stage - (0,12 s in block) | Declarative: Post Actions | | |
|
stage block (Declarative: Post Actions) - (0,11 s in block) | | | |
|
step - (12 ms in self) | | | |
|
script - (90 ms in block) | | | |
|
script block - (82 ms in block) | | | |
|
emailext - (69 ms in self) | | | |
|