From 752458927bdf10fc09d889b6c59bbaa55935add5 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 24 May 2021 11:51:03 +0100 Subject: [PATCH] [ci] use ubuntu-20 --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index abdb09565..f2b7197d1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ @Library('apm@current') _ pipeline { - agent { label 'linux && immutable' } + agent { label 'ubuntu-20' } environment { REPO = 'apm-agent-dotnet' // keep it short to avoid the 248 characters PATH limit in Windows @@ -365,6 +365,7 @@ pipeline { } stage('Benchmarks') { agent { label 'metal' } + options { skipDefaultCheckout() } environment { REPORT_FILE = 'apm-agent-benchmark-results.json' HOME = "${env.WORKSPACE}"