Commit Graph

2 Commits

Author SHA1 Message Date
Lukas Bednar ccfe2daf8a publishers: groovy-postbuild changes between 1.x & 2.x
This patch hides differences between versions of this plugin.
From version 2.0, Groovy Postbuild plugin introduces Script Security
Plugin. It adds new options and also it changes xml structure.

You can find all details on home page in "Migration from 1.x" section:
https://wiki.jenkins-ci.org/display/JENKINS/Groovy+Postbuild+Plugin

Change-Id: Ica4ef3132f9ea56f57ec3cf1590021750bfea594
Signed-off-by: Lukas Bednar <lbednar@redhat.com>
Closes-bug: #1392360
2015-03-26 08:03:13 +01:00
Darragh Bailey 09c0224fb2 Convert all inline publisher examples to tests
Convert all publisher examples to unit tests and use literalinclude to
have sphinx automatically inline the test file contents. Replace
mavendeploy test with more complete version from the code and include
some tests from files that were identical to the inline example.

Enable yaml syntax highlighting for existing examples for consistent
display of docstrings across the publishers module.

In turn fix any python 3 compatibility issues highlighted by the
additional tests executing previously unexercised code paths.

Change-Id: Ic0fd39dee0121c0c22a932fd455dccc5344893b2
2015-03-21 11:18:02 +00:00