diff --git a/Jenkinsfile b/Jenkinsfile index 0b2b279..20a966b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,13 @@ node(label: 'raspberrypi') { + properties([ + pipelineTriggers([ + upstream(threshold: 'SUCCESS', + upstreamProjects: "bladeRF/${env.BRANCH_NAME}") + ]), + disableConcurrentBuilds(), + durabilityHint(hint: 'PERFORMANCE_OPTIMIZED') + ]) + def dists = ["stretch", "jessie"] def srcdir = "${WORKSPACE}/src"