Hi all, I'm a student from China University of Geosciences and I'm trying to create a pipeline compatible plugin. I have encountered some problems when I am learning the workflow-remote-loader-plugin <https://github.com/jenkinsci/workflow-remote-loader-plugin> source code. Class FileLoaderDSLImpl <https://github.com/jenkinsci/workflow-remote-loader-plugin/blob/master/src/main/resources/org/jenkinsci/plugins/workflow/remoteloader/FileLoaderDSL/FileLoaderDSLImpl.groovy> defines several methods for example withGit() . In the definition of this method it uses a local variable 'script' to call its methods like deleteDir() and checkout() (line 95). But I cannot find the definition of checkout() in class CpsScript , could anyone tell me where this method is defined or how to use the variable 'script'? Thank you for your time. Li Yudong
-- 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/4461aefe-3373-45c1-bfb9-e8f65dbf4286%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
