Skip to content
Open

New #71

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Small edit
addon
14 changes: 14 additions & 0 deletions myjob.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
- hosts: all
tasks:
- name: This is a test task
debug:
msg: You should see me in the logs.
- name: Another test task
command: date
- name: List projects
shell: ls src/*/*
- name: Check JSON syntax in anotherproject
shell: python -m json.tool *.json
args:
chdir: src/github.com/jluk-codi-org/anotherproject
8 changes: 8 additions & 0 deletions zuul.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
---
- project:
name: jluk-codi-org/sampleproject
check:
jobs:
- noop
- myjob

- job:
name: myjob
run: myjob.yaml
required-projects:
- jluk-codi-org/anotherproject