magnayn / Hudson-GIT-plugin

Git plugin for Hudson
http://wiki.hudson-ci.org/display/HUDSON/Git+Plugin
51 stars 26 forks source link

Triggers build even though there are no SCM triggers #18

Open chr0n1x opened 8 years ago

chr0n1x commented 8 years ago

I have a job that uses this plugin, none of the build-triggers are enabled. When the job is first triggered, builds are then created for all other branches & their HEAD SHAs too.

To get around this, I've only specified origin/master as the build branch. However, a build would potentially get triggered for that one branch, right?

Is there anyway to completely disable all automated builds for this plugin? I only want to use it to clone/checkout code, nothing else.

acrazing commented 8 years ago

We need it!