Skip to content

Commit

Permalink
Fix wrong username/password variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed Jan 12, 2019
1 parent b09506c commit 69e3838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/gather_jenkins_facts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
uri:
url: "{{ jenkins_facts_jenkins_base_url }}/crumbIssuer/api/xml?xpath=concat(//crumbRequestField,\":\",//crumb)"
force_basic_auth: true
user: "{{ jenkins_pipeline_library_it_admin_username }}"
password: "{{ jenkins_pipeline_library_it_admin_password }}"
user: "{{ jenkins_facts_admin_username }}"
password: "{{ jenkins_facts_admin_password }}"
return_content: yes
register: _jenkins_facts_csrf_crumb_result

Expand Down

0 comments on commit 69e3838

Please sign in to comment.