It looks like there is in fact a build pod running, can you run oc get pods to confirm that, and oc logs <build-pod> to see what the build pod is doing?
I think you might be hitting a known issue we had where the build status isn't updated correctly, but the build is in fact running (if that were the case, though, you should eventually see the build complete). On Fri, Mar 17, 2017 at 8:53 AM, 邓高谋 <[email protected]> wrote: > 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]/xxx/xxx/xxx.git > Ref: develop > Source Secret: cljsec > From Image: DockerImage 172.30.80.170:5000/testbiz/ > spring-boot-builder@sha256:037011270b13498e5a70cd80954a32 > a9439cd1b3b1abaf071e94a8c782e533ba > 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]/xxx/xxx/xxx.git > Ref: develop > Source Secret: cljsec > From Image: DockerImage 172.30.80.170:5000/testbiz/ > spring-boot-builder@sha256:037011270b13498e5a70cd80954a32 > a9439cd1b3b1abaf071e94a8c782e533ba > 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 > StatusStatus: NewStarted:a few seconds ago – Mar 17, 2017 8:52 > PMDuration:waiting > for 8 minutes, 38 seconds > Triggered By: > Manual build > > > > > > 在 2017年3月17日,下午8:36,Ben Parees <[email protected]> 写道: > > oc describe > > > -- Ben Parees | OpenShift
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
