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: