-
Notifications
You must be signed in to change notification settings - Fork 0
/
my_marvin.yml
74 lines (66 loc) · 1.89 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
67
68
69
70
71
72
73
security:
globalJobDslSecurityConfiguration:
useScriptSecurity: false
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/Build"
- "Job/Read"
- "Job/Workspace"
- "Overall/Read"
assignments:
- "i_dont_know"
- name: "gorilla"
description: "Group Obsessively Researching Innovation Linked to Learning and Accomplishment"
permissions:
- "Job/Build"
- "Job/Read"
- "Job/Workspace"
- "Job/Create"
- "Job/Configure"
- "Job/Delete"
- "Job/Move"
- "Job/Cancel"
- "Overall/Read"
assignments:
- "vaugie_g"
- name: "assist"
description: "Assistant"
permissions:
- "Overall/Read"
- "Job/Read"
- "Job/Workspace"
assignments:
- "nasso"
jobs:
- file: ./job_dsl.groovy