Jenkins

From wikinotes
Revision as of 15:03, 15 September 2019 by Will (talk | contribs) (→‎Documentation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Jenkins is a user-friendly continuous integration server. You can throw jobs at it to perform actions every time something is pushed to the master branch of a git repository, and various other events.

It is often used for things like:

  • running all tests, and indicating which releases are safe to use
  • building and publishing documentation
  • notifications

...

Documentation

official docs https://jenkins.io/doc/