updated JKF

This commit is contained in:
2021-02-19 03:27:09 +01:00
parent 0df77b30c9
commit e3f416f2ac

6
Jenkinsfile vendored
View File

@@ -37,7 +37,8 @@ pipeline {
} }
} }
// all the stages here will run in parallel // all the stages here will run in parallel
stages {
stage('Build') {
steps { steps {
copyArtifacts filter: 'bin/distrobuilder', fingerprintArtifacts: true, flatten: true, projectName: '/Public/DistroBuilder/BuildConfig=BrampCustom', selector: lastSuccessful() copyArtifacts filter: 'bin/distrobuilder', fingerprintArtifacts: true, flatten: true, projectName: '/Public/DistroBuilder/BuildConfig=BrampCustom', selector: lastSuccessful()
// Build SH script // Build SH script
@@ -45,7 +46,8 @@ pipeline {
sudo chown jenkins:jenkins -R $WORKSPACE/REL sudo chown jenkins:jenkins -R $WORKSPACE/REL
''' '''
} }
}
}
} }
} }
stage('Finish') { stage('Finish') {