From 2eef66f6d5ebf0eddd9c861010cd7c95992c48e4 Mon Sep 17 00:00:00 2001 From: Glenn Stewart Date: Wed, 22 Jun 2022 13:20:43 +1000 Subject: [PATCH] ITSD-94667 Add molecule test for the case where an alternate url is provided for both the tarball and obr --- bitbucket-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 5467a1a..dc36a59 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -231,6 +231,15 @@ pipelines: - ./bin/install-ansible --dev - cd roles/product_install - pipenv run molecule test -s jira_all + - step: + name: product_install/jira_all_version_url + services: + - docker + script: + - export ANSIBLE_CONFIG=./ansible.cfg + - ./bin/install-ansible --dev + - cd roles/product_install + - pipenv run molecule test -s jira_all_version_url - step: name: product_install/jira_cached_with_downgrade services: