Skip to content

0.35

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 02:19
· 174 commits to master since this release

馃挜 Breaking changes

  • JENKINS-34835: Group authorization changed from GitHub team names to team slugs (#124) @MancunianSam

    If you restrict access via groups (e.g., with matrix-based security) and your GitHub team names do not match team slugs (e.g., if they contain spaces), be sure to add another set of grants using the GitHub team slug prior to upgrading; otherwise, you could potentially lock yourself out of Jenkins. After upgrading, it should be safe to remove the old GitHub team name grants.

    For example, if administrative access is granted to the team "Jenkins Admin" with slug jenkins-admin, you might currently have org*Jenkins Admin as the group name. Be sure to add the same grants for org*jenkins-admin to ensure access after upgrading. After upgrading, it is safe to remove the org*Jenkins Admin grant.

馃摝 Dependency updates

馃殾 Tests