From f1fef5b8fc3248968d76b5a8503fba8d9120c207 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Thu, 7 Nov 2019 10:41:40 +0800 Subject: [PATCH] Add buster to the Jenkins build --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 20a966b..70b3d60 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ node(label: 'raspberrypi') { durabilityHint(hint: 'PERFORMANCE_OPTIMIZED') ]) - def dists = ["stretch", "jessie"] + def dists = ["buster", "stretch", "jessie"] def srcdir = "${WORKSPACE}/src" stage('Checkout') {