Minor correction in my previous post: 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 >> > 1. Sourcing from SCM:
> Create Jenkinsfile and store it in the root of your repo. Setting, > "Pipeline Script from Jenkinsfile" will pull it from your version control. > 2. Using in-line editor Choose the "Pipeline Script" option, editor should show up on the same UI page. 3. Pipeline Script from SCM And, then there is the third option to be more specific with SCM (git / subversion and provide details of repo, credentials, etc.) if you choose, "Pipeline Script from SCM" However, all this depends on the version of Jenkins and the plugins installed. /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/201a9b07-5a14-4623-af98-0bae8531b395%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
