We have a developer who would like to kick off a build if either of two conditions is met (such as a Git change for one condition and a file change as a second dependency. He has things set up to run the build conditionally if either condition is met, but what he's finding is that if both conditions are met, two jobs are fired off simultaneously (with one running immediately and a second in the queue).
Is there a way to do a combination of triggers to run the job if either condition is met, but only fire off one build job? Thanks! Scott -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
