raimonbosch / jenkins-pipeline

Example of a jenkins pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jenkins-pipeline

Example of a jenkins pipeline

docker run -p 8080:8080 -p 50000:50000 jenkins

Configure your jenkins with default plugins.

Create a bunch of shell-based jobs i.e.

  • build
  • generate
  • test
  • deploy

Create your pipeline using the Jenkinsfile as groovy script and invoke your shell-based jobs from there in a pipeline.

  • pipeline

References:

About

Example of a jenkins pipeline