DEV Community

Cover image for Jenkins Pipeline Concept
Kannan
Kannan

Posted on

Jenkins Pipeline Concept

Using Pipeline script concept

  • Jenkins dashboard > New item > select "Pipeline" named as pipeline script.

  • Pipeline >Definition > select pipeline script> edit the script enable "Use Groovy sandbox".

Image description

Image description

Image description

Using pipeline SCM concept

  • Jenkins dashboard > New item > select "Pipeline" named as pipelinescm concept.
  • Pipeline >Definition > select pipeline SCM> select "Git" on SCM > Paste the repo URL > mention the Branch "main" save and apply > Build Now.

Image description

Image description

  • Console Output

Image description

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay