From fd66dd6dcd026ff3cc0651bd3f5e83e3f1f84e8c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 20 Mar 2019 16:39:13 -0400 Subject: Convert specifiers (#38) * Add convert_specifiers * Add convert_specifiers to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3304709..86efd98 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,8 @@ The `utils` library provides several functions: | --- | --- | | `if (utils.scm_checkout()) return` | Accepts: Will ignore any `[skip ci]`/`[ci skip]` directive found in the latest commit message. This is used in certain regression testing jobs that run on a schedule, the execution of which should never be skipped due to skip directives found in the commit history. | | `utils.copy()` | Accepts: | -| `utils.run(config_list, concurrent=true)` | Accepts: +| `utils.run(config_list, concurrent=true)` | Accepts: | +| `utils.convert_specifiers(s)` | #### JobConfig Class This class contains properties that may be adjusted to control the behavior of the overall Jenkins job. -- cgit