适配最新的食谱
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
version: 43
|
||||
jobs:
|
||||
- name: 构建项目
|
||||
steps:
|
||||
- type: CheckoutStep
|
||||
name: 拉取代码
|
||||
cloneCredential:
|
||||
type: DefaultCredential
|
||||
withLfs: false
|
||||
withSubmodules: false
|
||||
checkoutPath: '@project_path@'
|
||||
condition: SUCCESSFUL
|
||||
optional: false
|
||||
- type: BuildImageStep
|
||||
name: 构建docker镜像
|
||||
buildPath: '@project_path@'
|
||||
output:
|
||||
type: RegistryOutput
|
||||
tags: latest
|
||||
condition: SUCCESSFUL
|
||||
optional: false
|
||||
jobExecutor: docker
|
||||
retryCondition: never
|
||||
maxRetries: 3
|
||||
retryDelay: 30
|
||||
timeout: 14400
|
||||
Reference in New Issue
Block a user