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 {