1. Two types of architecture exist on a Jenkins build server I inherited: pipeline builds (building from groovy files) and jobs building from just a build xml file. I find the pipeline builds very difficult to abort: I have to take multiple steps starting from clicking on a red x in the Executor panel for the job through to clicking on two links in the console. The jobs that run from a build xml are easy: click once on the red x in the Executor panel, and I'm done.
Is there a easier way to stop the pipeline builds? 2. Can I change the pipeline builds back to the architecture that just uses the build xml files? -- 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/5e803972-3678-4745-b5d2-ca9876a797e8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
