I have a scenario where we use the same Job to perform two tasks 1) Build the project (duh)
2) Copy provided dependencies for the project into a local folder (we later move these up to our servers "lib" directory) Issue is this, the job performs some Post Build work that is really only related to building the actual project (like pushing artifacts to our server) - which, for some strange reason, are *bad* during the copy:dependency run. I really don't want to have to copy my job to do this. I know this is kind of a long shot, as I have browsed thru the plugins, but is there any plugin that would allow me to turn off post build actions during a particular job execution? Thx s -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/7FB4F0EC1916C84CBA95F6E5A360E40A013E5E066269%40ghex01.hq.ghds.net. For more options, visit https://groups.google.com/d/optout.
