Skip to content

Jenkins CI

Bendy Zhang edited this page May 11, 2018 · 2 revisions
  1. Configure System

    • Jenkins Location - Specify System Admin e-mail address
    • GitHub - Set your GitHub Servers
    • Extended E-mail Notification - Configure your smtp server
  2. Global Tool Configuration to set up maven, JDK, git and so on.

  3. Set up a Multibranch Pipeline item in your Jenkins.

    • Branch Sources
    • Build Configuration
  4. Review Jenkinsfile file in root folder.

  5. Add Webhook(http://yourserver/jenkins/github-webhook/) to your GitHub repo.

Note: Just master branch can be deployed to your specified destination path, others will be built after you push code.

Clone this wiki locally