mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
Changed: Pipeline name structure
This commit is contained in:
parent
dcaa4b71cb
commit
b979266f3f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ pool:
|
||||||
|
|
||||||
# Adding extra information into build name, to make it easier to identify builds.
|
# Adding extra information into build name, to make it easier to identify builds.
|
||||||
# It can be called using '$(Build.BuildNumber)'
|
# It can be called using '$(Build.BuildNumber)'
|
||||||
name: $(Build.DefinitionName)-$(SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.r)
|
name: $(Build.DefinitionName).$(SourceBranchName).$(Date:yyyyMMdd)$(Rev:.r)
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: BuildTest
|
- job: BuildTest
|
||||||
|
|
Loading…
Reference in a new issue