Skip to content

Commit

Permalink
Trigger build after bladeRF build; turn off build durability; turn of…
Browse files Browse the repository at this point in the history
…f concurrent builds
  • Loading branch information
mutability committed Sep 5, 2019
1 parent 0a0fb46 commit dabb6fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit dabb6fc

Please sign in to comment.