Thank you sir, I'm interested in GSoC and preparing for it now. This question confuses me when I follow guides on Jenkins REST Plugin <https://jenkins.io/projects/gsoc/2019/project-ideas/jenkins-rest-plugin/> Idea. This idea recommends to study the workflow-remote-loader-plugin <https://github.com/jenkinsci/workflow-remote-loader-plugin> and docker-workflow-plugin <https://github.com/jenkinsci/docker-workflow-plugin> source code. During this, I had problem understanding how DSL is defined.
Thanks, Li Yudong On Thursday, February 28, 2019 at 11:10:00 AM UTC+8, martinda wrote: > > Hello Li, > > I do not know the answer to your question, but since you are a student, > you might be interested in our Google Summer of Code program. This is our > main > landing page <https://jenkins.io/projects/gsoc/>. We have projects ideas > <https://jenkins.io/projects/gsoc/2019/project-ideas/> for students, but > you are also welcome to submit your own project idea. Sorry I could not be > of more help wrt your question. Perhaps if you search the sources you will > find your answer. > > You can find the GSoC community on the > https://gitter.im/jenkinsci/gsoc-sig chat > > Best, > Martin d'Anjou > Jenkins GSoC Org Admin > > On Tuesday, February 26, 2019 at 7:36:29 AM UTC-5, [email protected] > wrote: >> >> 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/04c9aa83-5bd2-48c5-a16e-652756f768f3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
