From 9045a41e6c6ffd2c461610dba7b21ef6bb299c27 Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Tue, 9 Jun 2020 17:49:50 +0000 Subject: [PATCH] feat(ubuntu) add Ubuntu focal focus as a target --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 31eb36b7..8a077363 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -212,6 +212,7 @@ pipeline { sh 'git clone --single-branch --branch ${KONG_SOURCE} https://github.com/Kong/kong.git ${KONG_SOURCE_LOCATION}' sh 'export BUILDX=false RESTY_IMAGE_TAG=bionic && make package-kong && make test && make cleanup' sh 'export CACHE=false UPDATE_CACHE=true RESTY_IMAGE_TAG=xenial DOCKER_MACHINE_ARM64_NAME="jenkins-kong-"`cat /proc/sys/kernel/random/uuid` && make package-kong && make test' + sh 'export BUILDX=false RESTY_IMAGE_TAG=focal && make package-kong && make test && make cleanup' } post { always {