Step | Arguments | | | Status |
---|
Start of Pipeline - (29 s in block) | | | |
|
node - (28 s in block) | | | |
|
node block - (28 s in block) | | | |
|
stage - (1,6 s in block) | Declarative: Checkout SCM | | |
|
stage block (Declarative: Checkout SCM) - (1,6 s in block) | | | |
|
checkout - (1,6 s in self) | | | |
|
withEnv - (27 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 - (27 s in block) | | | |
|
withEnv - (27 s in block) | registryCredential, gitCredential, silverpeasVersion, dockerhub, gitRepoDockerHub, versionExists, project, gitRepoProject, branch, mavenRepo | | |
|
withEnv block - (27 s in block) | | | |
|
stage - (40 ms in block) | Check the Docker image version to build | | |
|
stage block (Check the Docker image version to build) - (30 ms in block) | | | |
|
stage - (2,7 s in block) | Prepare the project | | |
|
stage block (Prepare the project) - (2,7 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep - (2,6 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep block - (2,6 s in block) | | | |
|
git - (1,8 s in self) | | | |
|
script - (0,8 s in block) | | | |
|
script block - (0,78 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.2.3/silverpeas-assembly-6.2.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 | | |
|
stage - (24 ms in block) | Check Silverpeas version is new one | | |
|
stage block (Check Silverpeas version is new one) - (15 ms in block) | | | |
|
stage - (5,6 s in block) | Update Dockerfile for new version | | |
|
stage block (Update Dockerfile for new version) - (5,6 s in block) | | | |
|
withCredentials - (5,6 s in block) | | | |
|
withCredentials block - (5,5 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep - (5,5 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep block - (5,5 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 - (5,2 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 - (26 ms in block) | Create new stable branch | | |
|
stage block (Create new stable branch) - (16 ms in block) | | | |
|
stage - (18 s in block) | Update official Docker images library | | |
|
stage block (Update official Docker images library) - (18 s in block) | | | |
|
withCredentials - (18 s in block) | | | |
|
withCredentials block - (18 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep - (18 s in block) | | | |
|
org.jenkinsci.plugins.workflow.steps.PushdStep block - (18 s in block) | | | |
|
git - (0,39 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 - (17 s in self) |
git pull docker master
git push origin HEAD:master
git checkout -b silverpeas-6.2.3
cp "/var/lib/jenkins/workspace/Silverpeas Prod Image/silverpeas" library/
git commit -am "Update Docker image for Silverpeas version 6.2.3"
git push origin silverpeas-6.2.3
| | |
|
stage - (0,16 s in block) | Declarative: Post Actions | | |
|
stage block (Declarative: Post Actions) - (0,16 s in block) | | | |
|
step - (12 ms in self) | | | |
|
script - (0,13 s in block) | | | |
|
script block - (0,12 s in block) | | | |
|
emailext - (0,11 s in self) | | | |
|