diff options
author | Sorin Sbarnea <ssbarnea@redhat.com> | 2018-06-29 15:56:27 +0100 |
---|---|---|
committer | Thanh Ha <thanh.ha@linuxfoundation.org> | 2018-06-29 16:07:06 -0400 |
commit | c2781e670f9bb52427ed4632a421375aeaaee8ad (patch) | |
tree | 5a7e77fa892f3310820ce8a89de271161e32cd15 | |
parent | ac0d4c99ef2359676c7207417c613894abcca72b (diff) | |
download | python-jenkins-job-builder-c2781e670f9bb52427ed4632a421375aeaaee8ad.tar.gz python-jenkins-job-builder-c2781e670f9bb52427ed4632a421375aeaaee8ad.tar.xz python-jenkins-job-builder-c2781e670f9bb52427ed4632a421375aeaaee8ad.zip |
Normalize newlines at end of file
Preparatory move for adopting pre-commit hooks.
Shoudl only remove newlines and spaces at end of files.
Change-Id: Ia33679467c533722b9308f7e7b74be395c926428
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
194 files changed, 158 insertions, 206 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index c0c5b885..41488ccf 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -20,4 +20,3 @@ Indices and tables * :ref:`genindex` * :ref:`modindex` * :ref:`search` - diff --git a/tests/builders/fixtures/conditional-step-and.xml b/tests/builders/fixtures/conditional-step-and.xml index ddcbc47d..a23e4182 100644 --- a/tests/builders/fixtures/conditional-step-and.xml +++ b/tests/builders/fixtures/conditional-step-and.xml @@ -27,4 +27,4 @@ </buildStep> </org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/conditional-step-and.yaml b/tests/builders/fixtures/conditional-step-and.yaml index 1565b580..9fd247c0 100644 --- a/tests/builders/fixtures/conditional-step-and.yaml +++ b/tests/builders/fixtures/conditional-step-and.yaml @@ -13,4 +13,3 @@ builders: use-build-time: true steps: - shell: "sl" - diff --git a/tests/builders/fixtures/conditional-step-build-cause.xml b/tests/builders/fixtures/conditional-step-build-cause.xml index a559f1fb..295548e7 100644 --- a/tests/builders/fixtures/conditional-step-build-cause.xml +++ b/tests/builders/fixtures/conditional-step-build-cause.xml @@ -12,4 +12,4 @@ </buildStep> </org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/conditional-step-day-of-week001.xml b/tests/builders/fixtures/conditional-step-day-of-week001.xml index f96fe078..476940a6 100644 --- a/tests/builders/fixtures/conditional-step-day-of-week001.xml +++ b/tests/builders/fixtures/conditional-step-day-of-week001.xml @@ -12,4 +12,4 @@ </buildStep> </org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/conditional-step-day-of-week002.xml b/tests/builders/fixtures/conditional-step-day-of-week002.xml index 2e18eb76..4a90b2b4 100644 --- a/tests/builders/fixtures/conditional-step-day-of-week002.xml +++ b/tests/builders/fixtures/conditional-step-day-of-week002.xml @@ -43,4 +43,4 @@ </buildStep> </org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/conditional-step-day-of-week003.xml b/tests/builders/fixtures/conditional-step-day-of-week003.xml index f1cb15c9..15f970f6 100644 --- a/tests/builders/fixtures/conditional-step-day-of-week003.xml +++ b/tests/builders/fixtures/conditional-step-day-of-week003.xml @@ -43,4 +43,4 @@ </buildStep> </org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/conditional-step-execution-node.xml b/tests/builders/fixtures/conditional-step-execution-node.xml index 46b8c290..28580b23 100644 --- a/tests/builders/fixtures/conditional-step-execution-node.xml +++ b/tests/builders/fixtures/conditional-step-execution-node.xml @@ -14,4 +14,4 @@ </buildStep> </org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/conditional-step-files-match.xml b/tests/builders/fixtures/conditional-step-files-match.xml index ce7215e3..b7be7dbf 100644 --- a/tests/builders/fixtures/conditional-step-files-match.xml +++ b/tests/builders/fixtures/conditional-step-files-match.xml @@ -13,4 +13,4 @@ </buildStep> </org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/conditional-step-multiple-steps.yaml b/tests/builders/fixtures/conditional-step-multiple-steps.yaml index 240aba80..9dd49a1f 100644 --- a/tests/builders/fixtures/conditional-step-multiple-steps.yaml +++ b/tests/builders/fixtures/conditional-step-multiple-steps.yaml @@ -4,4 +4,3 @@ builders: steps: - shell: 'first command' - shell: 'second command' - diff --git a/tests/builders/fixtures/conditional-step-not-file-exists.yaml b/tests/builders/fixtures/conditional-step-not-file-exists.yaml index 5f653dbd..ad22771c 100644 --- a/tests/builders/fixtures/conditional-step-not-file-exists.yaml +++ b/tests/builders/fixtures/conditional-step-not-file-exists.yaml @@ -7,4 +7,3 @@ builders: condition-basedir: workspace steps: - shell: "touch $WORKSPACE/mytestfile" - diff --git a/tests/builders/fixtures/conditional-step-notbuild-aborted.xml b/tests/builders/fixtures/conditional-step-notbuild-aborted.xml index e7a7504a..4e1ba697 100644 --- a/tests/builders/fixtures/conditional-step-notbuild-aborted.xml +++ b/tests/builders/fixtures/conditional-step-notbuild-aborted.xml @@ -22,4 +22,4 @@ </buildStep> </org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/conditional-step-notbuild-aborted.yaml b/tests/builders/fixtures/conditional-step-notbuild-aborted.yaml index 8b0a2e84..fef7a1bf 100644 --- a/tests/builders/fixtures/conditional-step-notbuild-aborted.yaml +++ b/tests/builders/fixtures/conditional-step-notbuild-aborted.yaml @@ -4,4 +4,4 @@ builders: condition-worst: ABORTED condition-best: NOT_BUILD steps: - - shell: "sl"
\ No newline at end of file + - shell: "sl" diff --git a/tests/builders/fixtures/conditional-step-num-comp.xml b/tests/builders/fixtures/conditional-step-num-comp.xml index 7f644b58..482dc77e 100644 --- a/tests/builders/fixtures/conditional-step-num-comp.xml +++ b/tests/builders/fixtures/conditional-step-num-comp.xml @@ -13,4 +13,4 @@ </buildStep> </org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/conditional-step-or.xml b/tests/builders/fixtures/conditional-step-or.xml index cacf2acc..29697aa3 100644 --- a/tests/builders/fixtures/conditional-step-or.xml +++ b/tests/builders/fixtures/conditional-step-or.xml @@ -26,4 +26,4 @@ </buildStep> </org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/conditional-step-or.yaml b/tests/builders/fixtures/conditional-step-or.yaml index e112c94f..85bea3e7 100644 --- a/tests/builders/fixtures/conditional-step-or.yaml +++ b/tests/builders/fixtures/conditional-step-or.yaml @@ -17,4 +17,3 @@ builders: condition-basedir: "jenkins-home" steps: - shell: "sl" - diff --git a/tests/builders/fixtures/conditional-step-regex-match.xml b/tests/builders/fixtures/conditional-step-regex-match.xml index eb9fe930..9718798c 100644 --- a/tests/builders/fixtures/conditional-step-regex-match.xml +++ b/tests/builders/fixtures/conditional-step-regex-match.xml @@ -12,4 +12,4 @@ </buildStep> </org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/conditional-step-success-failure.xml b/tests/builders/fixtures/conditional-step-success-failure.xml index aae80f24..c88f2f70 100644 --- a/tests/builders/fixtures/conditional-step-success-failure.xml +++ b/tests/builders/fixtures/conditional-step-success-failure.xml @@ -22,4 +22,4 @@ </buildStep> </org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/conditional-step-success-failure.yaml b/tests/builders/fixtures/conditional-step-success-failure.yaml index b1a1288a..45b4d5e1 100644 --- a/tests/builders/fixtures/conditional-step-success-failure.yaml +++ b/tests/builders/fixtures/conditional-step-success-failure.yaml @@ -4,4 +4,4 @@ builders: condition-worst: SUCCESS condition-best: FAILURE steps: - - shell: "sl"
\ No newline at end of file + - shell: "sl" diff --git a/tests/builders/fixtures/conditional-step-success-unstable.xml b/tests/builders/fixtures/conditional-step-success-unstable.xml index 17707319..9ac03968 100644 --- a/tests/builders/fixtures/conditional-step-success-unstable.xml +++ b/tests/builders/fixtures/conditional-step-success-unstable.xml @@ -22,4 +22,4 @@ </buildStep> </org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/conditional-step-success-unstable.yaml b/tests/builders/fixtures/conditional-step-success-unstable.yaml index a5ea5dbb..e755cf34 100644 --- a/tests/builders/fixtures/conditional-step-success-unstable.yaml +++ b/tests/builders/fixtures/conditional-step-success-unstable.yaml @@ -4,4 +4,4 @@ builders: condition-worst: UNSTABLE condition-best: SUCCESS steps: - - shell: "sl"
\ No newline at end of file + - shell: "sl" diff --git a/tests/builders/fixtures/conditional-step-time.xml b/tests/builders/fixtures/conditional-step-time.xml index edf2955b..f9c800d5 100644 --- a/tests/builders/fixtures/conditional-step-time.xml +++ b/tests/builders/fixtures/conditional-step-time.xml @@ -15,4 +15,4 @@ </buildStep> </org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/critical-block-end.yaml b/tests/builders/fixtures/critical-block-end.yaml index 3e87c371..640d8b5a 100644 --- a/tests/builders/fixtures/critical-block-end.yaml +++ b/tests/builders/fixtures/critical-block-end.yaml @@ -1,2 +1,2 @@ builders: - - critical-block-end
\ No newline at end of file + - critical-block-end diff --git a/tests/builders/fixtures/critical-block.yaml b/tests/builders/fixtures/critical-block.yaml index 04ca4206..67fc459f 100644 --- a/tests/builders/fixtures/critical-block.yaml +++ b/tests/builders/fixtures/critical-block.yaml @@ -1,3 +1,3 @@ builders: - critical-block-start - - critical-block-end
\ No newline at end of file + - critical-block-end diff --git a/tests/builders/fixtures/docker-builder001.yaml b/tests/builders/fixtures/docker-builder001.yaml index 0b6ea9e8..bfecba1f 100644 --- a/tests/builders/fixtures/docker-builder001.yaml +++ b/tests/builders/fixtures/docker-builder001.yaml @@ -10,4 +10,3 @@ builders: skip-tag: false file-path: '/tmp/' build-context: '/tmp/' - diff --git a/tests/builders/fixtures/docker-builder002.yaml b/tests/builders/fixtures/docker-builder002.yaml index 76e86355..35ed90a1 100644 --- a/tests/builders/fixtures/docker-builder002.yaml +++ b/tests/builders/fixtures/docker-builder002.yaml @@ -16,4 +16,3 @@ builders: server: uri: 'unix:///var/run/docker.sock' credentials-id: 'docker-server' - diff --git a/tests/builders/fixtures/jms-messaging-full.xml b/tests/builders/fixtures/jms-messaging-full.xml index 061a8ec8..ec566b25 100644 --- a/tests/builders/fixtures/jms-messaging-full.xml +++ b/tests/builders/fixtures/jms-messaging-full.xml @@ -19,8 +19,9 @@ username=fedora-atomic "namespace": "rpms", "repo": "php-simplepie", "status": "<success/failure/aborted>", - "test_guidance": "<comma-separated-list-of-test-suites-to-run>"} -}</messageContent> + "test_guidance": "<comma-separated-list-of-test-suites-to-run>" +} +</messageContent> </com.redhat.jenkins.plugins.ci.CIMessageBuilder> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/jms-messaging-full.yaml b/tests/builders/fixtures/jms-messaging-full.yaml index 51d06504..433971f8 100644 --- a/tests/builders/fixtures/jms-messaging-full.yaml +++ b/tests/builders/fixtures/jms-messaging-full.yaml @@ -16,5 +16,5 @@ builders: "namespace": "rpms", "repo": "php-simplepie", "status": "<success/failure/aborted>", - "test_guidance": "<comma-separated-list-of-test-suites-to-run>"} - }
\ No newline at end of file + "test_guidance": "<comma-separated-list-of-test-suites-to-run>" + } diff --git a/tests/builders/fixtures/jms-messaging-minimal.xml b/tests/builders/fixtures/jms-messaging-minimal.xml index 6ce2925c..60266718 100644 --- a/tests/builders/fixtures/jms-messaging-minimal.xml +++ b/tests/builders/fixtures/jms-messaging-minimal.xml @@ -8,4 +8,4 @@ <messageContent>test</messageContent> </com.redhat.jenkins.plugins.ci.CIMessageBuilder> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/jms-messaging-minimal.yaml b/tests/builders/fixtures/jms-messaging-minimal.yaml index 133a962d..c788326b 100644 --- a/tests/builders/fixtures/jms-messaging-minimal.yaml +++ b/tests/builders/fixtures/jms-messaging-minimal.yaml @@ -3,4 +3,4 @@ builders: provider-name: fedmsg msg-type: CodeQualityChecksDone msg-props: test - msg-content: test
\ No newline at end of file + msg-content: test diff --git a/tests/builders/fixtures/maven-target-doc.yaml b/tests/builders/fixtures/maven-target-doc.yaml index 6e3e5e57..a73ae7fe 100644 --- a/tests/builders/fixtures/maven-target-doc.yaml +++ b/tests/builders/fixtures/maven-target-doc.yaml @@ -10,5 +10,5 @@ builders: java-opts: - "-Xms512m -Xmx1024m" - "-XX:PermSize=128m -XX:MaxPermSize=256m" - settings: mvn/settings.xml - global-settings: mvn/globalsettings.xml
\ No newline at end of file + settings: mvn/settings.xml + global-settings: mvn/globalsettings.xml diff --git a/tests/builders/fixtures/openshift-build-verify001.xml b/tests/builders/fixtures/openshift-build-verify001.xml index fec75157..4a19bede 100644 --- a/tests/builders/fixtures/openshift-build-verify001.xml +++ b/tests/builders/fixtures/openshift-build-verify001.xml @@ -9,4 +9,4 @@ <verbose>true</verbose> </com.openshift.jenkins.plugins.pipeline.OpenShiftBuildVerifier> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/openshift-build-verify001.yaml b/tests/builders/fixtures/openshift-build-verify001.yaml index 6835a193..fa240047 100644 --- a/tests/builders/fixtures/openshift-build-verify001.yaml +++ b/tests/builders/fixtures/openshift-build-verify001.yaml @@ -4,4 +4,4 @@ builders: bld-cfg: front namespace: test-build auth-token: ose-key-buildv1 - verbose: true
\ No newline at end of file + verbose: true diff --git a/tests/builders/fixtures/openshift-build-verify002.xml b/tests/builders/fixtures/openshift-build-verify002.xml index b28b3947..766be8ba 100644 --- a/tests/builders/fixtures/openshift-build-verify002.xml +++ b/tests/builders/fixtures/openshift-build-verify002.xml @@ -9,4 +9,4 @@ <verbose>false</verbose> </com.openshift.jenkins.plugins.pipeline.OpenShiftBuildVerifier> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/openshift-build-verify002.yaml b/tests/builders/fixtures/openshift-build-verify002.yaml index 019cc785..5ed6560d 100644 --- a/tests/builders/fixtures/openshift-build-verify002.yaml +++ b/tests/builders/fixtures/openshift-build-verify002.yaml @@ -1,2 +1,2 @@ builders: - - openshift-build-verify
\ No newline at end of file + - openshift-build-verify diff --git a/tests/builders/fixtures/openshift-builder001.xml b/tests/builders/fixtures/openshift-builder001.xml index 3c15f534..881adb26 100644 --- a/tests/builders/fixtures/openshift-builder001.xml +++ b/tests/builders/fixtures/openshift-builder001.xml @@ -12,4 +12,4 @@ <showBuildLogs>true</showBuildLogs> </com.openshift.jenkins.plugins.pipeline.OpenShiftBuilder> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/openshift-builder001.yaml b/tests/builders/fixtures/openshift-builder001.yaml index 4c11e2c4..52a9535b 100644 --- a/tests/builders/fixtures/openshift-builder001.yaml +++ b/tests/builders/fixtures/openshift-builder001.yaml @@ -7,4 +7,4 @@ builders: commit-ID: ae489f7d verbose: true build-name: ose-test-build - show-build-logs: true
\ No newline at end of file + show-build-logs: true diff --git a/tests/builders/fixtures/openshift-builder002.xml b/tests/builders/fixtures/openshift-builder002.xml index c9899ebe..7448cefb 100644 --- a/tests/builders/fixtures/openshift-builder002.xml +++ b/tests/builders/fixtures/openshift-builder002.xml @@ -12,4 +12,4 @@ <showBuildLogs>false</showBuildLogs> </com.openshift.jenkins.plugins.pipeline.OpenShiftBuilder> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/openshift-builder002.yaml b/tests/builders/fixtures/openshift-builder002.yaml index 3ba9dcab..3159ee08 100644 --- a/tests/builders/fixtures/openshift-builder002.yaml +++ b/tests/builders/fixtures/openshift-builder002.yaml @@ -1,2 +1,2 @@ builders: - - openshift-builder
\ No newline at end of file + - openshift-builder diff --git a/tests/builders/fixtures/openshift-creator001.xml b/tests/builders/fixtures/openshift-creator001.xml index 32b2d4b6..ca10b6f1 100644 --- a/tests/builders/fixtures/openshift-creator001.xml +++ b/tests/builders/fixtures/openshift-creator001.xml @@ -9,4 +9,4 @@ <verbose>true</verbose> </com.openshift.jenkins.plugins.pipeline.OpenShiftCreator> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/openshift-creator001.yaml b/tests/builders/fixtures/openshift-creator001.yaml index 262c0eb7..b95f826e 100644 --- a/tests/builders/fixtures/openshift-creator001.yaml +++ b/tests/builders/fixtures/openshift-creator001.yaml @@ -4,4 +4,4 @@ builders: jsonyaml: 'front: back' namespace: test6 auth-token: ose-key-creator1 - verbose: true
\ No newline at end of file + verbose: true diff --git a/tests/builders/fixtures/openshift-creator002.xml b/tests/builders/fixtures/openshift-creator002.xml index 8c1a04ec..b3435993 100644 --- a/tests/builders/fixtures/openshift-creator002.xml +++ b/tests/builders/fixtures/openshift-creator002.xml @@ -9,4 +9,4 @@ <verbose>false</verbose> </com.openshift.jenkins.plugins.pipeline.OpenShiftCreator> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/openshift-creator002.yaml b/tests/builders/fixtures/openshift-creator002.yaml index 7972b485..9da17e86 100644 --- a/tests/builders/fixtures/openshift-creator002.yaml +++ b/tests/builders/fixtures/openshift-creator002.yaml @@ -1,2 +1,2 @@ builders: - - openshift-creator
\ No newline at end of file + - openshift-creator diff --git a/tests/builders/fixtures/openshift-dep-verify001.xml b/tests/builders/fixtures/openshift-dep-verify001.xml index 5f47cc6a..b568bfb3 100644 --- a/tests/builders/fixtures/openshift-dep-verify001.xml +++ b/tests/builders/fixtures/openshift-dep-verify001.xml @@ -10,4 +10,4 @@ <verbose>true</verbose> </com.openshift.jenkins.plugins.pipeline.OpenShiftDeploymentVerifier> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/openshift-dep-verify001.yaml b/tests/builders/fixtures/openshift-dep-verify001.yaml index db666e79..3aeaf6cf 100644 --- a/tests/builders/fixtures/openshift-dep-verify001.yaml +++ b/tests/builders/fixtures/openshift-dep-verify001.yaml @@ -5,4 +5,4 @@ builders: namespace: test6 replica-count: 4 auth-token: ose-key-dep-verify1 - verbose: true
\ No newline at end of file + verbose: true diff --git a/tests/builders/fixtures/openshift-dep-verify002.xml b/tests/builders/fixtures/openshift-dep-verify002.xml index 1dcc1269..3293a0e4 100644 --- a/tests/builders/fixtures/openshift-dep-verify002.xml +++ b/tests/builders/fixtures/openshift-dep-verify002.xml @@ -10,4 +10,4 @@ <verbose>false</verbose> </com.openshift.jenkins.plugins.pipeline.OpenShiftDeploymentVerifier> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/openshift-dep-verify002.yaml b/tests/builders/fixtures/openshift-dep-verify002.yaml index 0e84a90b..ff414c0f 100644 --- a/tests/builders/fixtures/openshift-dep-verify002.yaml +++ b/tests/builders/fixtures/openshift-dep-verify002.yaml @@ -1,2 +1,2 @@ builders: - - openshift-dep-verify
\ No newline at end of file + - openshift-dep-verify diff --git a/tests/builders/fixtures/openshift-deployer001.xml b/tests/builders/fixtures/openshift-deployer001.xml index f8628caf..65f8aa2e 100644 --- a/tests/builders/fixtures/openshift-deployer001.xml +++ b/tests/builders/fixtures/openshift-deployer001.xml @@ -9,4 +9,4 @@ <verbose>true</verbose> </com.openshift.jenkins.plugins.pipeline.OpenShiftDeployer> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/openshift-deployer001.yaml b/tests/builders/fixtures/openshift-deployer001.yaml index fb442c07..8db480fc 100644 --- a/tests/builders/fixtures/openshift-deployer001.yaml +++ b/tests/builders/fixtures/openshift-deployer001.yaml @@ -4,4 +4,4 @@ builders: dep-cfg: front namespace: test3 auth-token: ose-key-deployer1 - verbose: true
\ No newline at end of file + verbose: true diff --git a/tests/builders/fixtures/openshift-deployer002.xml b/tests/builders/fixtures/openshift-deployer002.xml index 227b4add..7f98fdee 100644 --- a/tests/builders/fixtures/openshift-deployer002.xml +++ b/tests/builders/fixtures/openshift-deployer002.xml @@ -9,4 +9,4 @@ <verbose>false</verbose> </com.openshift.jenkins.plugins.pipeline.OpenShiftDeployer> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/openshift-deployer002.yaml b/tests/builders/fixtures/openshift-deployer002.yaml index 5852cbd4..9f778a25 100644 --- a/tests/builders/fixtures/openshift-deployer002.yaml +++ b/tests/builders/fixtures/openshift-deployer002.yaml @@ -1,2 +1,2 @@ builders: - - openshift-deployer
\ No newline at end of file + - openshift-deployer diff --git a/tests/builders/fixtures/openshift-img-tagger001.xml b/tests/builders/fixtures/openshift-img-tagger001.xml index 4182a1c7..9a6d94df 100644 --- a/tests/builders/fixtures/openshift-img-tagger001.xml +++ b/tests/builders/fixtures/openshift-img-tagger001.xml @@ -10,4 +10,4 @@ <verbose>true</verbose> </com.openshift.jenkins.plugins.pipeline.OpenShiftImageTagger> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/openshift-img-tagger001.yaml b/tests/builders/fixtures/openshift-img-tagger001.yaml index 34b82763..36dabe13 100644 --- a/tests/builders/fixtures/openshift-img-tagger001.yaml +++ b/tests/builders/fixtures/openshift-img-tagger001.yaml @@ -5,4 +5,4 @@ builders: prod-tag: origin-nodejs-sample:production namespace: test5 auth-token: ose-key-img1 - verbose: true
\ No newline at end of file + verbose: true diff --git a/tests/builders/fixtures/openshift-img-tagger002.xml b/tests/builders/fixtures/openshift-img-tagger002.xml index 56658690..bd48c411 100644 --- a/tests/builders/fixtures/openshift-img-tagger002.xml +++ b/tests/builders/fixtures/openshift-img-tagger002.xml @@ -10,4 +10,4 @@ <verbose>false</verbose> </com.openshift.jenkins.plugins.pipeline.OpenShiftImageTagger> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/openshift-img-tagger002.yaml b/tests/builders/fixtures/openshift-img-tagger002.yaml index f12d3527..b21ab016 100644 --- a/tests/builders/fixtures/openshift-img-tagger002.yaml +++ b/tests/builders/fixtures/openshift-img-tagger002.yaml @@ -1,2 +1,2 @@ builders: - - openshift-img-tagger
\ No newline at end of file + - openshift-img-tagger diff --git a/tests/builders/fixtures/openshift-scaler001.xml b/tests/builders/fixtures/openshift-scaler001.xml index 87dd3098..2cd29748 100644 --- a/tests/builders/fixtures/openshift-scaler001.xml +++ b/tests/builders/fixtures/openshift-scaler001.xml @@ -10,4 +10,4 @@ <verbose>true</verbose> </com.openshift.jenkins.plugins.pipeline.OpenShiftScaler> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/openshift-scaler001.yaml b/tests/builders/fixtures/openshift-scaler001.yaml index d480b65e..d7312788 100644 --- a/tests/builders/fixtures/openshift-scaler001.yaml +++ b/tests/builders/fixtures/openshift-scaler001.yaml @@ -5,4 +5,4 @@ builders: namespace: test2 replica-count: 4 auth-token: ose-key-scaler1 - verbose: true
\ No newline at end of file + verbose: true diff --git a/tests/builders/fixtures/openshift-scaler002.xml b/tests/builders/fixtures/openshift-scaler002.xml index 25c58c46..a007903d 100644 --- a/tests/builders/fixtures/openshift-scaler002.xml +++ b/tests/builders/fixtures/openshift-scaler002.xml @@ -10,4 +10,4 @@ <verbose>false</verbose> </com.openshift.jenkins.plugins.pipeline.OpenShiftScaler> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/openshift-scaler002.yaml b/tests/builders/fixtures/openshift-scaler002.yaml index 8ced6530..0bc66856 100644 --- a/tests/builders/fixtures/openshift-scaler002.yaml +++ b/tests/builders/fixtures/openshift-scaler002.yaml @@ -1,2 +1,2 @@ builders: - - openshift-scaler
\ No newline at end of file + - openshift-scaler diff --git a/tests/builders/fixtures/openshift-svc-verify001.xml b/tests/builders/fixtures/openshift-svc-verify001.xml index 785e81d2..b9977c70 100644 --- a/tests/builders/fixtures/openshift-svc-verify001.xml +++ b/tests/builders/fixtures/openshift-svc-verify001.xml @@ -9,4 +9,4 @@ <verbose>true</verbose> </com.openshift.jenkins.plugins.pipeline.OpenShiftServiceVerifier> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/openshift-svc-verify001.yaml b/tests/builders/fixtures/openshift-svc-verify001.yaml index f17aac3f..4a0f2176 100644 --- a/tests/builders/fixtures/openshift-svc-verify001.yaml +++ b/tests/builders/fixtures/openshift-svc-verify001.yaml @@ -4,4 +4,4 @@ builders: svc-name: front namespace: test4 auth-token: ose-key-svc-verify1 - verbose: true
\ No newline at end of file + verbose: true diff --git a/tests/builders/fixtures/openshift-svc-verify002.xml b/tests/builders/fixtures/openshift-svc-verify002.xml index dadf4584..597b35c9 100644 --- a/tests/builders/fixtures/openshift-svc-verify002.xml +++ b/tests/builders/fixtures/openshift-svc-verify002.xml @@ -9,4 +9,4 @@ <verbose>false</verbose> </com.openshift.jenkins.plugins.pipeline.OpenShiftServiceVerifier> </builders> -</project>
\ No newline at end of file +</project> diff --git a/tests/builders/fixtures/openshift-svc-verify002.yaml b/tests/builders/fixtures/openshift-svc-verify002.yaml index 3a6aa0ba..31076650 100644 --- a/tests/builders/fixtures/openshift-svc-verify002.yaml +++ b/tests/builders/fixtures/openshift-svc-verify002.yaml @@ -1,2 +1,2 @@ builders: - - openshift-svc-verify
\ No newline at end of file + - openshift-svc-verify diff --git a/tests/builders/fixtures/ssh-builder.yaml b/tests/builders/fixtures/ssh-builder.yaml index 4f33897b..bae06d77 100644 --- a/tests/builders/fixtures/ssh-builder.yaml +++ b/tests/builders/fixtures/ssh-builder.yaml @@ -1,4 +1,4 @@ builders: - ssh-builder: ssh-user-ip: foo@bar:22 - command: echo foo
\ No newline at end of file + command: echo foo diff --git a/tests/builders/fixtures/tox002.yaml b/tests/builders/fixtures/tox002.yaml index 8376f440..3d43dc41 100644 --- a/tests/builders/fixtures/tox002.yaml +++ b/tests/builders/fixtures/tox002.yaml @@ -2,4 +2,3 @@ builders: - tox: ini: "foo.conf" toxenv-pattern: TOX_ENV - diff --git a/tests/builders/fixtures/trigger-builds-configfactory-binaryfile-optionals.yaml b/tests/builders/fixtures/trigger-builds-configfactory-binaryfile-optionals.yaml index 81b3a35c..8b5d196d 100644 --- a/tests/builders/fixtures/trigger-builds-configfactory-binaryfile-optionals.yaml +++ b/tests/builders/fixtures/trigger-builds-configfactory-binaryfile-optionals.yaml @@ -6,4 +6,4 @@ builders: parameter-name: filename file-pattern: propfile*.txt no-files-found-action: FAIL - block: true
\ No newline at end of file + block: true diff --git a/tests/builders/fixtures/trigger-builds-configfactory-binaryfile.yaml b/tests/builders/fixtures/trigger-builds-configfactory-binaryfile.yaml index a1efd0d2..a0c21591 100644 --- a/tests/builders/fixtures/trigger-builds-configfactory-binaryfile.yaml +++ b/tests/builders/fixtures/trigger-builds-configfactory-binaryfile.yaml @@ -5,4 +5,4 @@ builders: - factory: binaryfile parameter-name: filename file-pattern: propfile*.txt - block: true
\ No newline at end of file + block: true diff --git a/tests/builders/fixtures/trigger-builds-configfactory-counterbuild-optionals.yaml b/tests/builders/fixtures/trigger-builds-configfactory-counterbuild-optionals.yaml index 871df9ac..5a4499f7 100644 --- a/tests/builders/fixtures/trigger-builds-configfactory-counterbuild-optionals.yaml +++ b/tests/builders/fixtures/trigger-builds-configfactory-counterbuild-optionals.yaml @@ -10,4 +10,4 @@ builders: parameters: | EXAMPLE=NICE HELLO=WORLD - block: true
\ No newline at end of file + block: true diff --git a/tests/builders/fixtures/trigger-builds-configfactory-counterbuild.yaml b/tests/builders/fixtures/trigger-builds-configfactory-counterbuild.yaml index ab885ef4..d7fc8026 100644 --- a/tests/builders/fixtures/trigger-builds-configfactory-counterbuild.yaml +++ b/tests/builders/fixtures/trigger-builds-configfactory-counterbuild.yaml @@ -6,4 +6,4 @@ builders: from: 0 to: 5 step: 1 - block: true
\ No newline at end of file + block: true diff --git a/tests/builders/fixtures/trigger-builds-configfactory-filebuild-optionals.yaml b/tests/builders/fixtures/trigger-builds-configfactory-filebuild-optionals.yaml index 09286d24..e53ac3b2 100644 --- a/tests/builders/fixtures/trigger-builds-configfactory-filebuild-optionals.yaml +++ b/tests/builders/fixtures/trigger-builds-configfactory-filebuild-optionals.yaml @@ -5,4 +5,4 @@ builders: - factory: filebuild file-pattern: propfile*.txt no-files-found-action: NOPARMS - block: true
\ No newline at end of file + block: true diff --git a/tests/builders/fixtures/trigger-builds-configfactory-filebuild.yaml b/tests/builders/fixtures/trigger-builds-configfactory-filebuild.yaml index 738ec4c4..a5415dc5 100644 --- a/tests/builders/fixtures/trigger-builds-configfactory-filebuild.yaml +++ b/tests/builders/fixtures/trigger-builds-configfactory-filebuild.yaml @@ -4,4 +4,4 @@ builders: parameter-factories: - factory: filebuild file-pattern: propfile*.txt - block: true
\ No newline at end of file + block: true diff --git a/tests/builders/fixtures/trigger-builds007.yaml b/tests/builders/fixtures/trigger-builds007.yaml index 1b68e02e..6e7b03a2 100644 --- a/tests/builders/fixtures/trigger-builds007.yaml +++ b/tests/builders/fixtures/trigger-builds007.yaml @@ -1,4 +1,4 @@ builders: - trigger-builds: - project: "build_started" - git-revision: false
\ No newline at end of file + git-revision: false diff --git a/tests/cmd/fixtures/multi-path/builder-recursive.ini b/tests/cmd/fixtures/multi-path/builder-recursive.ini index 62c674b9..f1fd8770 100644 --- a/tests/cmd/fixtures/multi-path/builder-recursive.ini +++ b/tests/cmd/fixtures/multi-path/builder-recursive.ini @@ -1,2 +1,2 @@ [job_builder] -recursive=True
\ No newline at end of file +recursive=True diff --git a/tests/cmd/fixtures/multi-path/yamldirs/dir1/dir1/project.yaml b/tests/cmd/fixtures/multi-path/yamldirs/dir1/dir1/project.yaml index 71688468..1c4aa373 100644 --- a/tests/cmd/fixtures/multi-path/yamldirs/dir1/dir1/project.yaml +++ b/tests/cmd/fixtures/multi-path/yamldirs/dir1/dir1/project.yaml @@ -4,4 +4,4 @@ - 'job1' - job: - name: 'job1'
\ No newline at end of file + name: 'job1' diff --git a/tests/cmd/fixtures/multi-path/yamldirs/dir1/project.yaml b/tests/cmd/fixtures/multi-path/yamldirs/dir1/project.yaml index 33c5f36f..50593a9b 100644 --- a/tests/cmd/fixtures/multi-path/yamldirs/dir1/project.yaml +++ b/tests/cmd/fixtures/multi-path/yamldirs/dir1/project.yaml @@ -5,4 +5,4 @@ - job: name: 'job2' - disabled: True
\ No newline at end of file + disabled: True diff --git a/tests/cmd/fixtures/multi-path/yamldirs/dir2/dir1/project.yaml b/tests/cmd/fixtures/multi-path/yamldirs/dir2/dir1/project.yaml index d579bb65..ebb08989 100644 --- a/tests/cmd/fixtures/multi-path/yamldirs/dir2/dir1/project.yaml +++ b/tests/cmd/fixtures/multi-path/yamldirs/dir2/dir1/project.yaml @@ -5,4 +5,4 @@ - job: name: 'job4' - project-type: matrix
\ No newline at end of file + project-type: matrix diff --git a/tests/cmd/fixtures/multi-path/yamldirs/dir2/project.yaml b/tests/cmd/fixtures/multi-path/yamldirs/dir2/project.yaml index 6c625407..6b240d29 100644 --- a/tests/cmd/fixtures/multi-path/yamldirs/dir2/project.yaml +++ b/tests/cmd/fixtures/multi-path/yamldirs/dir2/project.yaml @@ -6,4 +6,4 @@ - job: name: 'job3' display-name: 'herp derp derp' - disabled: True
\ No newline at end of file + disabled: True diff --git a/tests/cmd/fixtures/non-default-timeout.ini b/tests/cmd/fixtures/non-default-timeout.ini index 32f8438e..eac44550 100644 --- a/tests/cmd/fixtures/non-default-timeout.ini +++ b/tests/cmd/fixtures/non-default-timeout.ini @@ -1,2 +1,2 @@ [jenkins] -timeout=0.2
\ No newline at end of file +timeout=0.2 diff --git a/tests/duplicates/fixtures/allow_macros001.yaml b/tests/duplicates/fixtures/allow_macros001.yaml index 63eb29db..ca673430 100644 --- a/tests/duplicates/fixtures/allow_macros001.yaml +++ b/tests/duplicates/fixtures/allow_macros001.yaml @@ -18,4 +18,3 @@ name: duplicate_macros scm: - project-scm - diff --git a/tests/duplicates/fixtures/exception_macros001.yaml b/tests/duplicates/fixtures/exception_macros001.yaml index d97a64a6..294b5f77 100644 --- a/tests/duplicates/fixtures/exception_macros001.yaml +++ b/tests/duplicates/fixtures/exception_macros001.yaml @@ -18,4 +18,3 @@ name: duplicate_macros scm: - project-scm - diff --git a/tests/general/fixtures/matrix-axis002.xml b/tests/general/fixtures/matrix-axis002.xml index 6ea210b4..fa00869b 100644 --- a/tests/general/fixtures/matrix-axis002.xml +++ b/tests/general/fixtures/matrix-axis002.xml @@ -29,4 +29,4 @@ <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> <concurrentBuild>false</concurrentBuild> <canRoam>true</canRoam> -</matrix-project>
\ No newline at end of file +</matrix-project> diff --git a/tests/general/fixtures/project-type005.xml b/tests/general/fixtures/project-type005.xml index cfa5ecf9..94a701c8 100644 --- a/tests/general/fixtures/project-type005.xml +++ b/tests/general/fixtures/project-type005.xml @@ -6,4 +6,4 @@ <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> <concurrentBuild>false</concurrentBuild> <canRoam>true</canRoam> -</hudson.model.ExternalJob>
\ No newline at end of file +</hudson.model.ExternalJob> diff --git a/tests/general/fixtures/project-type005.yaml b/tests/general/fixtures/project-type005.yaml index 6fb0215b..41d78517 100644 --- a/tests/general/fixtures/project-type005.yaml +++ b/tests/general/fixtures/project-type005.yaml @@ -1,2 +1,2 @@ name: openstack-infra -project-type: externaljob
\ No newline at end of file +project-type: externaljob diff --git a/tests/jsonparser/fixtures/simple.json b/tests/jsonparser/fixtures/simple.json index a47fe8db..25578c0c 100644 --- a/tests/jsonparser/fixtures/simple.json +++ b/tests/jsonparser/fixtures/simple.json @@ -10,4 +10,4 @@ ] } } -]
\ No newline at end of file +] diff --git a/tests/jsonparser/fixtures/simple.xml b/tests/jsonparser/fixtures/simple.xml index 44d6abcf..ad90faf9 100644 --- a/tests/jsonparser/fixtures/simple.xml +++ b/tests/jsonparser/fixtures/simple.xml @@ -17,4 +17,4 @@ </builders> <publishers/> <buildWrappers/> -</project>
\ No newline at end of file +</project> diff --git a/tests/localyaml/fixtures/deprecated-include-raw-escaped001.json b/tests/localyaml/fixtures/deprecated-include-raw-escaped001.json index 268b0aab..53780033 100644 --- a/tests/localyaml/fixtures/deprecated-include-raw-escaped001.json +++ b/tests/localyaml/fixtures/deprecated-include-raw-escaped001.json @@ -7,7 +7,7 @@ "shell": "#!/bin/bash\n#\n# Sample script showing how the yaml include-raw tag can be used\n# to inline scripts that are maintained outside of the jenkins\n# job yaml configuration.\n\necho \"hello world\"\n\nexit 0\n" }, { - "shell": "#!/bin/bash\n#\n# sample script to check that brackets aren't escaped\n# when using the include-raw application yaml tag\n\nVAR1=\"hello\"\nVAR2=\"world\"\nVAR3=\"${{VAR1}} ${{VAR2}}\"\n\n[[ -n \"${{VAR3}}\" ]] && {{\n # this next section is executed as one\n echo \"${{VAR3}}\"\n exit 0\n}}\n\n" + "shell": "#!/bin/bash\n#\n# sample script to check that brackets aren't escaped\n# when using the include-raw application yaml tag\n\nVAR1=\"hello\"\nVAR2=\"world\"\nVAR3=\"${{VAR1}} ${{VAR2}}\"\n\n[[ -n \"${{VAR3}}\" ]] && {{\n # this next section is executed as one\n echo \"${{VAR3}}\"\n exit 0\n}}\n" } ] } diff --git a/tests/localyaml/fixtures/deprecated-include-raw001.json b/tests/localyaml/fixtures/deprecated-include-raw001.json index e9540524..a3613efd 100644 --- a/tests/localyaml/fixtures/deprecated-include-raw001.json +++ b/tests/localyaml/fixtures/deprecated-include-raw001.json @@ -7,7 +7,7 @@ "shell": "#!/bin/bash\n#\n# Sample script showing how the yaml include-raw tag can be used\n# to inline scripts that are maintained outside of the jenkins\n# job yaml configuration.\n\necho \"hello world\"\n\nexit 0\n" }, { - "shell": "#!/bin/bash\n#\n# sample script to check that brackets aren't escaped\n# when using the include-raw application yaml tag\n\nVAR1=\"hello\"\nVAR2=\"world\"\nVAR3=\"${VAR1} ${VAR2}\"\n\n[[ -n \"${VAR3}\" ]] && {\n # this next section is executed as one\n echo \"${VAR3}\"\n exit 0\n}\n\n" + "shell": "#!/bin/bash\n#\n# sample script to check that brackets aren't escaped\n# when using the include-raw application yaml tag\n\nVAR1=\"hello\"\nVAR2=\"world\"\nVAR3=\"${VAR1} ${VAR2}\"\n\n[[ -n \"${VAR3}\" ]] && {\n # this next section is executed as one\n echo \"${VAR3}\"\n exit 0\n}\n" } ] } diff --git a/tests/localyaml/fixtures/include-raw-escaped-multi001.json b/tests/localyaml/fixtures/include-raw-escaped-multi001.json index 0748417d..15d0bb29 100644 --- a/tests/localyaml/fixtures/include-raw-escaped-multi001.json +++ b/tests/localyaml/fixtures/include-raw-escaped-multi001.json @@ -4,7 +4,7 @@ "name": "test-job-include-raw-{num}", "builders": [ { - "shell": "#!/bin/bash\n#\n# Sample script showing how the yaml include-raw tag can be used\n# to inline scripts that are maintained outside of the jenkins\n# job yaml configuration.\n\necho \"hello world\"\n\nexit 0\n\n#!/bin/bash\n#\n# sample script to check that brackets aren't escaped\n# when using the include-raw application yaml tag\n\nVAR1=\"hello\"\nVAR2=\"world\"\nVAR3=\"${{VAR1}} ${{VAR2}}\"\n\n[[ -n \"${{VAR3}}\" ]] && {{\n # this next section is executed as one\n echo \"${{VAR3}}\"\n exit 0\n}}\n\n" + "shell": "#!/bin/bash\n#\n# Sample script showing how the yaml include-raw tag can be used\n# to inline scripts that are maintained outside of the jenkins\n# job yaml configuration.\n\necho \"hello world\"\n\nexit 0\n\n#!/bin/bash\n#\n# sample script to check that brackets aren't escaped\n# when using the include-raw application yaml tag\n\nVAR1=\"hello\"\nVAR2=\"world\"\nVAR3=\"${{VAR1}} ${{VAR2}}\"\n\n[[ -n \"${{VAR3}}\" ]] && {{\n # this next section is executed as one\n echo \"${{VAR3}}\"\n exit 0\n}}\n" } ] } diff --git a/tests/localyaml/fixtures/include-raw-escaped001.json b/tests/localyaml/fixtures/include-raw-escaped001.json index 268b0aab..53780033 100644 --- a/tests/localyaml/fixtures/include-raw-escaped001.json +++ b/tests/localyaml/fixtures/include-raw-escaped001.json @@ -7,7 +7,7 @@ "shell": "#!/bin/bash\n#\n# Sample script showing how the yaml include-raw tag can be used\n# to inline scripts that are maintained outside of the jenkins\n# job yaml configuration.\n\necho \"hello world\"\n\nexit 0\n" }, { - "shell": "#!/bin/bash\n#\n# sample script to check that brackets aren't escaped\n# when using the include-raw application yaml tag\n\nVAR1=\"hello\"\nVAR2=\"world\"\nVAR3=\"${{VAR1}} ${{VAR2}}\"\n\n[[ -n \"${{VAR3}}\" ]] && {{\n # this next section is executed as one\n echo \"${{VAR3}}\"\n exit 0\n}}\n\n" + "shell": "#!/bin/bash\n#\n# sample script to check that brackets aren't escaped\n# when using the include-raw application yaml tag\n\nVAR1=\"hello\"\nVAR2=\"world\"\nVAR3=\"${{VAR1}} ${{VAR2}}\"\n\n[[ -n \"${{VAR3}}\" ]] && {{\n # this next section is executed as one\n echo \"${{VAR3}}\"\n exit 0\n}}\n" } ] } diff --git a/tests/localyaml/fixtures/include-raw-multi001.json b/tests/localyaml/fixtures/include-raw-multi001.json index 4f5bbb2e..5d41b510 100644 --- a/tests/localyaml/fixtures/include-raw-multi001.json +++ b/tests/localyaml/fixtures/include-raw-multi001.json @@ -4,7 +4,7 @@ "name": "test-job-include-raw-1", "builders": [ { - "shell": "#!/bin/bash\n#\n# Sample script showing how the yaml include-raw tag can be used\n# to inline scripts that are maintained outside of the jenkins\n# job yaml configuration.\n\necho \"hello world\"\n\nexit 0\n\n#!/bin/bash\n#\n# sample script to check that brackets aren't escaped\n# when using the include-raw application yaml tag\n\nVAR1=\"hello\"\nVAR2=\"world\"\nVAR3=\"${VAR1} ${VAR2}\"\n\n[[ -n \"${VAR3}\" ]] && {\n # this next section is executed as one\n echo \"${VAR3}\"\n exit 0\n}\n\n" + "shell": "#!/bin/bash\n#\n# Sample script showing how the yaml include-raw tag can be used\n# to inline scripts that are maintained outside of the jenkins\n# job yaml configuration.\n\necho \"hello world\"\n\nexit 0\n\n#!/bin/bash\n#\n# sample script to check that brackets aren't escaped\n# when using the include-raw application yaml tag\n\nVAR1=\"hello\"\nVAR2=\"world\"\nVAR3=\"${VAR1} ${VAR2}\"\n\n[[ -n \"${VAR3}\" ]] && {\n # this next section is executed as one\n echo \"${VAR3}\"\n exit 0\n}\n" } ] } diff --git a/tests/localyaml/fixtures/include-raw001-vars.sh b/tests/localyaml/fixtures/include-raw001-vars.sh index 46c544e7..2e33779a 100644 --- a/tests/localyaml/fixtures/include-raw001-vars.sh +++ b/tests/localyaml/fixtures/include-raw001-vars.sh @@ -12,4 +12,3 @@ VAR3="${VAR1} ${VAR2}" echo "${VAR3}" exit 0 } - diff --git a/tests/localyaml/fixtures/include-raw001.json b/tests/localyaml/fixtures/include-raw001.json index e9540524..a3613efd 100644 --- a/tests/localyaml/fixtures/include-raw001.json +++ b/tests/localyaml/fixtures/include-raw001.json @@ -7,7 +7,7 @@ "shell": "#!/bin/bash\n#\n# Sample script showing how the yaml include-raw tag can be used\n# to inline scripts that are maintained outside of the jenkins\n# job yaml configuration.\n\necho \"hello world\"\n\nexit 0\n" }, { - "shell": "#!/bin/bash\n#\n# sample script to check that brackets aren't escaped\n# when using the include-raw application yaml tag\n\nVAR1=\"hello\"\nVAR2=\"world\"\nVAR3=\"${VAR1} ${VAR2}\"\n\n[[ -n \"${VAR3}\" ]] && {\n # this next section is executed as one\n echo \"${VAR3}\"\n exit 0\n}\n\n" + "shell": "#!/bin/bash\n#\n# sample script to check that brackets aren't escaped\n# when using the include-raw application yaml tag\n\nVAR1=\"hello\"\nVAR2=\"world\"\nVAR3=\"${VAR1} ${VAR2}\"\n\n[[ -n \"${VAR3}\" ]] && {\n # this next section is executed as one\n echo \"${VAR3}\"\n exit 0\n}\n" } ] } diff --git a/tests/multibranch/fixtures/scm_github_no_fork_pr_discovery.yaml b/tests/multibranch/fixtures/scm_github_no_fork_pr_discovery.yaml index c552b05f..026ff7b7 100644 --- a/tests/multibranch/fixtures/scm_github_no_fork_pr_discovery.yaml +++ b/tests/multibranch/fixtures/scm_github_no_fork_pr_discovery.yaml @@ -5,4 +5,3 @@ scm: repo: 'foo' repo-owner: 'johndoe' discover-pr-forks-strategy: false - diff --git a/tests/notifications/fixtures/http-endpoint001.yaml b/tests/notifications/fixtures/http-endpoint001.yaml index 8c14e54f..6a5968ce 100644 --- a/tests/notifications/fixtures/http-endpoint001.yaml +++ b/tests/notifications/fixtures/http-endpoint001.yaml @@ -1,3 +1,3 @@ notifications: - http: - url: http://example.com/jenkins_endpoint
\ No newline at end of file + url: http://example.com/jenkins_endpoint diff --git a/tests/notifications/fixtures/http-endpoint002.yaml b/tests/notifications/fixtures/http-endpoint002.yaml index 30208262..7db02a1a 100644 --- a/tests/notifications/fixtures/http-endpoint002.yaml +++ b/tests/notifications/fixtures/http-endpoint002.yaml @@ -4,4 +4,4 @@ notifications: format: xml event: completed timeout: 40000 - log: -1
\ No newline at end of file + log: -1 diff --git a/tests/parameters/fixtures/dynamic-choice-param001.yaml b/tests/parameters/fixtures/dynamic-choice-param001.yaml index 25ae90fd..11c047de 100644 --- a/tests/parameters/fixtures/dynamic-choice-param001.yaml +++ b/tests/parameters/fixtures/dynamic-choice-param001.yaml @@ -4,4 +4,4 @@ parameters: description: "Available options" script: "['optionA', 'optionB']" remote: false - read-only: false
\ No newline at end of file + read-only: false diff --git a/tests/parameters/fixtures/node-param001.yaml b/tests/parameters/fixtures/node-param001.yaml index b9a1d51f..0c99bfb5 100644 --- a/tests/parameters/fixtures/node-param001.yaml +++ b/tests/parameters/fixtures/node-param001.yaml @@ -8,4 +8,3 @@ parameters: - slave003 ignore-offline-nodes: true allowed-multiselect: true - diff --git a/tests/parameters/fixtures/node-param002.yaml b/tests/parameters/fixtures/node-param002.yaml index ff727070..75afcbb7 100644 --- a/tests/parameters/fixtures/node-param002.yaml +++ b/tests/parameters/fixtures/node-param002.yaml @@ -8,4 +8,3 @@ parameters: - slave003 ignore-offline-nodes: true allowed-multiselect: false - diff --git a/tests/properties/fixtures/branch-api-full.yaml b/tests/properties/fixtures/branch-api-full.yaml index fd87247b..0b73a0e7 100644 --- a/tests/properties/fixtures/branch-api-full.yaml +++ b/tests/properties/fixtures/branch-api-full.yaml @@ -2,4 +2,3 @@ properties: - branch-api: time-period: Day number-of-builds: 5 - diff --git a/tests/properties/fixtures/delivery-pipeline-minimal.yaml b/tests/properties/fixtures/delivery-pipeline-minimal.yaml index 78398605..5dfdc957 100644 --- a/tests/properties/fixtures/delivery-pipeline-minimal.yaml +++ b/tests/properties/fixtures/delivery-pipeline-minimal.yaml @@ -1,2 +1,2 @@ properties: - - delivery-pipeline
\ No newline at end of file + - delivery-pipeline diff --git a/tests/properties/fixtures/docker-container-full.yaml b/tests/properties/fixtures/docker-container-full.yaml index 1899de3c..b230e1bf 100644 --- a/tests/properties/fixtures/docker-container-full.yaml +++ b/tests/properties/fixtures/docker-container-full.yaml @@ -3,4 +3,4 @@ properties: commit-on-success: true additional-tag: latest push-on-success: true - clean-local-images: true
\ No newline at end of file + clean-local-images: true diff --git a/tests/properties/fixtures/docker-container-minimal.yaml b/tests/properties/fixtures/docker-container-minimal.yaml index 90e71f0f..b2c838da 100644 --- a/tests/properties/fixtures/docker-container-minimal.yaml +++ b/tests/properties/fixtures/docker-container-minimal.yaml @@ -1,2 +1,2 @@ properties: - - docker-container
\ No newline at end of file + - docker-container diff --git a/tests/properties/fixtures/docker-container-nondefault.yaml b/tests/properties/fixtures/docker-container-nondefault.yaml index 74b41843..c977b54b 100644 --- a/tests/properties/fixtures/docker-container-nondefault.yaml +++ b/tests/properties/fixtures/docker-container-nondefault.yaml @@ -3,4 +3,4 @@ properties: commit-on-success: true additional-tag: my-hands-are-typing-words push-on-success: true - clean-local-images: false
\ No newline at end of file + clean-local-images: false diff --git a/tests/properties/fixtures/heavy-job.xml b/tests/properties/fixtures/heavy-job.xml index 1be17dd3..2e442a48 100644 --- a/tests/properties/fixtures/heavy-job.xml +++ b/tests/properties/fixtures/heavy-job.xml @@ -5,4 +5,4 @@ <weight>2</weight> </hudson.plugins.heavy__job.HeavyJobProperty> </properties> -</project>
\ No newline at end of file +</project> diff --git a/tests/properties/fixtures/ownership.yaml b/tests/properties/fixtures/ownership.yaml index c5a357f2..e4765a68 100644 --- a/tests/properties/fixtures/ownership.yaml +++ b/tests/properties/fixtures/ownership.yaml @@ -3,4 +3,4 @@ properties: owner: foo co-owners: - bar - - moo
\ No newline at end of file + - moo diff --git a/tests/publishers/fixtures/allure-full.xml b/tests/publishers/fixtures/allure-full.xml index 96c746ad..cb186b9b 100644 --- a/tests/publishers/fixtures/allure-full.xml +++ b/tests/publishers/fixtures/allure-full.xml @@ -24,4 +24,4 @@ </config> </ru.yandex.qatools.allure.jenkins.AllureReportPublisher> </publishers> -</project>
\ No newline at end of file +</project> diff --git a/tests/publishers/fixtures/allure-full.yaml b/tests/publishers/fixtures/allure-full.yaml index cb788b61..57b08476 100644 --- a/tests/publishers/fixtures/allure-full.yaml +++ b/tests/publishers/fixtures/allure-full.yaml @@ -10,4 +10,3 @@ publishers: commandline: allure2 report-build-policy: UNSTABLE include-properties: true - diff --git a/tests/publishers/fixtures/allure-minimal.xml b/tests/publishers/fixtures/allure-minimal.xml index cae7661b..4f588849 100644 --- a/tests/publishers/fixtures/allure-minimal.xml +++ b/tests/publishers/fixtures/allure-minimal.xml @@ -16,4 +16,4 @@ </config> </ru.yandex.qatools.allure.jenkins.AllureReportPublisher> </publishers> -</project>
\ No newline at end of file +</project> diff --git a/tests/publishers/fixtures/allure-minimal.yaml b/tests/publishers/fixtures/allure-minimal.yaml index b4942db4..9fee9a7a 100644 --- a/tests/publishers/fixtures/allure-minimal.yaml +++ b/tests/publishers/fixtures/allure-minimal.yaml @@ -1,4 +1,4 @@ publishers: - allure: results-paths: - - path: 'build/allure-results'
\ No newline at end of file + - path: 'build/allure-results' diff --git a/tests/publishers/fixtures/artifactory02.yaml b/tests/publishers/fixtures/artifactory02.yaml index 527cc77e..097545b0 100644 --- a/tests/publishers/fixtures/artifactory02.yaml +++ b/tests/publishers/fixtures/artifactory02.yaml @@ -31,4 +31,3 @@ publishers: env-vars-include: true env-vars-include-patterns: [] env-vars-exclude-patterns: [] - diff --git a/tests/publishers/fixtures/cifs001.yaml b/tests/publishers/fixtures/cifs001.yaml index 140694a5..7d01766b 100644 --- a/tests/publishers/fixtures/cifs001.yaml +++ b/tests/publishers/fixtures/cifs001.yaml @@ -6,4 +6,3 @@ publishers: remove-prefix: 'base/source/dir' excludes: '**/*.excludedfiletype' flatten: true - diff --git a/tests/publishers/fixtures/conditional-publisher002.yaml b/tests/publishers/fixtures/conditional-publisher002.yaml index 07998b78..3a8e31a8 100644 --- a/tests/publishers/fixtures/conditional-publisher002.yaml +++ b/tests/publishers/fixtures/conditional-publisher002.yaml @@ -15,4 +15,3 @@ publishers: action: - aggregate-tests: include-failed-builds: true - diff --git a/tests/publishers/fixtures/conditional-publisher003.yaml b/tests/publishers/fixtures/conditional-publisher003.yaml index 3d2e669b..3583e44a 100644 --- a/tests/publishers/fixtures/conditional-publisher003.yaml +++ b/tests/publishers/fixtures/conditional-publisher003.yaml @@ -8,4 +8,3 @@ publishers: allow-empty: 'true' - aggregate-tests: include-failed-builds: true - diff --git a/tests/publishers/fixtures/conditional-publisher004.yaml b/tests/publishers/fixtures/conditional-publisher004.yaml index a1e5117c..e52f8088 100644 --- a/tests/publishers/fixtures/conditional-publisher004.yaml +++ b/tests/publishers/fixtures/conditional-publisher004.yaml @@ -7,4 +7,3 @@ publishers: - archive: artifacts: '**/**' allow-empty: 'true' - diff --git a/tests/publishers/fixtures/conditional-publisher005.yaml b/tests/publishers/fixtures/conditional-publisher005.yaml index b13e14b4..c9ca7fb3 100644 --- a/tests/publishers/fixtures/conditional-publisher005.yaml +++ b/tests/publishers/fixtures/conditional-publisher005.yaml @@ -7,4 +7,3 @@ publishers: - archive: artifacts: '**/**' allow-empty: 'true' - diff --git a/tests/publishers/fixtures/cucumber-reports-minimal.yaml b/tests/publishers/fixtures/cucumber-reports-minimal.yaml index 8b6b3946..bec9a5a0 100644 --- a/tests/publishers/fixtures/cucumber-reports-minimal.yaml +++ b/tests/publishers/fixtures/cucumber-reports-minimal.yaml @@ -1,2 +1,2 @@ publishers: - - cucumber-reports
\ No newline at end of file + - cucumber-reports diff --git a/tests/publishers/fixtures/downstream-ext001.yaml b/tests/publishers/fixtures/downstream-ext001.yaml index 8700ba61..c6d82af1 100644 --- a/tests/publishers/fixtures/downstream-ext001.yaml +++ b/tests/publishers/fixtures/downstream-ext001.yaml @@ -2,4 +2,4 @@ publishers: - downstream-ext: projects: - foo - - bar
\ No newline at end of file + - bar diff --git a/tests/publishers/fixtures/downstream-ext002.yaml b/tests/publishers/fixtures/downstream-ext002.yaml index 32cb7cbd..01862bb8 100644 --- a/tests/publishers/fixtures/downstream-ext002.yaml +++ b/tests/publishers/fixtures/downstream-ext002.yaml @@ -5,4 +5,4 @@ publishers: - bar only-on-scm-change: true criteria: unstable - condition: equal
\ No newline at end of file + condition: equal diff --git a/tests/publishers/fixtures/ftp001.yaml b/tests/publishers/fixtures/ftp001.yaml index b9320d32..368aa7d1 100644 --- a/tests/publishers/fixtures/ftp001.yaml +++ b/tests/publishers/fixtures/ftp001.yaml @@ -6,4 +6,3 @@ publishers: remove-prefix: 'base/source/dir' excludes: '**/*.excludedfiletype' flatten: true - diff --git a/tests/publishers/fixtures/javadoc001.xml b/tests/publishers/fixtures/javadoc001.xml index 0304a190..1da5aa40 100644 --- a/tests/publishers/fixtures/javadoc001.xml +++ b/tests/publishers/fixtures/javadoc001.xml @@ -6,4 +6,4 @@ <keepAll>true</keepAll> </hudson.tasks.JavadocArchiver> </publishers> -</project>
\ No newline at end of file +</project> diff --git a/tests/publishers/fixtures/jms-messaging-full.xml b/tests/publishers/fixtures/jms-messaging-full.xml index 6549b0c3..26057a71 100644 --- a/tests/publishers/fixtures/jms-messaging-full.xml +++ b/tests/publishers/fixtures/jms-messaging-full.xml @@ -20,7 +20,7 @@ username=fedora-atomic "repo": "php-simplepie", "status": "<success/failure/aborted>", "test_guidance": "<comma-separated-list-of-test-suites-to-run>"} -}</messageContent> +</messageContent> </com.redhat.jenkins.plugins.ci.CIMessageNotifier> </publishers> -</project>
\ No newline at end of file +</project> diff --git a/tests/publishers/fixtures/jms-messaging-full.yaml b/tests/publishers/fixtures/jms-messaging-full.yaml index 610d8282..58d4e77c 100644 --- a/tests/publishers/fixtures/jms-messaging-full.yaml +++ b/tests/publishers/fixtures/jms-messaging-full.yaml @@ -17,4 +17,3 @@ publishers: "repo": "php-simplepie", "status": "<success/failure/aborted>", "test_guidance": "<comma-separated-list-of-test-suites-to-run>"} - }
\ No newline at end of file diff --git a/tests/publishers/fixtures/jms-messaging-minimal.xml b/tests/publishers/fixtures/jms-messaging-minimal.xml index 98e63643..4d26ab15 100644 --- a/tests/publishers/fixtures/jms-messaging-minimal.xml +++ b/tests/publishers/fixtures/jms-messaging-minimal.xml @@ -8,4 +8,4 @@ <messageContent>test</messageContent> </com.redhat.jenkins.plugins.ci.CIMessageNotifier> </publishers> -</project>
\ No newline at end of file +</project> diff --git a/tests/publishers/fixtures/jms-messaging-minimal.yaml b/tests/publishers/fixtures/jms-messaging-minimal.yaml index 3cf9ee2e..ad6ee960 100644 --- a/tests/publishers/fixtures/jms-messaging-minimal.yaml +++ b/tests/publishers/fixtures/jms-messaging-minimal.yaml @@ -3,4 +3,4 @@ publishers: provider-name: fedmsg msg-type: CodeQualityChecksDone msg-props: test - msg-content: test
\ No newline at end of file + msg-content: test diff --git a/tests/publishers/fixtures/openshift-build-canceller001.xml b/tests/publishers/fixtures/openshift-build-canceller001.xml index 37a38645..6314421a 100644 --- a/tests/publishers/fixtures/openshift-build-canceller001.xml +++ b/tests/publishers/fixtures/openshift-build-canceller001.xml @@ -9,4 +9,4 @@ <verbose>true</verbose> </com.openshift.jenkins.plugins.pipeline.OpenShiftBuildCanceller> </publishers> -</project>
\ No newline at end of file +</project> diff --git a/tests/publishers/fixtures/openshift-build-canceller001.yaml b/tests/publishers/fixtures/openshift-build-canceller001.yaml index e9f379ab..b16e4d04 100644 --- a/tests/publishers/fixtures/openshift-build-canceller001.yaml +++ b/tests/publishers/fixtures/openshift-build-canceller001.yaml @@ -4,4 +4,4 @@ publishers: bld-cfg: front namespace: test-build auth-token: ose-key-canceller1 - verbose: true
\ No newline at end of file + verbose: true diff --git a/tests/publishers/fixtures/openshift-build-canceller002.xml b/tests/publishers/fixtures/openshift-build-canceller002.xml index 1a1c1af7..45fe84cb 100644 --- a/tests/publishers/fixtures/openshift-build-canceller002.xml +++ b/tests/publishers/fixtures/openshift-build-canceller002.xml @@ -9,4 +9,4 @@ <verbose>false</verbose> </com.openshift.jenkins.plugins.pipeline.OpenShiftBuildCanceller> </publishers> -</project>
\ No newline at end of file +</project> diff --git a/tests/publishers/fixtures/openshift-build-canceller002.yaml b/tests/publishers/fixtures/openshift-build-canceller002.yaml index d45dcaf7..56d820e1 100644 --- a/tests/publishers/fixtures/openshift-build-canceller002.yaml +++ b/tests/publishers/fixtures/openshift-build-canceller002.yaml @@ -1,2 +1,2 @@ publishers: - - openshift-build-canceller
\ No newline at end of file + - openshift-build-canceller diff --git a/tests/publishers/fixtures/openshift-deploy-canceller001.xml b/tests/publishers/fixtures/openshift-deploy-canceller001.xml index 7cb04cbe..06158c77 100644 --- a/tests/publishers/fixtures/openshift-deploy-canceller001.xml +++ b/tests/publishers/fixtures/openshift-deploy-canceller001.xml @@ -9,4 +9,4 @@ <verbose>true</verbose> </com.openshift.jenkins.plugins.pipeline.OpenShiftDeployCanceller> </publishers> -</project>
\ No newline at end of file +</project> diff --git a/tests/publishers/fixtures/openshift-deploy-canceller001.yaml b/tests/publishers/fixtures/openshift-deploy-canceller001.yaml index 820d1229..1f8d9b9c 100644 --- a/tests/publishers/fixtures/openshift-deploy-canceller001.yaml +++ b/tests/publishers/fixtures/openshift-deploy-canceller001.yaml @@ -4,4 +4,4 @@ publishers: dep-cfg: front namespace: test6 auth-token: ose-key-dep-canceller1 - verbose: true
\ No newline at end of file + verbose: true diff --git a/tests/publishers/fixtures/openshift-deploy-canceller002.xml b/tests/publishers/fixtures/openshift-deploy-canceller002.xml index 001c0276..3749eef1 100644 --- a/tests/publishers/fixtures/openshift-deploy-canceller002.xml +++ b/tests/publishers/fixtures/openshift-deploy-canceller002.xml @@ -9,4 +9,4 @@ <verbose>false</verbose> </com.openshift.jenkins.plugins.pipeline.OpenShiftDeployCanceller> </publishers> -</project>
\ No newline at end of file +</project> diff --git a/tests/publishers/fixtures/openshift-deploy-canceller002.yaml b/tests/publishers/fixtures/openshift-deploy-canceller002.yaml index 246756ad..bf09d416 100644 --- a/tests/publishers/fixtures/openshift-deploy-canceller002.yaml +++ b/tests/publishers/fixtures/openshift-deploy-canceller002.yaml @@ -1,2 +1,2 @@ publishers: - - openshift-deploy-canceller
\ No newline at end of file + - openshift-deploy-canceller diff --git a/tests/publishers/fixtures/raw001.yaml b/tests/publishers/fixtures/raw001.yaml index 8909959d..0abf1ce9 100644 --- a/tests/publishers/fixtures/raw001.yaml +++ b/tests/publishers/fixtures/raw001.yaml @@ -11,4 +11,4 @@ publishers: <artifactDaysToKeep>-1</artifactDaysToKeep> <artifactNumToKeep>100</artifactNumToKeep> </logRotator> - </hudson.plugins.build__publisher.BuildPublisher>
\ No newline at end of file + </hudson.plugins.build__publisher.BuildPublisher> diff --git a/tests/publishers/fixtures/shiningpanda001.yaml b/tests/publishers/fixtures/shiningpanda001.yaml index 22e0463a..3e979ed8 100644 --- a/tests/publishers/fixtures/shiningpanda001.yaml +++ b/tests/publishers/fixtures/shiningpanda001.yaml @@ -1,3 +1,3 @@ publishers: - shining-panda: - html-reports-directory: foo/bar/coveragepy_html_report/
\ No newline at end of file + html-reports-directory: foo/bar/coveragepy_html_report/ diff --git a/tests/publishers/fixtures/ssh001.yaml b/tests/publishers/fixtures/ssh001.yaml index a0f6da1d..344dfd09 100644 --- a/tests/publishers/fixtures/ssh001.yaml +++ b/tests/publishers/fixtures/ssh001.yaml @@ -9,4 +9,3 @@ publishers: command: 'rm -r jenkins_$BUILD_NUMBER' timeout: 1800000 flatten: true - diff --git a/tests/publishers/fixtures/trigger-parameterized-builds001.yaml b/tests/publishers/fixtures/trigger-parameterized-builds001.yaml index 8da3ce0f..cd78b0b1 100644 --- a/tests/publishers/fixtures/trigger-parameterized-builds001.yaml +++ b/tests/publishers/fixtures/trigger-parameterized-builds001.yaml @@ -1,4 +1,4 @@ publishers: - trigger-parameterized-builds: - project: 'fixture' - condition: SUCCESS
\ No newline at end of file + condition: SUCCESS diff --git a/tests/publishers/fixtures/trigger_parameterized_builds003.yaml b/tests/publishers/fixtures/trigger_parameterized_builds003.yaml index c57eaec4..66c1e91f 100644 --- a/tests/publishers/fixtures/trigger_parameterized_builds003.yaml +++ b/tests/publishers/fixtures/trigger_parameterized_builds003.yaml @@ -12,4 +12,4 @@ publishers: git-revision: true combine-queued-commits: true property-file: version.prop - file-encoding: UTF-8
\ No newline at end of file + file-encoding: UTF-8 diff --git a/tests/publishers/fixtures/trigger_success.xml b/tests/publishers/fixtures/trigger_success.xml index 6bd2ef60..7b40446c 100644 --- a/tests/publishers/fixtures/trigger_success.xml +++ b/tests/publishers/fixtures/trigger_success.xml @@ -10,4 +10,4 @@ </threshold> </hudson.tasks.BuildTrigger> </publishers> -</project>
\ No newline at end of file +</project> diff --git a/tests/publishers/fixtures/zulip.xml b/tests/publishers/fixtures/zulip.xml index c48d2797..559948c3 100644 --- a/tests/publishers/fixtures/zulip.xml +++ b/tests/publishers/fixtures/zulip.xml @@ -3,4 +3,4 @@ <publishers> <hudson.plugins.humbug.HumbugNotifier/> </publishers> -</project>
\ No newline at end of file +</project> diff --git a/tests/publishers/fixtures/zulip.yaml b/tests/publishers/fixtures/zulip.yaml index 9ee1b9ea..e642ab92 100644 --- a/tests/publishers/fixtures/zulip.yaml +++ b/tests/publishers/fixtures/zulip.yaml @@ -1,2 +1,2 @@ publishers: - - zulip
\ No newline at end of file + - zulip diff --git a/tests/scm/fixtures/cvs001.yaml b/tests/scm/fixtures/cvs001.yaml index e5eec363..5513c676 100644 --- a/tests/scm/fixtures/cvs001.yaml +++ b/tests/scm/fixtures/cvs001.yaml @@ -9,4 +9,4 @@ scm: - root: ":protocol:user@host2:path" locations: - modules: - - remote: "remote1"
\ No newline at end of file + - remote: "remote1" diff --git a/tests/scm/fixtures/git-multiple-remotes.yaml b/tests/scm/fixtures/git-multiple-remotes.yaml index 8011ce56..e14f5451 100644 --- a/tests/scm/fixtures/git-multiple-remotes.yaml +++ b/tests/scm/fixtures/git-multiple-remotes.yaml @@ -7,4 +7,4 @@ scm: - github: url: https://github.com/exampleuser/foobar.git branches: - - github/master
\ No newline at end of file + - github/master diff --git a/tests/scm/fixtures/openshift-img-streams001.xml b/tests/scm/fixtures/openshift-img-streams001.xml index 612feee5..d282375a 100644 --- a/tests/scm/fixtures/openshift-img-streams001.xml +++ b/tests/scm/fixtures/openshift-img-streams001.xml @@ -8,4 +8,4 @@ <authToken>ose-key-img-streams1</authToken> <verbose>true</verbose> </scm> -</project>
\ No newline at end of file +</project> diff --git a/tests/scm/fixtures/openshift-img-streams001.yaml b/tests/scm/fixtures/openshift-img-streams001.yaml index 8120e4b2..c612296c 100644 --- a/tests/scm/fixtures/openshift-img-streams001.yaml +++ b/tests/scm/fixtures/openshift-img-streams001.yaml @@ -5,4 +5,4 @@ scm: api-url: https://openshift.example.local.url/ namespace: test-scm auth-token: ose-key-img-streams1 - verbose: true
\ No newline at end of file + verbose: true diff --git a/tests/scm/fixtures/openshift-img-streams002.xml b/tests/scm/fixtures/openshift-img-streams002.xml index b6d93391..fc1f86e1 100644 --- a/tests/scm/fixtures/openshift-img-streams002.xml +++ b/tests/scm/fixtures/openshift-img-streams002.xml @@ -8,4 +8,4 @@ <authToken/> <verbose>false</verbose> </scm> -</project>
\ No newline at end of file +</project> diff --git a/tests/scm/fixtures/openshift-img-streams002.yaml b/tests/scm/fixtures/openshift-img-streams002.yaml index 4973d1d2..0d56837f 100644 --- a/tests/scm/fixtures/openshift-img-streams002.yaml +++ b/tests/scm/fixtures/openshift-img-streams002.yaml @@ -1,2 +1,2 @@ scm: - - openshift-img-streams
\ No newline at end of file + - openshift-img-streams diff --git a/tests/scm/fixtures/tfs-001.yaml b/tests/scm/fixtures/tfs-001.yaml index df12b505..ec1f1217 100644 --- a/tests/scm/fixtures/tfs-001.yaml +++ b/tests/scm/fixtures/tfs-001.yaml @@ -7,4 +7,4 @@ scm: local-path: "../foo/" workspace: "Hudson-${JOB_NAME}" web-access: - - web-url: "http://TFSMachine:8080"
\ No newline at end of file + - web-url: "http://TFSMachine:8080" diff --git a/tests/triggers/fixtures/gerrit001.yaml b/tests/triggers/fixtures/gerrit001.yaml index e93c4b03..88f62c3c 100644 --- a/tests/triggers/fixtures/gerrit001.yaml +++ b/tests/triggers/fixtures/gerrit001.yaml @@ -20,4 +20,4 @@ triggers: escape-quotes: false no-name-and-email: false dynamic-trigger-enabled: true - dynamic-trigger-url: http://myhost/mytrigger
\ No newline at end of file + dynamic-trigger-url: http://myhost/mytrigger diff --git a/tests/triggers/fixtures/gitlab002.yaml b/tests/triggers/fixtures/gitlab002.yaml index 6da9bdfa..918e07fa 100644 --- a/tests/triggers/fixtures/gitlab002.yaml +++ b/tests/triggers/fixtures/gitlab002.yaml @@ -3,4 +3,4 @@ triggers: include-branches: - 'master' exclude-branches: - - 'feature'
\ No newline at end of file + - 'feature' diff --git a/tests/triggers/fixtures/gitlab003.yaml b/tests/triggers/fixtures/gitlab003.yaml index 80ee894b..468577ad 100644 --- a/tests/triggers/fixtures/gitlab003.yaml +++ b/tests/triggers/fixtures/gitlab003.yaml @@ -5,4 +5,4 @@ triggers: exclude-branches: - 'baz' - 'foo' - - 'fnord'
\ No newline at end of file + - 'fnord' diff --git a/tests/triggers/fixtures/ivy.xml b/tests/triggers/fixtures/ivy.xml index d167a94b..ae37a1cb 100644 --- a/tests/triggers/fixtures/ivy.xml +++ b/tests/triggers/fixtures/ivy.xml @@ -13,4 +13,4 @@ <triggerLabel>master</triggerLabel> </org.jenkinsci.plugins.ivytrigger.IvyTrigger> </triggers> -</project>
\ No newline at end of file +</project> diff --git a/tests/triggers/fixtures/jms-messaging001.xml b/tests/triggers/fixtures/jms-messaging001.xml index 9c45a8bd..3d1e91e6 100644 --- a/tests/triggers/fixtures/jms-messaging001.xml +++ b/tests/triggers/fixtures/jms-messaging001.xml @@ -17,4 +17,4 @@ </checks> </com.redhat.jenkins.plugins.ci.CIBuildTrigger> </triggers> -</project>
\ No newline at end of file +</project> diff --git a/tests/triggers/fixtures/jms-messaging002.xml b/tests/triggers/fixtures/jms-messaging002.xml index d0b6c23c..4bc5ad6a 100644 --- a/tests/triggers/fixtures/jms-messaging002.xml +++ b/tests/triggers/fixtures/jms-messaging002.xml @@ -7,4 +7,4 @@ <providerName>fedmsg</providerName> </com.redhat.jenkins.plugins.ci.CIBuildTrigger> </triggers> -</project>
\ No newline at end of file +</project> diff --git a/tests/triggers/fixtures/jms-messaging002.yaml b/tests/triggers/fixtures/jms-messaging002.yaml index 36e5085b..dea757bf 100644 --- a/tests/triggers/fixtures/jms-messaging002.yaml +++ b/tests/triggers/fixtures/jms-messaging002.yaml @@ -2,4 +2,3 @@ triggers: - jms-messaging: selector: topic = "org.fedoraproject.prod.fedimg.image.upload" provider-name: fedmsg - diff --git a/tests/triggers/fixtures/monitor-files-full.xml b/tests/triggers/fixtures/monitor-files-full.xml index 4c33a330..8ed63f0e 100644 --- a/tests/triggers/fixtures/monitor-files-full.xml +++ b/tests/triggers/fixtures/monitor-files-full.xml @@ -54,4 +54,4 @@ </fileInfo> </org.jenkinsci.plugins.fstrigger.triggers.FileNameTrigger> </triggers> -</project>
\ No newline at end of file +</project> diff --git a/tests/triggers/fixtures/reverse-list.yaml b/tests/triggers/fixtures/reverse-list.yaml index b140a412..677ea270 100644 --- a/tests/triggers/fixtures/reverse-list.yaml +++ b/tests/triggers/fixtures/reverse-list.yaml @@ -4,4 +4,4 @@ triggers: - 'a' - 'b' - 'c' - result: 'failure'
\ No newline at end of file + result: 'failure' diff --git a/tests/triggers/fixtures/reverse.yaml b/tests/triggers/fixtures/reverse.yaml index 98433973..1d0b3a8f 100644 --- a/tests/triggers/fixtures/reverse.yaml +++ b/tests/triggers/fixtures/reverse.yaml @@ -1,4 +1,4 @@ triggers: - reverse: jobs: 'Fantastic-job' - result: 'failure'
\ No newline at end of file + result: 'failure' diff --git a/tests/triggers/fixtures/script-full.yaml b/tests/triggers/fixtures/script-full.yaml index f7739b00..f36f842e 100644 --- a/tests/triggers/fixtures/script-full.yaml +++ b/tests/triggers/fixtures/script-full.yaml @@ -6,4 +6,3 @@ triggers: enable-concurrent: true label: master exit-code: 0 - diff --git a/tests/triggers/fixtures/script001.yaml b/tests/triggers/fixtures/script001.yaml index b66d13ee..5cf8a001 100644 --- a/tests/triggers/fixtures/script001.yaml +++ b/tests/triggers/fixtures/script001.yaml @@ -5,4 +5,3 @@ triggers: enable-concurrent: False label: master exit-code: 0 - diff --git a/tests/wrappers/fixtures/artifactory003.yaml b/tests/wrappers/fixtures/artifactory003.yaml index af9f7a84..2ebcdf94 100644 --- a/tests/wrappers/fixtures/artifactory003.yaml +++ b/tests/wrappers/fixtures/artifactory003.yaml @@ -11,4 +11,3 @@ wrappers: env-vars-include-patterns: - 'PROJECT_*' - 'ORG_*' - diff --git a/tests/wrappers/fixtures/config-file-provider002.yaml b/tests/wrappers/fixtures/config-file-provider002.yaml index 8d53df82..d2b6caea 100644 --- a/tests/wrappers/fixtures/config-file-provider002.yaml +++ b/tests/wrappers/fixtures/config-file-provider002.yaml @@ -1,4 +1,4 @@ wrappers: - config-file-provider: files: - - file-id: org.jenkinsci.plugins.configfiles.custom.CustomConfig1234
\ No newline at end of file + - file-id: org.jenkinsci.plugins.configfiles.custom.CustomConfig1234 diff --git a/tests/wrappers/fixtures/copy-to-slave001.xml b/tests/wrappers/fixtures/copy-to-slave001.xml index d870a35a..f47799c6 100644 --- a/tests/wrappers/fixtures/copy-to-slave001.xml +++ b/tests/wrappers/fixtures/copy-to-slave001.xml @@ -10,4 +10,4 @@ <hudsonHomeRelative>false</hudsonHomeRelative> </com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper> </buildWrappers> -</project>
\ No newline at end of file +</project> diff --git a/tests/wrappers/fixtures/copy-to-slave001.yaml b/tests/wrappers/fixtures/copy-to-slave001.yaml index 0745a28c..2d7e2c20 100644 --- a/tests/wrappers/fixtures/copy-to-slave001.yaml +++ b/tests/wrappers/fixtures/copy-to-slave001.yaml @@ -1,2 +1,2 @@ wrappers: - - copy-to-slave
\ No newline at end of file + - copy-to-slave diff --git a/tests/wrappers/fixtures/copy-to-slave002.xml b/tests/wrappers/fixtures/copy-to-slave002.xml index 97455dac..16a80278 100644 --- a/tests/wrappers/fixtures/copy-to-slave002.xml +++ b/tests/wrappers/fixtures/copy-to-slave002.xml @@ -10,4 +10,4 @@ <hudsonHomeRelative>false</hudsonHomeRelative> </com.michelin.cio.hudson.plugins.copytoslave.CopyToSlaveBuildWrapper> </buildWrappers> -</project>
\ No newline at end of file +</project> diff --git a/tests/wrappers/fixtures/custom-tools001.yaml b/tests/wrappers/fixtures/custom-tools001.yaml index 0d3c8737..615e0ebe 100644 --- a/tests/wrappers/fixtures/custom-tools001.yaml +++ b/tests/wrappers/fixtures/custom-tools001.yaml @@ -3,4 +3,4 @@ wrappers: tools: - my_custom_tool skip-master-install: true - convert-homes-to-upper: true
\ No newline at end of file + convert-homes-to-upper: true diff --git a/tests/wrappers/fixtures/env-script001.yaml b/tests/wrappers/fixtures/env-script001.yaml index a9d0b0eb..4fa8664b 100644 --- a/tests/wrappers/fixtures/env-script001.yaml +++ b/tests/wrappers/fixtures/env-script001.yaml @@ -1,4 +1,4 @@ wrappers: - env-script: script-content: 'echo foo=bar' - only-run-on-parent: true
\ No newline at end of file + only-run-on-parent: true diff --git a/tests/wrappers/fixtures/exclusion001.xml b/tests/wrappers/fixtures/exclusion001.xml index b0fdcb01..4f0f17e8 100644 --- a/tests/wrappers/fixtures/exclusion001.xml +++ b/tests/wrappers/fixtures/exclusion001.xml @@ -9,4 +9,4 @@ </ids> </org.jvnet.hudson.plugins.exclusion.IdAllocator> </buildWrappers> -</project>
\ No newline at end of file +</project> diff --git a/tests/wrappers/fixtures/exclusion002.xml b/tests/wrappers/fixtures/exclusion002.xml index 57b4eb00..dd22ce18 100644 --- a/tests/wrappers/fixtures/exclusion002.xml +++ b/tests/wrappers/fixtures/exclusion002.xml @@ -12,4 +12,4 @@ </ids> </org.jvnet.hudson.plugins.exclusion.IdAllocator> </buildWrappers> -</project>
\ No newline at end of file +</project> diff --git a/tests/wrappers/fixtures/exclusion003.xml b/tests/wrappers/fixtures/exclusion003.xml index 39960b8a..8c17edcc 100644 --- a/tests/wrappers/fixtures/exclusion003.xml +++ b/tests/wrappers/fixtures/exclusion003.xml @@ -15,4 +15,4 @@ </ids> </org.jvnet.hudson.plugins.exclusion.IdAllocator> </buildWrappers> -</project>
\ No newline at end of file +</project> diff --git a/tests/wrappers/fixtures/inject-full.xml b/tests/wrappers/fixtures/inject-full.xml index 26098475..2e5aca25 100644 --- a/tests/wrappers/fixtures/inject-full.xml +++ b/tests/wrappers/fixtures/inject-full.xml @@ -15,4 +15,4 @@ </info> </EnvInjectBuildWrapper> </buildWrappers> -</project>
\ No newline at end of file +</project> diff --git a/tests/wrappers/fixtures/inject-full.yaml b/tests/wrappers/fixtures/inject-full.yaml index b0017181..d92b21a1 100644 --- a/tests/wrappers/fixtures/inject-full.yaml +++ b/tests/wrappers/fixtures/inject-full.yaml @@ -5,4 +5,4 @@ wrappers: script-file: scriptfull.sh script-content: test script content full groovy-script: test groovy-script location full - groovy-sandbox: true
\ No newline at end of file + groovy-sandbox: true diff --git a/tests/wrappers/fixtures/inject-minimal.xml b/tests/wrappers/fixtures/inject-minimal.xml index fdf57807..90eff116 100644 --- a/tests/wrappers/fixtures/inject-minimal.xml +++ b/tests/wrappers/fixtures/inject-minimal.xml @@ -10,4 +10,4 @@ </info> </EnvInjectBuildWrapper> </buildWrappers> -</project>
\ No newline at end of file +</project> diff --git a/tests/wrappers/fixtures/inject-minimal.yaml b/tests/wrappers/fixtures/inject-minimal.yaml index ec501151..573f9f19 100644 --- a/tests/wrappers/fixtures/inject-minimal.yaml +++ b/tests/wrappers/fixtures/inject-minimal.yaml @@ -1,2 +1,2 @@ wrappers: - - inject
\ No newline at end of file + - inject diff --git a/tests/wrappers/fixtures/passwords001.yaml b/tests/wrappers/fixtures/passwords001.yaml index df969d0e..2011f78d 100644 --- a/tests/wrappers/fixtures/passwords001.yaml +++ b/tests/wrappers/fixtures/passwords001.yaml @@ -5,4 +5,3 @@ wrappers: job-passwords: - name: ADMIN password: 0v8ZCNaHwq1hcx+sHwRLdg9424uBh4Pin0zO4sBIb+U= - diff --git a/tests/yamlparser/fixtures/allow_empty_variables_include.yaml b/tests/yamlparser/fixtures/allow_empty_variables_include.yaml index f8b2662a..d853c867 100644 --- a/tests/yamlparser/fixtures/allow_empty_variables_include.yaml +++ b/tests/yamlparser/fixtures/allow_empty_variables_include.yaml @@ -8,4 +8,3 @@ builders: - shell: !include ./allow_empty_variables_include.sh - diff --git a/tests/yamlparser/fixtures/concat_defaults001.yaml b/tests/yamlparser/fixtures/concat_defaults001.yaml index 7e4d0672..8024e59a 100644 --- a/tests/yamlparser/fixtures/concat_defaults001.yaml +++ b/tests/yamlparser/fixtures/concat_defaults001.yaml @@ -42,4 +42,3 @@ defaults: myproject2 builders: - shell: "echo 'confVersion: {confversion} & fooVersion: {fooversion}'" - diff --git a/tests/yamlparser/fixtures/default_template_variables_id_multi.yaml b/tests/yamlparser/fixtures/default_template_variables_id_multi.yaml index adb524fe..195e3f00 100644 --- a/tests/yamlparser/fixtures/default_template_variables_id_multi.yaml +++ b/tests/yamlparser/fixtures/default_template_variables_id_multi.yaml @@ -16,5 +16,3 @@ echo "Variable: {test_var|Hello World}" echo "Allow empty Variable: {test_var|}" echo "show that we expand for num: {num}" - - diff --git a/tests/yamlparser/fixtures/general-example-001.xml b/tests/yamlparser/fixtures/general-example-001.xml index 992d7788..aa5862f2 100644 --- a/tests/yamlparser/fixtures/general-example-001.xml +++ b/tests/yamlparser/fixtures/general-example-001.xml @@ -24,4 +24,4 @@ <builders/> <publishers/> <buildWrappers/> -</project>
\ No newline at end of file +</project> diff --git a/tests/yamlparser/fixtures/general-example-001.yaml b/tests/yamlparser/fixtures/general-example-001.yaml index c497d0ce..c5808d30 100644 --- a/tests/yamlparser/fixtures/general-example-001.yaml +++ b/tests/yamlparser/fixtures/general-example-001.yaml @@ -16,4 +16,4 @@ daysToKeep: 3 numToKeep: 20 artifactDaysToKeep: -1 - artifactNumToKeep: -1
\ No newline at end of file + artifactNumToKeep: -1 diff --git a/tests/yamlparser/fixtures/include-raw-escape001.yaml b/tests/yamlparser/fixtures/include-raw-escape001.yaml index d41417e4..ecbf69f1 100644 --- a/tests/yamlparser/fixtures/include-raw-escape001.yaml +++ b/tests/yamlparser/fixtures/include-raw-escape001.yaml @@ -19,4 +19,3 @@ num: 1 jobs: - 'test-job-{num}' - diff --git a/tests/yamlparser/fixtures/include_path001.conf b/tests/yamlparser/fixtures/include_path001.conf index 423f627f..29503c31 100644 --- a/tests/yamlparser/fixtures/include_path001.conf +++ b/tests/yamlparser/fixtures/include_path001.conf @@ -1,3 +1,2 @@ [job_builder] include_path=tests/yamlparser/fixtures:tests/yamlparser/fixtures/other_include_path - diff --git a/tests/yamlparser/fixtures/include_path001.yaml b/tests/yamlparser/fixtures/include_path001.yaml index 70b3f186..d4705a05 100644 --- a/tests/yamlparser/fixtures/include_path001.yaml +++ b/tests/yamlparser/fixtures/include_path001.yaml @@ -5,4 +5,4 @@ - job-template: name: 'include_path' - description: !include test.inc
\ No newline at end of file + description: !include test.inc diff --git a/tests/yamlparser/fixtures/include_path002.conf b/tests/yamlparser/fixtures/include_path002.conf index 41422847..039e34b8 100644 --- a/tests/yamlparser/fixtures/include_path002.conf +++ b/tests/yamlparser/fixtures/include_path002.conf @@ -1,5 +1,2 @@ [job_builder] include_path=tests/yamlparser/fixtures/other_include_path:tests/yamlparser/fixtures - - - diff --git a/tests/yamlparser/fixtures/jobgroups_multi_use.yaml b/tests/yamlparser/fixtures/jobgroups_multi_use.yaml index e34b5e93..eabc04a2 100644 --- a/tests/yamlparser/fixtures/jobgroups_multi_use.yaml +++ b/tests/yamlparser/fixtures/jobgroups_multi_use.yaml @@ -31,4 +31,3 @@ #!/usr/bin/env python # print("Doing something else cool with python") - diff --git a/tests/yamlparser/fixtures/other_include_path/test.inc b/tests/yamlparser/fixtures/other_include_path/test.inc index b2b4d976..f1046c6c 100644 --- a/tests/yamlparser/fixtures/other_include_path/test.inc +++ b/tests/yamlparser/fixtures/other_include_path/test.inc @@ -1 +1 @@ -from other include path
\ No newline at end of file +from other include path diff --git a/tests/yamlparser/fixtures/project-matrix001.xml b/tests/yamlparser/fixtures/project-matrix001.xml index 489d04db..9407a730 100644 --- a/tests/yamlparser/fixtures/project-matrix001.xml +++ b/tests/yamlparser/fixtures/project-matrix001.xml @@ -72,4 +72,4 @@ </builders> <publishers/> <buildWrappers/> -</matrix-project>
\ No newline at end of file +</matrix-project> diff --git a/tests/yamlparser/fixtures/project_pipeline_template004.yaml b/tests/yamlparser/fixtures/project_pipeline_template004.yaml index 0bb9f79e..284d7fbc 100644 --- a/tests/yamlparser/fixtures/project_pipeline_template004.yaml +++ b/tests/yamlparser/fixtures/project_pipeline_template004.yaml @@ -9,4 +9,3 @@ clean: true script-path: Jenkinsfile.groovy lightweight-checkout: true - diff --git a/tests/yamlparser/fixtures/scm_remote_deep_bug.yaml b/tests/yamlparser/fixtures/scm_remote_deep_bug.yaml index 8db59688..a9e19e19 100644 --- a/tests/yamlparser/fixtures/scm_remote_deep_bug.yaml +++ b/tests/yamlparser/fixtures/scm_remote_deep_bug.yaml @@ -12,4 +12,3 @@ name: 'scm_remote_deep_bug_jobs' jobs: - 'scm_remote_deep_bug_tpl' - diff --git a/tests/yamlparser/fixtures/template_ids.yaml b/tests/yamlparser/fixtures/template_ids.yaml index 42733df8..588f59c2 100644 --- a/tests/yamlparser/fixtures/template_ids.yaml +++ b/tests/yamlparser/fixtures/template_ids.yaml @@ -28,4 +28,3 @@ echo "Job name: template-test-ids-{num}-{type}" - shell: | echo "{test_var}" - diff --git a/tests/yamlparser/fixtures/templates002.xml b/tests/yamlparser/fixtures/templates002.xml index 607d3a39..8202d2cd 100644 --- a/tests/yamlparser/fixtures/templates002.xml +++ b/tests/yamlparser/fixtures/templates002.xml @@ -36,4 +36,4 @@ </builders> <publishers/> <buildWrappers/> -</project>
\ No newline at end of file +</project> diff --git a/tests/yamlparser/fixtures/templates002.yaml b/tests/yamlparser/fixtures/templates002.yaml index 907aef35..909a994e 100644 --- a/tests/yamlparser/fixtures/templates002.yaml +++ b/tests/yamlparser/fixtures/templates002.yaml @@ -11,4 +11,4 @@ - 27: branch_name: new_branch jobs: - - '{name}-{pyver}'
\ No newline at end of file + - '{name}-{pyver}' diff --git a/tests/yamlparser/fixtures/test.inc b/tests/yamlparser/fixtures/test.inc index 0a052dc6..6734592d 100644 --- a/tests/yamlparser/fixtures/test.inc +++ b/tests/yamlparser/fixtures/test.inc @@ -1 +1 @@ -from current dir
\ No newline at end of file +from current dir diff --git a/tests/yamlparser/fixtures/variable_default_values.yaml b/tests/yamlparser/fixtures/variable_default_values.yaml index 94efb4ae..7414cfe8 100644 --- a/tests/yamlparser/fixtures/variable_default_values.yaml +++ b/tests/yamlparser/fixtures/variable_default_values.yaml @@ -18,6 +18,3 @@ echo "{{defined_var|-1}}" echo "{{undefined_var|+1}}" echo "{{undefined_var|-1}}" - - - diff --git a/tests/yamlparser/fixtures/variable_escaping.yaml b/tests/yamlparser/fixtures/variable_escaping.yaml index 44e8f7b4..5185f53e 100644 --- a/tests/yamlparser/fixtures/variable_escaping.yaml +++ b/tests/yamlparser/fixtures/variable_escaping.yaml @@ -12,6 +12,3 @@ echo "{{defined_var|def}}" echo "{{undefined_var|def}}" echo "{{undefined_var|defined_var}}" - - - |