jenkins_job_info: Remove necessities of password or token. (#2948) (#2961)

* Remove necessities on password or token.

* Upper case letter -> Lower case letter

Co-authored-by: Amin Vakil <info@aminvakil.com>

* Documentation update.

* C -> I

Co-authored-by: Amin Vakil <info@aminvakil.com>
(cherry picked from commit d97a9b5961)

Co-authored-by: Tong He <68936428+unnecessary-username@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2021-07-09 08:52:10 +02:00
committed by GitHub
parent ee5ff3b31b
commit c2a3cf35c7
2 changed files with 9 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- jenkins_job_info - the ``password`` and ``token`` parameters can also be omitted to retrieve only public information (https://github.com/ansible-collections/community.general/pull/2948).