How to trigger a jenkins job when code is pushed to github using “GitHub hook trigger for GITScm polling”

  The GitHub plugin for Jenkins is the most basic plugin for integrating Jenkins with GitHub projects. If you are a GitHub user, this plugin enables you to:   Schedule…

Read more »
generate-jenkins-job-configuration-automatically

Generate Jenkins Job Configuration Automatically | Jenkins Tutorials

Generate Jenkins Job Configuration Automatically? Job DSL Plugin The job-dsl-plugin allows the programmatic creation of projects using a DSL. Pushing job creation into a script allows you to automate and…

Read more »