I start a new build, and run "oc describe build “
First just like this 

Name:           spring-boot-application-13
Namespace:      testbiz
Created:        50 seconds ago
Labels:         app=spring-boot-application
                buildconfig=spring-boot-application
                openshift.io/build-config.name=spring-boot-application
                openshift.io/build.start-policy=Serial
                template=spring-boot-application
Annotations:    openshift.io/build-config.name=spring-boot-application
                openshift.io/build.number=13

Status:         New
Duration:       waiting for 50s
Build Config:   spring-boot-application
Build Pod:      spring-boot-application-13-build

Strategy:               Source
URL:                    [email protected] <mailto:[email protected]>/xxx/xxx/xxx.git
Ref:                    develop
Source Secret:          cljsec
From Image:             DockerImage 
172.30.80.170:5000/testbiz/spring-boot-builder@sha256:037011270b13498e5a70cd80954a32a9439cd1b3b1abaf071e94a8c782e533ba
Pull Secret Name:       builder-dockercfg-qqh1z
Force Pull:             yes
Output to:              ImageStreamTag spring-boot-application:latest
Push Secret:            builder-dockercfg-qqh1z

Build trigger cause:    Manually triggered

No events.

And after a moment, it comes like  this

Name:           spring-boot-application-13
Namespace:      testbiz
Created:        2 minutes ago
Labels:         app=spring-boot-application
                buildconfig=spring-boot-application
                openshift.io/build-config.name=spring-boot-application
                openshift.io/build.start-policy=Serial
                template=spring-boot-application
Annotations:    openshift.io/build-config.name=spring-boot-application
                openshift.io/build.number=13

Status:         New
Started:        Fri, 17 Mar 2017 20:47:15 CST
Duration:       running for 10s
Build Config:   spring-boot-application
Build Pod:      spring-boot-application-13-build

Strategy:               Source
URL:                    [email protected] <mailto:[email protected]>/xxx/xxx/xxx.git
Ref:                    develop
Source Secret:          cljsec
From Image:             DockerImage 
172.30.80.170:5000/testbiz/spring-boot-builder@sha256:037011270b13498e5a70cd80954a32a9439cd1b3b1abaf071e94a8c782e533ba
Pull Secret Name:       builder-dockercfg-qqh1z
Force Pull:             yes
Output to:              ImageStreamTag spring-boot-application:latest
Push Secret:            builder-dockercfg-qqh1z

Build trigger cause:    Manually triggered

No events.



[root@ocmaster01 ~]# oc get build spring-boot-application-13
NAME                         TYPE      FROM          STATUS    STARTED          
    DURATION
spring-boot-application-13   Source    Git@develop   New       About a minute 
ago   1m16s 
On web console
Status

Status:
 New
Started:
a few seconds ago – Mar 17, 2017 8:52 PM
Duration:
waiting for 8 minutes, 38 seconds
Triggered By:
Manual build





> 在 2017年3月17日,下午8:36,Ben Parees <[email protected]> 写道:
> 
> oc describe

_______________________________________________
users mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to