From 2d42bbe8f35f7cbfe6115888ebc97c1ff045a107 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:45:14 +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 81b1a0286c4..c7f47a2d0bd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { disableConcurrentBuilds(abortPrevious: true) } agent { - label "centos-latest" + label "ubuntu-latest" } tools { maven 'apache-maven-latest'