On Mon, Mar 16, 2020 at 7:57 AM Nikhil Bhoski <[email protected]> wrote: > i have Builder class which extends SimpleBuildStep and i have > SimplebuildWrapper class whcih sets the context envVars. now how should i use > @StepContextParameter parameter to pass the EnvVars to my simple build step ?
This question does not make sense as written. `@StepContextParameter` is a (deprecated!) way to pass a parameter to a Pipeline `Step`. `SimpleBuildStep` & `SimpleBuildWrapper` are ways to create extensions which can work in either traditional or Pipeline builds without Pipeline-specific APIs. What are you trying to accomplish? -- 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/CANfRfr37QZbfcYVECdmGkz1Nj40SbAcdd2u7KUN1WDmqf6MQDw%40mail.gmail.com.
