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
|
// 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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user