Tests: Add test for project including missing job
Change-Id: I37aa76b4de4031f8302faf2848a6bb3dd186df30
This commit is contained in:
parent
5e5eee86c3
commit
c1a67471e8
@ -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…
Reference in New Issue
Block a user