On Mon, Dec 26, 2016 at 4:13 PM, Christian McHugh <[email protected]> wrote: > I'm a bit stuck on the conversion of SimpleBuildStep to full step needed to > have the pipeline syntax be able to return output to be saved into a > variable. > As I'm not a jenkins framework expert by any means, would anyone be able to > provide any additional assistance on the mentioned step conversion?
Does https://github.com/jenkinsci/workflow-basic-steps-plugin/blob/32c7e74953c98acb2703f4130b48cd93dabcf65f/src/main/java/org/jenkinsci/plugins/workflow/steps/ReadFileStep.java#L40-L105 help? https://github.com/jenkinsci/workflow-step-api-plugin/blob/master/README.md#creating-a-basic-synchronous-step -- 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/CANfRfr1MULaLcjNP%2B1TatoJ9i%2BX2JO8fxP34PSyqsoQu4DMV4g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
