I have configured a job in hudson that's linked to an SCM, is there a way for me to get hudson to not poll the scm before starting the build? I'd like to ideally not have to create a separate job for this.
Thanks!
- Dinesh.
I have configured a job in hudson that's linked to an SCM, is there a way for me to get hudson to not poll the scm before starting the build? I'd like to ideally not have to create a separate job for this.
Thanks!
Turn off "Poll SCM" checkbox in the area "Build Triggers". This should it be.