Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

Intro

My notes on the CICD tool


...

Documentation


...

Tips And Notes


  • By default Jenkins will consider the build a failure if any command in the build step finishes with an exit value other than 0
  • A red dot next to a build indicates it failed.  Blue means it is all good.



...

Advantages


  • Easy to use, web-based
  • Built-in documentation with examples.
  • Open Source
  • MIT License
  • Extensible through plugins

...