20 строки
557 B
YAML
20 строки
557 B
YAML
variables:
|
|
- name: version.major
|
|
value: 4
|
|
- name: version.minor
|
|
value: 2
|
|
- name: version.revision
|
|
value: 0
|
|
- name: imageTag
|
|
value: 'v4.2.0'
|
|
- name: imageTagLatest
|
|
value: 'v4.latest'
|
|
- name: devRevision
|
|
value: 0
|
|
- name: imageTagWithBuildDate
|
|
value : $(imageTag)-$(Build.BuildNumber)
|
|
# The pipeline value is the pipeline definition id.
|
|
# You can find it by looking at the url for the status badge.
|
|
# In this case it's the pipeline named 'build-production'
|
|
- name: build-production-pipeline-id
|
|
value : 2925 |