jjb: Add `to_groovy` filter to convert variables to groovy syntax
authorKienan Stewart <kstewart@efficios.com>
Fri, 11 Oct 2024 12:57:06 +0000 (08:57 -0400)
committerKienan Stewart <kstewart@efficios.com>
Fri, 11 Oct 2024 13:03:19 +0000 (09:03 -0400)
commit7e91f7a75401b3f5f6caa50406e5d54a781cf29c
tree400556848011bee929c0bfc3675f293debc7fbab
parent35cae04ffe935bc3daaca63e5a24b19638d3615e
jjb: Add `to_groovy` filter to convert variables to groovy syntax

To update jobs that use this filter, use recent jjb versions and
execute it as follows:

```
PYTHONPATH=. jenkins-job update ./jobs/linux.yml
```

Change-Id: I09b4b5e3e57f4bfeb76eac00399f3bb885bb1b2b
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
jjb_filters/__init__.py [new file with mode: 0644]
This page took 0.022379 seconds and 4 git commands to generate.