79458716

Date: 2025-02-21 22:06:59
Score: 1.5
Natty:
Report link

You can create a variable that can be used in the pipeline name:

name: My Pipeline - $(SHORT_SHA)

variables:
  - name: SHORT_SHA
    value: $[ substring(variables['Build.SourceVersion'], 0, 7) ]

My pipeline - Short SHA

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Marty_C137