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