...
- Avoid exposing sensitive information with Jenkins plugin: Credentials Binding Plugin
- 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.
- adding comments for auto-generated groovy part
- Pipeline BEST_PRACTICES
...