siamaksade / openshift-jenkins-demo

CI/CD Demo on OpenShift
http://www.openshift.com
530 stars 928 forks source link

Getting maven-np2rv is offline in OpenShfit 3.10 #105

Open akumar2812 opened 5 years ago

akumar2812 commented 5 years ago

OpenShift Build cicd-developer/tasks-pipeline-1 Started by user developer [Pipeline] node Still waiting to schedule task maven-np2rv is offline

How do I fix it ?

siamaksade commented 5 years ago

The Maven image will be pulled automatically and the first time your run it, depending on your bandwidth it could take some time.

Try to pre-pull the maven-slave image to make it quicker

akumar2812 commented 5 years ago

Hi, internet bandwidth is not an issue for me. It just waits there for days... I pulled the maven-slave from dockerhub but still the same issue.

siamaksade commented 5 years ago

Where do you deploy the demo?

akumar2812 commented 5 years ago

On my local openshift 3.10.

siamaksade commented 5 years ago

OKD on minishift you mean? or OCP 3.10 installed from RPMS? or something else?

akumar2812 commented 5 years ago

This is with OKD.

I tried it with "oc cluster up" command and another method tried was installed OKD from scratch using the directions from https://github.com/gshipley/installcentos. Basically it is ansible install script for all in one.

These are NOT minishift installs.

Thanks for looking into it.