Re: Pipeline RunAction2 class integration to side-panel

2022-06-15 Thread 'Jesse Glick' via Jenkins Developers
https://www.jenkins.io/doc/developer/plugin-development/pipeline-integration/ generally. There is no Pipeline equivalent to https://javadoc.jenkins.io/hudson/model/JobProperty.html#perform(hudson.model.AbstractBuild,hudson.Launcher,hudson.model.BuildListener) specifically; you can offer a `Step`.

Re: Pipeline RunAction2 class integration to side-panel

2022-06-14 Thread 'Gavin Mogan' via Jenkins Developers
I believe the hello-world archetype has a pipeline step already integrated. Does that not cover what you need? On Tue, Jun 14, 2022 at 2:54 PM Nozim Islamov wrote: > > Greetings, I'm facing an issue related to pipelines, I have a class that > implements RunAction2, I want to run it on pipelines,

Pipeline RunAction2 class integration to side-panel

2022-06-14 Thread Nozim Islamov
Greetings, I'm facing an issue related to pipelines, I have a class that implements RunAction2, I want to run it on pipelines, I integrated checkbox whether to show it or not using JobProperty and on freestyle job it runs perfectly fine with perform method of JobProperty, is there any way to co