jenkins-job-builder/tests/multibranch
Piotr Falkowski 5cea04aa2a New permissions option for GitHub PR Comment Build plugin
In version 78.v2dcf62ba199b GitHub Pull Request Comment Build Plugin
introduced permissions check for users triggering jobs with comments.
This added a new checkbox/XML element that allows untrusted users to
trigger builds.
(see https://github.com/jenkinsci/github-pr-comment-build-plugin/pull/46)

This commit adds support for this option by allowing dictionary syntax for GH PR Comment Build plugin:
 ```
 - trigger-build-on-pr-review:
    allow-untrusted-users: true
 ```
 while preserving support for currently existing syntax:
 ```
 - trigger-build-on-pr-review: true
 ```

Change-Id: I554129c779161b47cba4566f7821ef7590a242e0
2023-02-27 09:07:52 +01:00
..
error_fixtures New permissions option for GitHub PR Comment Build plugin 2023-02-27 09:07:52 +01:00
fixtures New permissions option for GitHub PR Comment Build plugin 2023-02-27 09:07:52 +01:00
__init__.py Add multibranch project-type 2018-03-15 16:51:32 +00:00
test_errors.py New permissions option for GitHub PR Comment Build plugin 2023-02-27 09:07:52 +01:00
test_multibranch.py Move tests to pytest 2022-12-20 10:44:43 +03:00