Skip to content

Commit ecfa47b

Browse files
committed
Added jibs
1 parent 63ccbb8 commit ecfa47b

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

azure-pipelines.yml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@ trigger:
33

44
pool:
55
vmImage: 'ubuntu-latest'
6+
jobs:
7+
- job: job1
8+
steps:
9+
- script: echo Job1 - Hello, world! Changed
10+
displayName: 'Run a one-line script'
611

7-
steps:
8-
- script: echo Hello, world! Changed
9-
displayName: 'Run a one-line script'
10-
11-
- script: |
12-
echo Add other tasks to build, test, and deploy your project.
13-
echo See https://aka.ms/yaml
14-
displayName: 'Run a multi-line scripts'
12+
- script: |
13+
echo Add other tasks to build, test, and deploy your project.
14+
echo See https://aka.ms/yaml
15+
displayName: 'Run a multi-line scripts'
16+
- job: job2
17+
steps:
18+
- script: echo Job2
19+
displayName: 'Run a one-line script'

0 commit comments

Comments
 (0)