-
Notifications
You must be signed in to change notification settings - Fork 5
/
jenkins.yaml
57 lines (57 loc) · 1.45 KB
/
jenkins.yaml
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
jenkins:
systemMessage: "Hello"
unclassified:
sonarGlobalConfiguration:
installations:
- name: "SonarQube"
serverAuthenticationToken: "{AQAAABAAAAAwyqRL5Lx1rK94nJj7OlFqfIjojWc8/mP/zCZEY9kH2zWkhFx5O12Zt+loz1bWSVb6dUog0GGlWxMCm292TbvFSQ==}"
serverUrl: "sonar"
triggers:
skipScmCause: false
skipUpstreamCause: false
tool:
git:
installations:
- home: "git"
name: "Default"
maven:
installations:
- name: "MAVEN_HOME"
properties:
- installSource:
installers:
- maven:
id: "3.6.0"
sonarRunnerInstallation:
installations:
- name: "SONARQUBE_SCANNERR"
properties:
- installSource:
installers:
- sonarRunnerInstaller:
id: "3.3.0.1492"
jdk:
defaultProperties:
- installSource:
installers:
- jdkInstaller:
acceptLicense: false
installations:
- home: "/usr/lib/jvm/java-1.8.0"
name: "JAVA_HOME"
nodejs:
defaultProperties:
- installSource:
installers:
- nodeJSInstaller:
npmPackagesRefreshHours: 72
installations:
- home: "NODE"
name: "NODE_PATH"
properties:
- installSource:
installers:
- nodeJSInstaller:
id: "9.11.2"
npmPackages: "artillery mocha"
npmPackagesRefreshHours: 72