2022-01-03 19:36:51 +03:00
|
|
|
# Copyright (c) 2022 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
|
2021-06-11 13:16:08 +03:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
variables:
|
|
|
|
- name: pipeline_timestamp
|
|
|
|
value: $[ format('{0:yyyy}-{0:MM}-{0:dd}T{0:HH}:{0:mm}:{0:ss}.{0:fffffff}', pipeline.startTime) ]
|
|
|
|
- name: pipeline_id
|
|
|
|
value: $(pipeline_timestamp)-$(System.JobDisplayName)-$(System.JobId)-$(System.JobAttempt)
|
|
|
|
- name: git_branch_sha
|
|
|
|
value: $[ dependencies.git_sha.outputs['out.branch'] ]
|
|
|
|
- name: git_main_sha
|
|
|
|
value: $[ dependencies.git_sha.outputs['out.main'] ]
|
|
|
|
- name: git_fork_point_sha
|
|
|
|
value: $[ dependencies.git_sha.outputs['out.fork_point'] ]
|