The non declarative pipeline way where multiple jobs were stitched together, this was possible. But not with declarative pipelines. Looks like the blue ocean project is aiming to address this issue...maybe?
For my pipeline, we have to rerun test suites sometimes because they fail intermittently. So, I implemented a checkbox which says 'run only tests' and then gave each suite its own checkbox. So, if someone wants to re-run just a test, they select 'Run only tests' and then select the test suite they want to run. it wont try to build and deploy. On Monday, May 2, 2016 at 10:23:07 AM UTC-7, Mark Bidewell wrote: > > Is there a way to implement a restartable stage that could be manually > restarted? Often in Pipeline examples I see something like: > > > - "Deploy" -> "Deploy Again" ->"Deploy Yet Again" > > > It seems like this could be combined into a single step that could be > reexecuted. Is this possible? > -- 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/e64fff8d-8376-469d-9b33-2920ac4ec35f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
