From c8b531177ae6edcf7f3f36493fb0801b172b8d8e Mon Sep 17 00:00:00 2001 From: patricktnast <130876799+patricktnast@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:33:51 -0800 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 11ab18be..abf8b087 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -68,8 +68,8 @@ pipeline { // customWorkspace setting must be ran within a node agent { node { - // Run child tasks on simsci-jenkinsagent-ci-p01. - label "matrix-tasks" + // Run child tasks on slurm jenkins node. + label "slurm" } } axes {