Commit 4bc4e7d723c23e190025b63695d240f3ee6147fa

Authored by George Vlahavas
1 parent 6ba54cfeda

Use any agent for anchore

Showing 1 changed file with 1 additions and 5 deletions

anchore.groovy View file @ 4bc4e7d
... ... @@ -7,11 +7,7 @@
7 7  
8 8 pipeline {
9 9  
10   - agent {
11   - node {
12   - label 'agent-VM4'
13   - }
14   - }
  10 + agent any
15 11  
16 12 environment {
17 13