Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #ci.gocd.yaml
  2. environments:
  3.    myEnvironment:
  4.       pipelines:
  5.         - myPipeline
  6. pipelines:
  7.    myPipeline:
  8.       group: myGroup
  9.       materials:
  10.          code:
  11.             p4: "sper1:1666"
  12.             username: myUser
  13.             password: myPass
  14.             use_tickets: false
  15.             view: |
  16.               //depot/MyProject/Main/... //goAgent/...
  17.                -//depot/MyProject/Main/ExcludeMe/... //goAgent/ExcludeMe/...
  18.             auto_update: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement