Guest User

Untitled

a guest
Apr 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. agent {
  2. dockerfile true
  3. }
  4.  
  5. agent {
  6. node {
  7. label 'has-docker'
  8. dockerfile true
  9. }
  10. }
  11.  
  12. org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
  13. WorkflowScript: 2: Only one agent type is allowed per agent section @ line 2, column 5.
  14. agent {
  15. ^
  16.  
  17. WorkflowScript: 2: No agent type specified. Must be one of [docker, dockerfile, label, any, none] @ line 2, column 5.
  18. agent {
Add Comment
Please, Sign In to add comment