Remove wheezy from Jenkins build process

This commit is contained in:
Eric Tran 2019-08-01 13:57:53 +00:00
parent d9a78636a6
commit 1ecc925ed5

2
Jenkinsfile vendored
View file

@ -1,5 +1,5 @@
node(label: 'raspberrypi') {
def dists = ["stretch", "jessie", "wheezy"]
def dists = ["stretch", "jessie"]
def srcdir = "${WORKSPACE}/src"
stage('Checkout') {