Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Make nexus url configurable #29

Closed
1 task done
markus-seidl opened this issue Dec 8, 2019 · 0 comments · Fixed by #52
Closed
1 task done

Feature request: Make nexus url configurable #29

markus-seidl opened this issue Dec 8, 2019 · 0 comments · Fixed by #52

Comments

@markus-seidl
Copy link

Prerequisites

Description

Replace

- name: NEXUS | Calling Groovy script {{ script_name }}
  uri:
    url: "http://localhost:{{ nexus_port }}{{ nexus_context_path }}service/rest/v1/script/{{ script_name }}/run"

with

- name: NEXUS | Calling Groovy script {{ script_name }}
  uri:
    url: "{{ nexus_url }}{{ nexus_context_path }}service/rest/v1/script/{{ script_name }}/run"
jpiron added a commit to jpiron/nexus-role that referenced this issue Nov 23, 2020
Nexus might not be listening on the localhost interface leading to role
failures. Using nexus_host instead of localhost ensures uri modules will
use the proper Nexus URL.
Fixes idealista#29
jpiron added a commit to jpiron/nexus-role that referenced this issue Nov 23, 2020
Nexus might not be listening on the localhost interface leading to role
failures. Using nexus_host instead of localhost ensures uri modules will
use the proper Nexus URL.
Fixes idealista#29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant