From: Jessica Wagantall Date: Wed, 12 Jun 2019 00:16:26 +0000 (-0700) Subject: Fix release notes typos X-Git-Tag: v0.25.0~4 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F68%2F15868%2F2;p=releng%2Flftools.git Fix release notes typos Fix release notes typos for commit: 9d64c0644c4df403243eb89014d6257827d9d281 "Get jenkins config only with the key exists" Change-Id: I78a567ffae6c5333021dd86e5b2aa8db8c3fc6be Signed-off-by: Jessica Wagantall --- diff --git a/releasenotes/notes/fix-jenkins-config-parser-d9eb6e7068a7906a.yaml b/releasenotes/notes/fix-jenkins-config-parser-d9eb6e7068a7906a.yaml index 19a7b2a8..049e954c 100644 --- a/releasenotes/notes/fix-jenkins-config-parser-d9eb6e7068a7906a.yaml +++ b/releasenotes/notes/fix-jenkins-config-parser-d9eb6e7068a7906a.yaml @@ -2,11 +2,11 @@ fixes: - | Handle config parser correctly which defaults to "[jenkins]" section - when no server is pased. This fixes the issue with checking if the key + when no server is passed. This fixes the issue with checking if the key exists in the configuration read before reading the key-value. - The issue is reproduceable by running `lftools jenkins plugins --help` or - `tox -e docs`, with the ``jenkins.ini`` file having no "[jenkins]" section. + The issue is reproducible by running `lftools jenkins plugins --help` or + `tox -e docs`, with ``jenkins.ini`` missing the "[jenkins]" section. .. code-block: none