blob: 9c56431e54b42ee318391ec26a2610af42e12733 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
version: 40
jobs:
- name: Push to Github
steps:
- !PushRepository
name: push
remoteUrl: https://github.com/GRL/panel-ui
passwordSecret: github-panel-ui
force: false
condition: SUCCESSFUL
optional: false
triggers:
- !BranchUpdateTrigger
branches: master
retryCondition: never
maxRetries: 3
retryDelay: 30
timeout: 14400
|