Pipeline not triggering

0
Hi,   I'm trying to utilise the automatic pipeline to deploy to Acceptance when a commit has been made to a specific branch (deploy*). However, this pipeline is never triggered whenever a commit has been made. Would there something that I have missed?   Branching naming is done as "deploy/some-feature", so I've tried setting the pipeline to trigger as "deploy/*" but that was also didn't work.   PAT and API tokens are all properly set.     Thanks in advance! Brett
asked
1 answers
0

Hi Brett, a potential issue could have been using the Teamserver Push (Git) Trigger on an app still using SVN. However, I can see your on version 10.12 so that shouldn't be a problem. In your post you mention the pipeline doesn't trigger on a commit. Just to verify: are you commiting AND pushing to the teamserver? Just a commit isn't enough to trigger the pipeline.

 

If that isn't the issue: have you tried putting Just a wildcard (*) in the branch expression to see if it still doesn't trigger? That might help you narrow down the issue.

answered