I have hudson job which will do both Build (ant) / deployment(shell commands) tasks in one job; is there a way, i can make deployment task optional so that i can run my build step on schedule basis and run deployment step on-demand basis?
I have hudson job which will do both Build (ant) / deployment(shell commands) tasks
Share
Two options:
Make parametrized job (see http://wiki.hudson-ci.org/display/HUDSON/Parameterized+Build) and add validation before deployment job, e.g.