2022-09-18 18:55:27 +08:00
|
|
|
version: 18
|
|
|
|
jobs:
|
|
|
|
- name: Build Docker Image
|
2022-09-18 19:53:39 +08:00
|
|
|
jobExecutor: internal
|
2022-09-18 18:55:27 +08:00
|
|
|
steps:
|
|
|
|
- !BuildImageStep
|
|
|
|
name: Build Docker Image
|
2022-09-18 19:56:16 +08:00
|
|
|
dockerfile: '@project_path@'
|
2022-09-18 18:55:27 +08:00
|
|
|
tags: rymcu/nebula:latest
|
|
|
|
publish: false
|
|
|
|
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
|
|
|
triggers:
|
|
|
|
- !TagCreateTrigger
|
|
|
|
projects: nebula
|
|
|
|
retryCondition: never
|
|
|
|
maxRetries: 3
|
|
|
|
retryDelay: 30
|
|
|
|
cpuRequirement: 250
|
|
|
|
memoryRequirement: 256
|
|
|
|
timeout: 3600
|