jenkins-job-builder/tests/properties/fixtures
Arne Luehrs 8f1ade81ce Enable groovy sandbox for properties-inject
The groovy-plugin has introduced with it's 2.0 release on April 10th 2017
the notion of SecureGroovyScript with the associated sandbox for groovy code
To enable JJB jobs relying on the sandbox groovy execution we need to enable
the expected SecureGroovyScript XML stanza.

When used with the groovy 2.0 plugin this will
enable the following JJB YAML stanza

  properties:
    - inject:
        groovy-content: test groovy-content location 004
        groovy-sandbox: true

Needed for groovy code sandbox mode

This implementation is the same as the wrapper implementation in
jenkins_jobs/modules/wrappers.py L949- L989

Change-Id: I93e890a7a0496520246532adbdfd84e3be746abf
2018-09-17 22:33:48 +02:00
..
authenticated_build.xml Standardize docstrings for properties module 2015-12-12 19:01:10 +00:00
authenticated_build.yaml Standardize docstrings for properties module 2015-12-12 19:01:10 +00:00
authorization.xml Missed Replay property of authorization matrix 2017-09-23 11:12:00 +00:00
authorization.yaml Missed Replay property of authorization matrix 2017-09-23 11:12:00 +00:00
authorization_matrix.xml Missed Replay property of authorization matrix 2017-09-23 11:12:00 +00:00
authorization_matrix.yaml Missed Replay property of authorization matrix 2017-09-23 11:12:00 +00:00
batch-task.xml Fix multibyte character problem 2014-01-21 22:34:30 +09:00
batch-task.yaml Add support for batch_tasks. 2013-12-04 23:19:11 +01:00
branch-api-full.xml branch-api: Support skip-rate-limit param 2018-08-16 22:20:07 +08:00
branch-api-full.yaml branch-api: Support skip-rate-limit param 2018-08-16 22:20:07 +08:00
branch-api-minimal.xml branch-api: Support skip-rate-limit param 2018-08-16 22:20:07 +08:00
branch-api-minimal.yaml Add support for the Branch API Plugin 2017-08-16 02:34:31 +01:00
build-blocker-full.xml build-blocker: Refactor to increase code quality 2018-08-16 22:00:00 +08:00
build-blocker-full.yaml build-blocker: Refactor to increase code quality 2018-08-16 22:00:00 +08:00
build-blocker-minimal.xml build-blocker: Refactor to increase code quality 2018-08-16 22:00:00 +08:00
build-blocker-minimal.yaml build-blocker: Refactor to increase code quality 2018-08-16 22:00:00 +08:00
build-discarder-001.xml Adding the build-discarder property 2016-03-02 12:17:45 +01:00
build-discarder-001.yaml Adding the build-discarder property 2016-03-02 12:17:45 +01:00
build-discarder-002.xml Adding the build-discarder property 2016-03-02 12:17:45 +01:00
build-discarder-002.yaml Adding the build-discarder property 2016-03-02 12:17:45 +01:00
copyartifact-multiple.xml Properties: fix copyartifact permissions with several projects 2016-06-28 17:48:53 +00:00
copyartifact-multiple.yaml Properties: fix copyartifact permissions with several projects 2016-06-28 17:48:53 +00:00
copyartifact.xml Add support for Copy Artifact project copy permissions 2014-04-09 08:06:13 -04:00
copyartifact.yaml Add support for Copy Artifact project copy permissions 2014-04-09 08:06:13 -04:00
delivery-pipeline-full.xml Update Delivery Pipeline plugin to use convert xml 2016-07-27 22:01:34 -04:00
delivery-pipeline-full.yaml Update Delivery Pipeline plugin to use convert xml 2016-07-27 22:01:34 -04:00
delivery-pipeline-minimal.xml Update Delivery Pipeline plugin to use convert xml 2016-07-27 22:01:34 -04:00
delivery-pipeline-minimal.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
docker-container-full.xml Add support for the Jenkins Docker Plugin's.. 2017-07-17 19:04:52 +01:00
docker-container-full.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
docker-container-minimal.xml Add support for the Jenkins Docker Plugin's.. 2017-07-17 19:04:52 +01:00
docker-container-minimal.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
docker-container-nondefault.xml Add support for the Jenkins Docker Plugin's.. 2017-07-17 19:04:52 +01:00
docker-container-nondefault.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
fingerprinter.xml Added support for Builds chain fingerprinter 2014-02-02 15:37:38 +09:00
fingerprinter.yaml Added support for Builds chain fingerprinter 2014-02-02 15:37:38 +09:00
gitbucket-full.xml Add GitBucket plugin support 2016-08-30 14:31:12 -04:00
gitbucket-full.yaml Add GitBucket plugin support 2016-08-30 14:31:12 -04:00
gitbucket-minimal.xml Add GitBucket plugin support 2016-08-30 14:31:12 -04:00
gitbucket-minimal.yaml Add GitBucket plugin support 2016-08-30 14:31:12 -04:00
github-full.xml Add display-name option to github plugin 2016-08-26 19:48:29 -04:00
github-full.yaml Add display-name option to github plugin 2016-08-26 19:48:29 -04:00
github-minimal.xml Add display-name option to github plugin 2016-08-26 19:48:29 -04:00
github-minimal.yaml Add display-name option to github plugin 2016-08-26 19:48:29 -04:00
gitlab.xml Add support for GitLab notifier and connection property 2016-06-16 07:11:00 +02:00
gitlab.yaml Add support for GitLab notifier and connection property 2016-06-16 07:11:00 +02:00
groovy-label-full.xml Add support for 'Groovy Label Assignment Plugin' 2017-03-16 19:12:06 +01:00
groovy-label-full.yaml Add support for 'Groovy Label Assignment Plugin' 2017-03-16 19:12:06 +01:00
groovy-label-minimal.xml Add support for 'Groovy Label Assignment Plugin' 2017-03-16 19:12:06 +01:00
groovy-label-minimal.yaml Add support for 'Groovy Label Assignment Plugin' 2017-03-16 19:12:06 +01:00
heavy-job.xml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
heavy-job.yaml Heavy Job Plugin support added 2014-02-13 13:09:30 +04:00
inject001.plugins_info.yaml Enable groovy sandbox for properties-inject 2018-09-17 22:33:48 +02:00
inject001.xml Allow whitespace to be significant 2015-08-11 18:31:48 +01:00
inject001.yaml Add tests for properties inject 2014-10-22 12:25:52 +08:00
inject002.plugins_info.yaml Enable groovy sandbox for properties-inject 2018-09-17 22:33:48 +02:00
inject002.xml Add support for "Override Build Parameters" option in EnvInject 2014-10-22 12:26:19 +08:00
inject002.yaml Add tests for properties inject 2014-10-22 12:25:52 +08:00
inject003.plugins_info.yaml Enable groovy sandbox for properties-inject 2018-09-17 22:33:48 +02:00
inject003.xml Add support for "Override Build Parameters" option in EnvInject 2014-10-22 12:26:19 +08:00
inject003.yaml Add support for "Override Build Parameters" option in EnvInject 2014-10-22 12:26:19 +08:00
inject004.plugins_info.yaml Enable groovy sandbox for properties-inject 2018-09-17 22:33:48 +02:00
inject004.xml Enable groovy sandbox for properties-inject 2018-09-17 22:33:48 +02:00
inject004.yaml Enable groovy sandbox for properties-inject 2018-09-17 22:33:48 +02:00
inject005.plugins_info.yaml Enable groovy sandbox for properties-inject 2018-09-17 22:33:48 +02:00
inject005.xml Enable groovy sandbox for properties-inject 2018-09-17 22:33:48 +02:00
inject005.yaml Enable groovy sandbox for properties-inject 2018-09-17 22:33:48 +02:00
least-load001.xml Added support for least load plugin. 2014-02-20 01:14:51 +00:00
least-load001.yaml Added support for least load plugin. 2014-02-20 01:14:51 +00:00
least-load002.xml Added support for least load plugin. 2014-02-20 01:14:51 +00:00
least-load002.yaml Added support for least load plugin. 2014-02-20 01:14:51 +00:00
lockable_resources_full.xml properties: cover lockable-resources plugin 2016-09-23 16:23:53 +02:00
lockable_resources_full.yaml properties: cover lockable-resources plugin 2016-09-23 16:23:53 +02:00
lockable_resources_label.xml properties: cover lockable-resources plugin 2016-09-23 16:23:53 +02:00
lockable_resources_label.yaml properties: cover lockable-resources plugin 2016-09-23 16:23:53 +02:00
lockable_resources_minimal.xml properties: cover lockable-resources plugin 2016-09-23 16:23:53 +02:00
lockable_resources_minimal.yaml properties: cover lockable-resources plugin 2016-09-23 16:23:53 +02:00
ownership.xml Adding unittest to ownership property 2015-06-15 11:00:08 +03:00
ownership.yaml Normalize newlines at end of file 2018-06-29 16:07:06 -04:00
priority_sorter001.plugins_info.yaml Support version 2.0 and greater of the Priority Sorter Plugin 2018-02-14 12:51:26 +02:00
priority_sorter001.xml Support version 2.0 and greater of the Priority Sorter Plugin 2018-02-14 12:51:26 +02:00
priority_sorter001.yaml Support version 2.0 and greater of the Priority Sorter Plugin 2018-02-14 12:51:26 +02:00
priority_sorter002.plugins_info.yaml Access priority sorter plugin info via short name 2018-06-21 12:11:33 -07:00
priority_sorter002.xml Support version 2.0 and greater of the Priority Sorter Plugin 2018-02-14 12:51:26 +02:00
priority_sorter002.yaml Support version 2.0 and greater of the Priority Sorter Plugin 2018-02-14 12:51:26 +02:00
promoted_build.xml Standardize docstrings for properties module 2015-12-12 19:01:10 +00:00
promoted_build.yaml Standardize docstrings for properties module 2015-12-12 19:01:10 +00:00
rebuild-full.xml Update rebuild plugin to use convert xml 2016-08-26 19:52:46 -04:00
rebuild-full.yaml Update rebuild plugin to use convert xml 2016-08-26 19:52:46 -04:00
rebuild-minimal.xml Update rebuild plugin to use convert xml 2016-08-26 19:52:46 -04:00
rebuild-minimal.yaml Update rebuild plugin to use convert xml 2016-08-26 19:52:46 -04:00
sidebar01.xml Allow whitespace to be significant 2015-08-11 18:31:48 +01:00
sidebar01.yaml Adding support for Sidebar Plugin 2015-07-10 21:41:44 +01:00
sidebar02.xml Allow whitespace to be significant 2015-08-11 18:31:48 +01:00
sidebar02.yaml Adding support for Sidebar Plugin 2015-07-10 21:41:44 +01:00
slack001.xml slack notifications on repeated failure 2016-03-09 15:12:08 +00:00
slack001.yaml * Added support for the Jenkins Slack plugin 2016-01-13 16:12:18 +01:00
slack002.xml slack notifications on repeated failure 2016-03-09 15:12:08 +00:00
slack002.yaml * Added support for the Jenkins Slack plugin 2016-01-13 16:12:18 +01:00
slave-prerequisites-full.xml Add the Slave Prerequisites properties plugin 2017-03-07 12:09:23 +03:00
slave-prerequisites-full.yaml Add the Slave Prerequisites properties plugin 2017-03-07 12:09:23 +03:00
slave-prerequisites-minimal.xml Add the Slave Prerequisites properties plugin 2017-03-07 12:09:23 +03:00
slave-prerequisites-minimal.yaml Add the Slave Prerequisites properties plugin 2017-03-07 12:09:23 +03:00
slave-utilization1.xml Add support for Slave Utilization plugin 2014-03-28 01:33:59 -07:00
slave-utilization1.yaml Add support for Slave Utilization plugin 2014-03-28 01:33:59 -07:00
slave-utilization2.xml Add support for Slave Utilization plugin 2014-03-28 01:33:59 -07:00
slave-utilization2.yaml Add support for Slave Utilization plugin 2014-03-28 01:33:59 -07:00
throttle001.xml Add matching parameter to throttle concurrent jobs 2018-08-01 23:35:25 +08:00
throttle001.yaml Add matrixOptions to throttle properties module 2016-01-21 14:43:14 +00:00
throttle002.xml Add matching parameter to throttle concurrent jobs 2018-08-01 23:35:25 +08:00
throttle002.yaml Add matching parameter to throttle concurrent jobs 2018-08-01 23:35:25 +08:00
zeromq-event.xml ZMQ Event Publisher plugin support added 2014-03-12 06:50:00 +00:00
zeromq-event.yaml ZMQ Event Publisher plugin support added 2014-03-12 06:50:00 +00:00