Skip to content

Commit

Permalink
Issue #224 - Try 'migration' agent
Browse files Browse the repository at this point in the history
Signed-off-by: Mickael Istria <mistria@redhat.com>
  • Loading branch information
mickaelistria committed Sep 9, 2019
1 parent 856e6be commit a12c5e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
pipeline {
agent migration
agent {
label 'migration'
}
options {
buildDiscarder(logRotator(numToKeepStr:'10'))
}
Expand Down

0 comments on commit a12c5e4

Please sign in to comment.