Is it possible to change the Config XML so that it picks the pipelines 
*.goprodpipeline.json and ignore *.gopipeline.json ?


    <config-repo pluginId="json.config.plugin" id="xxx">
      <git url="[email protected]:mg/gocd" />
         <configuration>
          <property>
            <key>file_pattern</key>
            <value>**/*.goprodpipeline.json</value>
          </property>
        </configuration>
    </config-repo>

I tried above configuration but it didn't work. 


-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to