Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 741 Bytes

15-practice.md

File metadata and controls

12 lines (9 loc) · 741 Bytes

#15 Use Pipeline Decorators (preview)

  • Consider using Pipeline Decorators to inject mandatory steps to the beginning and/or end of each pipeline
  • E.g. your organization might require everone to run a virus scanner.
  • Decorators will affect everone in the organization!

Links