From fa15697e649686db8b308fd3bb22da9fa5a821ae Mon Sep 17 00:00:00 2001 From: Inaki Date: Sat, 6 Jul 2019 10:48:54 +0200 Subject: [PATCH] Update README.md --- scripts/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/README.md b/scripts/README.md index 1cbe5194..2710b2e1 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -2,6 +2,7 @@ * **cleanup.Jenkinsfile**: Jenkinsfile with Declarative Pipeline Multiline sh that cleanups old builds. All the Stages are now visually monitored. It is triggered every saturday night and ends with jenkins restart. These Multi-line bash commands make easier to read Jenkins Projects. * **daily_restart.Jenkinsfile**: A script that automatically triggers a daily restart of Jenkins due to performance issues (Jenkins is a Java application). Jenkins with Declarative Pipeline multiline sh that restarts Jenkins every night except on Saturday nights (when Jenkinsfile is triggered). +* **confluence6-docker-build.Jenkinsfile**: Declarative Jenkinsfile for building and uploading the image to Openshift-DEV, Dockerhub and Openshift-PROD (Stages are disabled via Conditional Build Steps). Tip: A Docker Plugin for Jenkins can easily replace this Jenkinsfile. ## Configuration requirements This cleanup.Jenkinsfile script is supposed to be run in jenkins master nodes, where all the legacy build artifacts are achived ($JENKINS_HOME/jobs/YourProjectName/builds).