Hi, We have a very simple, three pipeline flow along the lines of:-
Build Artifact Pipeline -> Deploy Artifact to Test Machine Pipeline -> Run Acceptance-Test-Suite Pipeline on test machine The last pipeline has two materials:- - The "Deploy Artifact to Test Machine Pipeline" which triggers it - Acceptance-Test-Suite material (a separate project on git) We dont want the Acceptance-Test-Suite pipeline to run when a commit is made to the Acceptance-Test-Suite material, just when the "Deploy Artifact to Test Machine Pipeline" runs, so we do NOT have the "Poll for new changes" button ticked. We also have the branch set for this material to "master". What is confusing us, is that we are not necessarily picking up the latest version of the Acceptance-Test-Suite from the master branch when this pipeline runs. We may have a few commits happening during the day to the Acceptance-Test-Suite, but intuitively, I would just want the latest one to be checked out when the pipeline runs, and thats not happening. This is not the desired effect. Have I misunderstood something? Is there a way to achieve what we want (namely that we always pick up the latest version of the Acceptance-Test-Suite material from git)? Apologies if this has been asked before. Many thanks in advance, Kenny -- 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.
