Stop build when no changes from last build in HUDSON -


Hi, I'm new to Hudson, and I have a pretty stupid question when Hudson discovered that since the last build someone There is no change, so do not stop building? Why?

I did a test job with a shell step command and always ran the command, whether the repository changed or not.

How can I stop the stock if there is no change? Thanksgiving

create triggers are different types.

I think that you have configured your test job on " from time to time ", which will continue to build on the specified intervals regardless of code changes.

If you call " Poll SCM " then Hudson will vote for your SCM for changes and will only build upon changes.


Comments

Popular posts from this blog

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -