diff --git a/Jenkinsfile b/Jenkinsfile index 544ca22b2..7d928e3ef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -358,6 +358,9 @@ pipeline { } stage('Deploy') { when { buildingTag() } + agent { + label 'cpu' + } environment { PATH = "$HOME/miniconda3/bin:$HOME/miniconda/bin:$PATH" }