20 lines
No EOL
247 B
YAML
20 lines
No EOL
247 B
YAML
---
|
|
scheduler:
|
|
alias: test2
|
|
cron: '* * * * *'
|
|
enableLog: true # (Optional) default: false
|
|
|
|
property:
|
|
workspace: .
|
|
|
|
pipeline:
|
|
id: main
|
|
workflow:
|
|
- exe: print
|
|
|
|
commands:
|
|
### Print
|
|
- command: Print
|
|
id: print
|
|
param:
|
|
message: test |