Versions Compared

Key

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

...

Success Criteria:

  1. Implement functions and handy dashboard 
  2. It’s convenience to check log. (Try to avoid triggering other job)

Code Convention & Guideline

  1. Avoid exposing sensitive information with Jenkins plugin: Credentials Binding Plugin

 

...

  1. If a pipeline is reused in other pipelines, try to reuse it with groovy method(library)
  2. adding comments for auto-generated groovy part
  3. Pipeline BEST_PRACTICES

...