From e3f416f2aca8d438ee2969cf993b3197115920a4 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 19 Feb 2021 03:27:09 +0100 Subject: [PATCH] updated JKF --- Jenkinsfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9019162..4f9f0d8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,8 @@ pipeline { } } // all the stages here will run in parallel - + stages { + stage('Build') { steps { copyArtifacts filter: 'bin/distrobuilder', fingerprintArtifacts: true, flatten: true, projectName: '/Public/DistroBuilder/BuildConfig=BrampCustom', selector: lastSuccessful() // Build SH script @@ -45,7 +46,8 @@ pipeline { sudo chown jenkins:jenkins -R $WORKSPACE/REL ''' } - + } + } } } stage('Finish') {