Commit Graph

5 Commits

Author SHA1 Message Date
David Aguilar ac9861d2fb publishers/join-trigger: advertise "threshold" in the docs
The join-trigger documentation still uses the deprecated
"even-if-unstable" field in its examples.

Update the "join-trigger001.yaml" fixture referenced by the
documentation to use the "threshold" configuration instead.

Add a new fixture to retain coverage for "even-if-unstable".

Change-Id: Ic8b28b384e0a6d7e43833d2db9524a41e4508ba7
2020-11-07 13:35:47 -08:00
Tomas Hartmann ff2d631d1a Add trigger-from-child-projects option.
Update trigger-parameterized-job arguments, to include
trigger from child projects.

Closes-Bug: story/2002157
Change-Id: Iae0610ee942dd2cad95e3fcaa8b70b16f42b3c50
2018-06-08 09:06:39 +00:00
Dawid Malinowski e757129c7b Add trigger-with-no-params for join-trigger
Change-Id: I4d4f3b5b4cc22b5f0f26cb6d1f7ee1fb93316e8d
2015-08-06 18:31:48 +02:00
Kyle Rockman e043e74267 Adding publisher support to join-trigger plugin
the join-trigger plugin supports publishers to be triggered on a join.
Only certain publishers work, but this should enable support for it.

Change-Id: I04afc2aedd0c57e9e64c46dbdc7f694d47186bbb
Signed-off-by: Kyle Rockman <kyle.rockman@mac.com>
2015-07-26 01:00:00 +02: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