Edit .onedev-buildspec.yml - Commit fcd68805 - mehalter.com
-
Edit .onedev-buildspec.yml
-
-
1 | 1 | | version: 16 |
2 | 2 | | jobs: |
3 | | - | - name: deploy |
| 3 | + | - name: build |
4 | 4 | | steps: |
5 | 5 | | - !CheckoutStep |
6 | 6 | | name: checkout |
| skipped 19 lines |
26 | 26 | | content.md |
27 | 27 | | useTTY: false |
28 | 28 | | condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL |
| 29 | + | retryCondition: never |
| 30 | + | maxRetries: 3 |
| 31 | + | retryDelay: 30 |
| 32 | + | cpuRequirement: 250 |
| 33 | + | memoryRequirement: 256 |
| 34 | + | timeout: 3600 |
| 35 | + | - name: deploy |
| 36 | + | steps: |
| 37 | + | - !CommandStep |
| 38 | + | name: rsync |
| 39 | + | runInContainer: false |
| 40 | + | interpreter: !DefaultInterpreter |
| 41 | + | commands: |
| 42 | + | - which rsync |
| 43 | + | useTTY: false |
| 44 | + | condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL |
| 45 | + | triggers: |
| 46 | + | - !BranchUpdateTrigger |
| 47 | + | branches: master |
| 48 | + | jobDependencies: |
| 49 | + | - jobName: build |
| 50 | + | requireSuccessful: true |
| 51 | + | artifacts: '**' |
29 | 52 | | retryCondition: never |
30 | 53 | | maxRetries: 3 |
31 | 54 | | retryDelay: 30 |
| skipped 4 lines |
Page is in error, reload to recover