Hello, On Thursday, December 29, 2016 at 3:09:47 PM UTC+5:30, pa7751 wrote: > > I have created a Jenkins Pipeline Job. However, I am unable to see the > option to enter the pipeline script. Attached is the screenshot. Pls > suggest how I can get the editor. I am using jenkins v2.32.1 >
Create Jenkinsfile and store it in the root of your repo. Setting, "Pipeline from SCM" will pull it from your version control tool. /Ram -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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-users/c6a402a7-6a8f-4c7c-b592-f85c88653141%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
