On Thu, Aug 25, 2016 at 1:49 PM, Ramón Rial <[email protected]> wrote: > With Pipeline I have the currentBuild, but this is an instance of > org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper, and the > method build() is private and getRawBuild is not allowed in secured > environments. > > How can I get the project corresponding to currentBuild?
A whitelisted equivalent to `.rawBuild.parent` would need to be added, plus whatever information you wanted to get from _that_. But anyway > Is any list of the binding variables passed to the pipeline scripts? What do you mean by “the binding variables”? If you stated your goal up front it might be easier to help 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/CANfRfr2Nwuk3oL1%3DH8kFwzn%2BrYj-yyYP1J%2BeHAeAXWLfNbWAzQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
