View difference between Paste ID: nT6u5C65 and cNCUAZkM
SHOW: | | - or go back to the newest paste.
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: ""
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