From d8ff9e5daca7e75b2b511675173797c93ce3f15e Mon Sep 17 00:00:00 2001 From: Dominik Chilla Date: Sat, 15 Jun 2019 00:03:25 +0200 Subject: [PATCH] Jenkins scripted multibranch pipeline --- Jenkinsfile | 1 + Jenkinsfile.declarative.multibranch | 1 + 2 files changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 2d70b1d..d05e89f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,6 +45,7 @@ pipeline { } stage('Cleanup') { steps { + echo "Cleanup" /* The default is to reuse the local images for future builds. The reason for this is quite simple! It´s much easier to prune local images from disk than pushed images from the (cheap) docker registry! */ diff --git a/Jenkinsfile.declarative.multibranch b/Jenkinsfile.declarative.multibranch index 2d70b1d..d05e89f 100644 --- a/Jenkinsfile.declarative.multibranch +++ b/Jenkinsfile.declarative.multibranch @@ -45,6 +45,7 @@ pipeline { } stage('Cleanup') { steps { + echo "Cleanup" /* The default is to reuse the local images for future builds. The reason for this is quite simple! It´s much easier to prune local images from disk than pushed images from the (cheap) docker registry! */