-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathruntime-component-operator-build.yml
More file actions
38 lines (34 loc) · 1.05 KB
/
runtime-component-operator-build.yml
File metadata and controls
38 lines (34 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
type: pipeline_definition
product: Liberty
name: Runtime Componet Operator Docker Build
description: A build to run the runtime-component operator docker container build
triggers:
- type: manual
triggerName: "rcodocker"
propertyDefinitions:
- name: RELEASE_TARGET
defaultValue: "main"
- name: command
defaultValue: "make build-operator-pipeline REGISTRY=cp.stg.icr.io"
steps:
- stepName: Z Build
workType: Jenkins
projectName: ebcDockerBuilderRCO
timeoutInMinutes: 1440
# Need properties for Makefile or build script for RCO
properties:
ebcPlan: svl-dockerJenkins-ubuntu20_s390x.yml
- stepName: P Build
workType: Jenkins
projectName: ebcDockerBuilderRCO
timeoutInMinutes: 1440
# Need properties for Makefile or build script for RCO
properties:
ebcPlan: svl-dockerJenkins-ubuntu20_ppcle.yml
- stepName: ARM Build
workType: Jenkins
projectName: ebcDockerBuilderRCO
timeoutInMinutes: 1440
# Need properties for Makefile or build script for WLO
properties:
ebcPlan: managed-pool-jenkins-macosx_arm.yml