Trigger not running

Hi guys I've setup an trigger to run on repository changes, the quiet time is set to 1 minute, the build gets queed but doesnt start ... 

Is there something wrong ?

No error logs is displayed ...


Regards,
Diego Garcia

this doesn’t sound like a trigger problem, if the build is queued then the trigger has done it’s job. Go into the build view and switch to the timeline tab, what does it say. Also , check that you have a compatible agent.

Here is what is showing:
ERx : Release#16AutoBuildNever Edit Start Start Now
Build Queued#16AutoBuild–Stop

An loading gif is showing but nothing happens …

have a look in the eventlog, are any errors being logged?

There was nothing reported in event log

I have a similar problem. The git repo trigger does not seem to detect the change. I used Sysinternals Process Monitor and I can see that the Continua.Server.Service.exe is able to invoke git. However, it doesn’t seem to detect that there was a change.

Hi Hatim

On the configuration view page, switch to the Changes tab, do any changesets show up there? If not then the first issue is to make sure your Branch pattern and Default branch settings are correct. If you have changes, the second thing to check is the Trigger From setting on the Trigger. Try setting it All Branches initially, then commit a change to the git repository. You should see the changeset turn up on the configuration Changes tab, and the trigger should queue a build. If your trigger has a branch pattern, then again you need to make sure it will match a branch found by the branch pattern on the Repo.