jenkins-job-builder/tests/parameters
Darragh Bailey 13df88774a Add helper tag to join arbitrary lists into strings
Adds a yaml application tag '!join:' to support defining data as a list
while having the resulting contents automatically joined together with
the specified delimiter and passed as a string into the resulting object
returned by yaml for JJB to process.

This allows users to store long lists of data that is combined together
for use with Jenkins plugins that expect a delimited string of arguments
instead of needing each module in JJB to provide individual support.

Change-Id: I745181ade3926d5c29708963189ae499a0378ece
2018-04-12 20:36:44 +01:00
..
fixtures Add helper tag to join arbitrary lists into strings 2018-04-12 20:36:44 +01:00
__init__.py update doc and add new JJB unit tests 2013-11-22 17:51:17 +00:00
test_parameters.py Refactor base test classes inheritance for reuse 2016-09-14 14:58:57 +01:00