| Summary: | Fail to git push for scalable app with jenkins-client enabled after upgrade ose from 1.2 to 2.0. | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Johnny Liu <jialiu> |
| Component: | Cluster Version Operator | Assignee: | Jason DeTiberus <jdetiber> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.0.0 | CC: | bleanhar, jdetiber, libra-onpremise-devel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-04 14:45:52 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Johnny Liu
2013-11-27 09:08:05 UTC
In the step2, add jenkins-client to this app. After git push failure, then remove jenkins-client-1.4 from app, add jenkins-client-1 to this app, do git push. Still fail, but different error.
In app's jenkins Console Output, get the following error:
<--snip-->
+ rsync --delete-after -azO -e /usr/libexec/openshift/cartridges/jenkins/bin/git_ssh_wrapper.sh /var/lib/openshift/5295b8dcaeb9057c9900005f/php/phplib/ '52958555aeb9059466000055.com.cn:${OPENSHIFT_PHP_DIR}phplib/'
+ rsync --delete-after -azO -e /usr/libexec/openshift/cartridges/jenkins/bin/git_ssh_wrapper.sh /var/lib/openshift/5295b8dcaeb9057c9900005f/app-root/runtime/repo/ '52958555aeb9059466000055.com.cn:${OPENSHIFT_REPO_DIR}'
+ /usr/libexec/openshift/cartridges/jenkins/bin/git_ssh_wrapper.sh 52958555aeb9059466000055.com.cn 'gear remotedeploy'
Preparing build for deployment
deployment_datetime is required
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE
<--snip-->
I'm not seeing this using the latest pad (http://etherpad.corp.redhat.com/ose-2-0-upgrade-2013-12-11) Verified this bug following http://etherpad.corp.redhat.com/ose-2-0-upgrade-2013-12-11, and PASS. Jenkins build is doing well. |