Apparently workflow-step-api: https://github.com/search?q=org%3Ajenkinsci+SynchronousNonBlockingStepExecution&type=Code
Cheers 2017-07-10 18:48 GMT+02:00 Prabhas Gupte <[email protected]>: > Which package did you import to get SynchronousNonBlockingStepExecution? > I am somehow unable to find it. :( > > On Thursday, March 23, 2017 at 3:10:08 PM UTC+5:30, Dzmitry Kashlach wrote: >> >> One more question: I've extended >> >> SynchronousNonBlockingStepExecution<Void> >> >> as it is described here >> <https://github.com/jenkinsci/workflow-step-api-plugin#writing-pipeline-steps>, >> but I'm still getting 15 variables via calling run.getEnvironment(lis >> tener). >> >> Is there another way of getting variables in pipeline ? >> >> Thanks! >> >> On Thursday, March 16, 2017 at 12:24:39 PM UTC+3, Dzmitry Kashlach wrote: >>> >>> Hi, >>> >>> I'm supporting BlazeMeter Plugin >>> <https://wiki.jenkins-ci.org/display/JENKINS/BlazeMeter+Plugin> and >>> want to add pipeline support to it. >>> For this purpose I implement *SimpleBuildStep.* >>> >>> Have an issue with few parameters which should support and resolve >>> user-defined variables from "Manage Jenkins" section(using *EnvVars* >>> map for this). >>> >>> When I run plugin inside of pipeline, *EnvVars* has fewer >>> variables(about 15), than it has in freestyle-job(about 50), so I cannot >>> resolve variables which user is setting in pipeline script. >>> >>> How can I overcome this? >>> >>> Thank you. >>> >> -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" 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-dev/7b9f3267-5fe0-4f12-b50c-dae5da156214% > 40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/7b9f3267-5fe0-4f12-b50c-dae5da156214%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/CANWgJS4G2mK%3D293RK7OW7ofAC2txxnGdUW7jRwvZDaE8-GC6oQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
