Jenkins issue in kubernites

Job ID: 31274746

Budget: ₹1,250 – ₹2,500 INR

Hi Team, when I Have triggered build pipeline I am getting the below error, can you please help us here.

Starting "Trigger OpenShift Deployment" with deployment config "sb-openapi" from the project "int-nav-env1".
Operation will timeout after 900000 milliseconds
Aborted by xxxxxxxxxxxx.xxxxxx

Starting "Cancel OpenShift Deployment" with deployment config "sb-partner" from the project "int-nav-env1".


Starting "Cancel OpenShift Deployment" with deployment config "sb-openapi" from the project "int-nav-env1".


Starting "Cancel OpenShift Deployment" with deployment config "sb-navitas" from the project "int-nav-env1".



Exiting "Cancel OpenShift Deployment" successfully; the deployment "sb-partner-635" has been cancelled.
java.lang.InterruptedException: sleep interrupted
at java.base/java.lang.Thread.sleep(Native Method)
at com.openshift.jenkins.plugins.pipeline.model.IOpenShiftDeployer.coreLogic(IOpenShiftDeployer.java:144)
at com.openshift.jenkins.plugins.pipeline.model.IOpenShiftPlugin.doItCore(IOpenShiftPlugin.java:359)
at com.openshift.jenkins.plugins.pipeline.dsl.OpenShiftDeployerExecution.run(OpenShiftDeployerExecution.java:45)
at com.openshift.jenkins.plugins.pipeline.dsl.OpenShiftDeployerExecution.run(OpenShiftDeployerExecution.java:17)
at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1$1.call(AbstractSynchronousNonBlockingStepExecution.java:47)
at hudson.security.ACL.impersonate(ACL.java:367)
at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution$1.run(AbstractSynchronousNonBlockingStepExecution.java:44)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)