Hide Forgot
Description of problem: A user posted to the forums: https://www.redhat.com/openshift/community/forums/openshift/issue-creating-jenkins-app-dns I'm able to reproduce this user's problem with a sample php application (while trying to rule out DIY): steps: rhc app create -a static -t php-5.3 rhc app create -a ci -t jenkins-1.4 rhc app cartridge add -a static -c jenkins-client-1.4 modify file and push to queue a build rhc app tail -a ci Attached is the log. Do we know of any workarounds for the user?
Timeout for DNS probably too short.
I recently increased the default DNS timeout from 60000ms to 300000ms. This is configurable in the job config.
This is not a bug. Please have the user increase their timeout in the jenkins job config.
checked on devenv_1724 with jenkins-plugin-openshift-0.5.13, the default timeout is 300000, and this issue won't reproduce, mark this bug as verified.