-
Notifications
You must be signed in to change notification settings - Fork 603
Description
Building "ocp-demo-frontend" Container image.
But hit below issue:
[INFO] oc: Starting Build ocp-demo-frontend-s2i
[ERROR] oc: Build for ocp-demo-frontend-s2i failed: Broken pipe (Write failed)
[ERROR] oc: ocp-demo-frontend-s2i-2 CancelledBuild The build was cancelled by the user.
[ERROR] oc: Failed to execute the build [Unable to build the image using the OpenShift build service]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:08 min
[INFO] Finished at: 2021-03-31T14:40:07-07:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.jkube:openshift-maven-plugin:1.0.0-rc-1:build (default-cli) on project ocp-demo-frontend: Failed to execute the build: Unable to build the image using the OpenShift build service: CancelledBuild The build was cancelled by the user. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.jkube:openshift-maven-plugin:1.0.0-rc-1:build (default-cli) on project ocp-demo-frontend: Failed to execute the build
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)