Jaime Ramírez
2020-06-04 bae32892252843645e0116a049c3bca495ea43f8
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
39
40
apiVersion: build.openshift.io/v1
kind: BuildConfig
metadata:
  annotations:
    openshift.io/generated-by: OpenShiftNewBuild
  labels:
    build: animal-service
  name: animal-service
spec:
  failedBuildsHistoryLimit: 5
  nodeSelector: null
  output:
    to:
      kind: ImageStreamTag
      name: animal-service:latest
  postCommit: {}
  resources: {}
  runPolicy: Serial
  source:
    contextDir: adopt-a-pup/animal-service
    git:
      uri: https://github.com/jonahkh/DO328-apps
    type: Git
  strategy:
    sourceStrategy:
      from:
        kind: ImageStreamTag
        name: java:latest
        namespace: openshift
    type: Source
  successfulBuildsHistoryLimit: 5
  triggers:
  - github:
      secret: TuNUBSqT85PB4_5B-S5P
    type: GitHub
  - generic:
      secret: hQWt0uCbQUOYkq4QuOO0
    type: Generic
  - type: ConfigChange
  - type: ImageChange