Jenkins

About

Jenkins is continuous deployment platform.

Jenkins runs jobs. When running the current directory is the workspace.

A build is the execution of a job.

A Triggers can run a job periodically.

Environment

  • Jenkins home directory: C:\Users\gerard\.hudson found at: user.home/.hudson

Restart

  • jenkins_url/safeRestart. will allow all running builds to complete.
  • jenkins_url/restart. will force a restart without waiting for builds to complete.

Documentation / Reference

Task Runner