Add buster to the Jenkins build
This commit is contained in:
parent
36ae24838f
commit
f1fef5b8fc
|
|
@ -8,7 +8,7 @@ node(label: 'raspberrypi') {
|
||||||
durabilityHint(hint: 'PERFORMANCE_OPTIMIZED')
|
durabilityHint(hint: 'PERFORMANCE_OPTIMIZED')
|
||||||
])
|
])
|
||||||
|
|
||||||
def dists = ["stretch", "jessie"]
|
def dists = ["buster", "stretch", "jessie"]
|
||||||
def srcdir = "${WORKSPACE}/src"
|
def srcdir = "${WORKSPACE}/src"
|
||||||
|
|
||||||
stage('Checkout') {
|
stage('Checkout') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue