mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-07-30 17:50:47 -05:00
ITPLT-4718 Clarify selected JSM build fact
This commit is contained in:
@@ -47,19 +47,19 @@
|
||||
|
||||
- name: Marketplace OBR - Set selected JSD build version
|
||||
ansible.builtin.set_fact:
|
||||
atl_jsd_build_info: "{{ atl_jsd_build_versions | first }}"
|
||||
atl_jsd_selected_build: "{{ atl_jsd_build_versions | first }}"
|
||||
|
||||
- name: Marketplace OBR - Show the returned obr artifact ID
|
||||
ansible.builtin.debug:
|
||||
msg="obr_artifact_id={{ atl_jsd_build_info.frameworkDetails.attributes.artifactId }}"
|
||||
msg="obr_artifact_id={{ atl_jsd_selected_build.frameworkDetails.attributes.artifactId }}"
|
||||
|
||||
- name: Marketplace OBR - Set atl_obr_download_url
|
||||
ansible.builtin.set_fact:
|
||||
atl_obr_download_url: "{{ atl_mpac_base_url }}/artifacts/{{ atl_jsd_build_info.frameworkDetails.attributes.artifactId }}/download"
|
||||
atl_obr_download_url: "{{ atl_mpac_base_url }}/artifacts/{{ atl_jsd_selected_build.frameworkDetails.attributes.artifactId }}/download"
|
||||
|
||||
- name: Marketplace OBR - Set atl_jsd_build
|
||||
ansible.builtin.set_fact:
|
||||
atl_jsd_build: "{{ atl_jsd_build_info.versionNumber }}"
|
||||
atl_jsd_build: "{{ atl_jsd_selected_build.versionNumber }}"
|
||||
|
||||
- name: Marketplace OBR - Show the obr filename
|
||||
ansible.builtin.debug:
|
||||
|
||||
Reference in New Issue
Block a user