Hi there,

I'd like to set up two dependent build projects for the same software
product as follows:
- have a "quick" build run every time a developer commits changes,
i.e. using the SCM polling trigger. This will only be an incremental
build, followed by unit tests.
- run a scheduled full "nightly" build using the full test suite,
setup creation etc. once a day using the same SCM revision number as
the last successful/stable "quick" build (if there is one, and if that
revision number has increased since last time the "nightly" build
ran).

I wonder how this could be archived? My current understanding is that
it's hard to mix these two concepts in Jenkins. I know about the
Parameterized Trigger plugin which covers the "use the same SCM
revision number" requirement, but not the requirement of running only
once a day.

Thanks!

Reply via email to