Open sp1d3rino opened 6 years ago
What does the installer pod logs show?
OPENSHIFT_JENKINS_JVM_ARCH='', CONTAINER_MEMORY_IN_MB='2048', using /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64/jre/bin/java and /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.161-0.b14.el7_4.x86_64/bin/javac Picked up JAVA_TOOL_OPTIONS: -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -Dsun.zip.disableMemoryMapping=true Generating kubernetes-plugin configuration (/opt/openshift/configuration/config.xml.tpl) ... Generating kubernetes-plugin credentials (/var/lib/jenkins/credentials.xml.tpl) ... Copying Jenkins configuration to /var/lib/jenkins ... Copying 102 files to /var/lib/jenkins ... Creating initial Jenkins 'admin' user ... Migrating slave image configuration to current version tag ...
This is the Jenkins log. In the list of pods, you should see a pod that has "installer" in the name. Send the logs of that pod.
I'm using minishift v1.21.0+a8c8b37
After
oc new-app -n cicd -f c:\cicd-template.yaml
command only Jenkis is installed. I can't find other apps into cicd project ??