Have you tried with more than one ignore pattern? That *seems* like the 
only difference between your config and mine (that I can see).

Here's the portion of our config with the sensitive parts redacted:

<pipeline name="Frameworks" labeltemplate="${IDE-SVN}" lockBehavior=
"unlockWhenFinished" template="Frameworks-Template">
 <params>
 <param name="BRANCH">branches/macOS</param>
 </params>
 <environmentvariables>
 <variable name="BRANCH">
 <value>#{BRANCH}</value>
 </variable>
 <variable name="SVN_USER">
 <value>**hidden**</value>
 </variable>
 <variable name="SVN_PASSWORD" secure="true">
 <encryptedValue>**hidden**</encryptedValue>
 </variable>
 </environmentvariables>
 <materials>
 <svn url="https://www.example.com/engineering/branches/RBUS/#{BRANCH}"; 
username="**hidden**" encryptedPassword="**hidden**" dest="build" 
materialName="IDE-SVN">
 <filter>
 <ignore pattern="/branches/RBUS/#{BRANCH}/_build/**/*" />
 <ignore pattern="/branches/RBUS/#{BRANCH}/Artwork/**/*" />
 <ignore pattern="/branches/RBUS/#{BRANCH}/Build/**/*" />
 <ignore pattern="/branches/RBUS/#{BRANCH}/BuildBotScripts/**/*" />
 <ignore pattern="/branches/RBUS/#{BRANCH}/External Tools/**/*" />
 <ignore pattern="/branches/RBUS/#{BRANCH}/HotFixes/**/*" />
 <ignore pattern="/branches/RBUS/#{BRANCH}/IDE/**/*" />
 <ignore pattern="/branches/RBUS/#{BRANCH}/Installers/**/*" />
 <ignore pattern="/branches/RBUS/#{BRANCH}/Internal Tools/**/*" />
 <ignore pattern="/branches/RBUS/#{BRANCH}/Notes/**/*" />
 <ignore pattern="/branches/RBUS/#{BRANCH}/Web/**/*" />
 <ignore pattern=
"/branches/RBUS/#{BRANCH}/BuildBotScripts/BuildMaster/master.cfg" />
 </filter>
 </svn>
 </materials>
</pipeline>

-- 
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