From cc870289817610d9c257d35b6f493805ebc8b3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Wed, 18 Sep 2024 11:37:36 +0300 Subject: [PATCH] Build on ubuntu-latest centos-latest is deprecated as per: https://github.com/eclipse-cbi/jiro-agents/blob/master/README.md --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1a9a1039da9..aced1286eb4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { disableConcurrentBuilds(abortPrevious: true) } agent { - label "centos-8-8gb" + label "ubuntu-latest" } tools { maven 'apache-maven-latest'