Merge "Tests: Add test for project including missing job"
This commit is contained in:
commit
2708241aa2
@ -0,0 +1 @@
|
||||
Failed to find suitable template named 'job-2'
|
@ -0,0 +1,12 @@
|
||||
# When project includes job which is never declared, it issues an error.
|
||||
|
||||
- job-template:
|
||||
name: job-1
|
||||
builders:
|
||||
- shell: echo hi
|
||||
|
||||
- project:
|
||||
name: sample-project
|
||||
jobs:
|
||||
- job-1
|
||||
- job-2
|
Loading…
x
Reference in New Issue
Block a user