Add .onedev-buildspec.yml
This commit is contained in:
commit
8e3cbdc423
|
@ -0,0 +1,18 @@
|
||||||
|
version: 37
|
||||||
|
jobs:
|
||||||
|
- name: FirstPipeline
|
||||||
|
steps:
|
||||||
|
- !CommandStep
|
||||||
|
name: whoami
|
||||||
|
runInContainer: true
|
||||||
|
image: ubuntu:latest
|
||||||
|
interpreter: !ShellInterpreter
|
||||||
|
shell: bash
|
||||||
|
commands: |
|
||||||
|
whoami
|
||||||
|
useTTY: true
|
||||||
|
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
||||||
|
retryCondition: never
|
||||||
|
maxRetries: 3
|
||||||
|
retryDelay: 30
|
||||||
|
timeout: 14400
|
Loading…
Reference in New Issue