...
Success Criteria:
- Implement functions and handy dashboard
- It’s convenience to check log. (Try to avoid triggering other job)
Code Convention & Guideline
- Avoid exposing sensitive information with Jenkins plugin: Credentials Binding Plugin
...
- If a pipeline is reused in other pipelines, try to reuse it with groovy method(library)
- adding comments for auto-generated groovy part
- Pipeline BEST_PRACTICES
...