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') {