Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2021
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. $ ./oc describe bc/rails-postgresql-example
  2. Name: rails-postgresql-example
  3. Namespace: cdaley
  4. Created: 14 minutes ago
  5. Labels: app=rails-postgresql-example
  6. template=rails-postgresql-example
  7. Description: Defines how to build the application
  8. Annotations: openshift.io/generated-by=OpenShiftNewApp
  9. template.alpha.openshift.io/wait-for-ready=true
  10. Latest Version: 1
  11.  
  12. Strategy: Source
  13. URL: https://github.com/sclorg/rails-ex.git
  14. From Image: ImageStreamTag openshift/ruby:2.6-ubi8
  15. Volumes:
  16. Name Source Type Source Mounts
  17. this-secret Secret my-secret /var/run/secrets/some-secret
  18. /var/run/secrets/some-other-secret
  19. this-configmap ConfigMap my-configmap /var/run/configmaps/some-configmap
  20. Output to: ImageStreamTag rails-postgresql-example:latest
  21. Post Commit Hook: ["/bin/sh", "-ic", "cat /var/run/secrets/some-secret/key; cat /var/run/secrets/some-configmap/key"]
  22.  
  23. Build Run Policy: Serial
  24. Triggered by: ImageChange, Config
  25. Webhook GitHub:
  26. URL: https://api.ci-ln-6kvbjjt-f76d1.origin-ci-int-gce.dev.openshift.com:6443/apis/build.openshift.io/v1/namespaces/cdaley/buildconfigs/rails-postgresql-example/webhooks/<secret>/github
  27. Builds History Limit:
  28. Successful: 5
  29. Failed: 5
  30.  
  31. Build Status Duration Creation Time
  32. rails-postgresql-example-1 complete 1m52s 2021-07-02 12:51:31 -0400 EDT
  33.  
  34. Events: <none>
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement