From 9ca653d52b9a5b3bf1752f6e8c16c545f7fc0ef7 Mon Sep 17 00:00:00 2001 From: Jaideep <79799016+jayfranco999@users.noreply.github.com> Date: Wed, 20 Nov 2024 01:57:59 +0530 Subject: [PATCH] chore(`Jenkinsfile_gc`) updates the agent used to `jnlp-linux-arm64` (#1537) 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')