From 6843d97b291d3a2778f3d98a36e150cd312d3a40 Mon Sep 17 00:00:00 2001 From: jayfranco999 Date: Tue, 19 Nov 2024 15:59:44 +0530 Subject: [PATCH] chore(Jenkinsfile_gc) updates the agent used to linux-arm64 Signed-off-by: jayfranco999 --- Jenkinsfile_gc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_gc b/Jenkinsfile_gc index c4503f876..052edc93f 100644 --- a/Jenkinsfile_gc +++ b/Jenkinsfile_gc @@ -1,6 +1,6 @@ pipeline { agent { - label "linux-arm64-docker" + label 'jnlp-linux-arm64' } triggers { cron('@hourly')