ikedam commented on New Feature JENKINS-24163

@jasonsmiley
I think what you want is to rerun a multijob from the point it fails.

You mean multijob M:

  • Phase1: Run JobA
  • Phase2: Run JobB-F
  • Phase3: Run JobG (aggregates result of B-F)

And you want to rerun only B and G if only B fails, don't you?

Or, do you mean using "Trigger/call builds on other projects" of parameterized-trigger plugin?

Anyway, I don't think they let you do what you want even if new features are added to copyartifact plugin.

I recommend you try Promoted Builds plugin.
It lets you do like this:

  • Project A triggers project B-F.
  • If all downstream of project A (that is, B-F) secceeds, a promotion of A triggers project G.
  • If B failed, you can retrigger B with Rebuuld plugin, and a promotion can be activated if retriggered B succeeded.
    • You need to understand Jenkins tracking files with fingerprinting.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/d/optout.

Reply via email to