aboutsummarylogtreecommitdiffstats
path: root/.onedev-buildspec.yml
blob: e32477fa075d1e3dde2ef5b1165eda5ba695b746 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: 19
jobs:
- name: Build Package
  jobExecutor: Server
  steps:
  - !CommandStep
    name: Build
    runInContainer: false
    interpreter: !DefaultInterpreter
      commands:
      - pwd
    useTTY: false
    condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
  retryCondition: never
  maxRetries: 3
  retryDelay: 30
  timeout: 3600