17 lines
334 B
YAML
17 lines
334 B
YAML
version: 44
|
|
jobs:
|
|
- name: gitea
|
|
steps:
|
|
- type: PushRepository
|
|
name: push
|
|
remoteUrl: https://git.cciti.com.br/felipe.aquino/cae.git
|
|
userName: felipe.aquino
|
|
passwordSecret: gitea
|
|
force: false
|
|
condition: SUCCESSFUL
|
|
optional: false
|
|
retryCondition: never
|
|
maxRetries: 3
|
|
retryDelay: 30
|
|
timeout: 14400
|