From 6b20c7080cc3b3d930d861f05c1a65f2f75b7456 Mon Sep 17 00:00:00 2001 From: Memogoz <155709363+Memogoz@users.noreply.github.com> Date: Tue, 17 Jun 2025 18:03:34 -0600 Subject: [PATCH] feat: update jenkins agent on Jenkinsfile Signed-off-by: Memogoz <155709363+Memogoz@users.noreply.github.com> --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index eb8b69c59..622377cd3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeline { - agent any + agent { label 'agent' } environment { GIT_COMMIT_SHORT = sh(script: "git rev-parse --short HEAD", returnStdout: true).trim()