Hi Scott, Have you tried https://wiki.jenkins-ci.org/display/JENKINS/Run+Condition+Plugin?
Cheers On Wednesday, 26 August 2015 23:36:01 UTC+2, Scott Klein wrote: > > 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/d2847522-4fab-43bd-9754-617f3469be66%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
