forked from microsoft/deep-space
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththree-job-yaml.yml
38 lines (37 loc) · 947 Bytes
/
three-job-yaml.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
jobs:
- job: firsttestjob
pool:
vmImage: 'Ubuntu 16.04'
steps:
- task: Maven@2
inputs:
mavenPomFile: 'DeepSpace/pom.xml'
jdkVersionOption: 1.8
jdkArchitectureOption: x64
checkStyleRunAnalysis: true
pmdRunAnalysis: true
findBugsRunAnalysis: true
- job: secondtestjob
pool:
vmImage: 'Ubuntu 16.04'
steps:
- task: Maven@2
inputs:
mavenPomFile: 'DeepSpace/pom.xml'
jdkVersionOption: 1.8
jdkArchitectureOption: x64
checkStyleRunAnalysis: true
pmdRunAnalysis: true
findBugsRunAnalysis: true
- job: thirdtestjob
pool:
vmImage: 'Ubuntu 16.04'
steps:
- task: Maven@2
inputs:
mavenPomFile: 'DeepSpace/pom.xml'
jdkVersionOption: 1.8
jdkArchitectureOption: x64
checkStyleRunAnalysis: true
pmdRunAnalysis: true
findBugsRunAnalysis: true