-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to latest Jenkins LTS 2.414.2
- Loading branch information
Showing
462 changed files
with
15,418 additions
and
11,626 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 35 additions & 25 deletions
60
instances/modeling.acceleo/target/jenkins/partials/permissions.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,35 @@ | ||
- "GROUP:Overall/Administer:admins" | ||
- "USER:Job/Read:anonymous" | ||
- "USER:Overall/Read:anonymous" | ||
- "GROUP:Job/ExtendedRead:common" | ||
- "GROUP:Agent/Build:modeling.acceleo" | ||
- "GROUP:Credentials/View:modeling.acceleo" | ||
- "GROUP:Gerrit/ManualTrigger:modeling.acceleo" | ||
- "GROUP:Gerrit/Retrigger:modeling.acceleo" | ||
- "GROUP:Job/Build:modeling.acceleo" | ||
- "GROUP:Job/Cancel:modeling.acceleo" | ||
- "GROUP:Job/Configure:modeling.acceleo" | ||
- "GROUP:Job/Create:modeling.acceleo" | ||
- "GROUP:Job/Delete:modeling.acceleo" | ||
- "GROUP:Job/Move:modeling.acceleo" | ||
- "GROUP:Job/Read:modeling.acceleo" | ||
- "GROUP:Job/Workspace:modeling.acceleo" | ||
- "GROUP:Overall/Read:modeling.acceleo" | ||
- "GROUP:Run/Delete:modeling.acceleo" | ||
- "GROUP:Run/Replay:modeling.acceleo" | ||
- "GROUP:Run/Update:modeling.acceleo" | ||
- "GROUP:SCM/Tag:modeling.acceleo" | ||
- "GROUP:View/Configure:modeling.acceleo" | ||
- "GROUP:View/Create:modeling.acceleo" | ||
- "GROUP:View/Delete:modeling.acceleo" | ||
- "GROUP:View/Read:modeling.acceleo" | ||
- group: | ||
name: admins | ||
permissions: | ||
- Overall/Administer | ||
- user: | ||
name: anonymous | ||
permissions: | ||
- Job/Read | ||
- Overall/Read | ||
- group: | ||
name: common | ||
permissions: | ||
- Job/ExtendedRead | ||
- group: | ||
name: modeling.acceleo | ||
permissions: | ||
- Agent/Build | ||
- Credentials/View | ||
- Job/Build | ||
- Job/Cancel | ||
- Job/Configure | ||
- Job/Create | ||
- Job/Delete | ||
- Job/Move | ||
- Job/Read | ||
- Job/Workspace | ||
- Overall/Read | ||
- Run/Delete | ||
- Run/Replay | ||
- Run/Update | ||
- SCM/Tag | ||
- View/Configure | ||
- View/Create | ||
- View/Delete | ||
- View/Read |
Oops, something went wrong.