updated JKF
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user