jenkinsfile examples for scripted and declarative pipelines
Steps to create Descriptive Pipeline Job example Click in "New Item" Write job name Select "Pipeline" In the pipeline section select "Pipeline Script from SCM" Repository URL = https://github.com/EdRincon/JenkinsfileSamples.git Script path = /Scripted_Pipeline/jenkinsfile Click Save Run Job
For the Scripted pipeline just change Script path to /Scripted_Pipeline/jenkinsfile