From 8cdcadf09e3fcd38d68e86818efe0650bcb813ed 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 08:58:44 +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 388df22a89..7459faff2f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { timestamps() } agent { - label "centos-latest" + label "ubuntu-latest" } tools { maven 'apache-maven-latest'