Skip to content

Commit

Permalink
Fix agent in deploy stage [CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiazmel committed Dec 6, 2021
1 parent 9e418df commit 036260a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,9 @@ pipeline {
}
stage('Deploy') {
when { buildingTag() }
agent {
label 'cpu'
}
environment {
PATH = "$HOME/miniconda3/bin:$HOME/miniconda/bin:$PATH"
}
Expand Down

0 comments on commit 036260a

Please sign in to comment.