-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy_marvin.yml
66 lines (63 loc) · 1.85 KB
/
my_marvin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
jenkins:
systemMessage: "Welcome to the Chocolatine-Powered Marvin Jenkins Instance."
remotingSecurity:
enabled: true
securityRealm:
local:
allowsSignup: false
users:
- id: "chocolateen"
name: "Hugo"
password: ${USER_CHOCOLATEEN_PASSWORD}
- id: "vaugie_g"
name: "Garance"
password: ${USER_VAUGIE_G_PASSWORD}
- id: "i_dont_know"
name: "Jeremy"
password: ${USER_I_DONT_KNOW_PASSWORD}
- id: "nasso"
name: "Nassim"
password: ${USER_NASSO_PASSWORD}
authorizationStrategy:
roleBased:
roles:
global:
- name: "admin"
description: "Marvin master"
permissions:
- "Overall/Administer"
assignments:
- "chocolateen"
- name: "ape"
description: "Pedagogical team member"
permissions:
- "Job/Read"
- "Job/Build"
- "Job/Workspace"
- "Overall/Read"
assignments:
- "i_dont_know"
- name: "gorilla"
description: "Group Obsessively Researching Innovation Linked to Learning and Accomplishment"
permissions:
- "Job/Read"
- "Job/Workspace"
- "Job/Build"
- "Job/Create"
- "Job/Configure"
- "Job/Delete"
- "Job/Move"
- "Job/Cancel"
- "Overall/Read"
assignments:
- "vaugie_g"
- name: "assist"
description: "Assistant"
permissions:
- "Job/Read"
- "Job/Workspace"
- "Overall/Read"
assignments:
- "nasso"
jobs:
- file: "/home/shanty/delivery/SdnYear/B-DOP-400-MPL-4-1-mymarvin-mickael.grezes/job_dsl.groovy"