Versions Compared

Key

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

...

  1. Avoid exposing sensitive information with Jenkins plugin: Credentials Binding Plugin
  2. If a pipeline is reused in other pipelines, try to reuse by code instead of re-use job like before, it can be implemented with groovy method(library file) or a runnable groovy script.
  3. adding comments for auto-generated groovy part
  4. Pipeline BEST_PRACTICES

...