Bug 1091191
| Summary: | Jenkins cartridge InvalidPathException with é or ' | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Ma xiaoqiang <xiama> |
| Component: | ImageStreams | Assignee: | Jason DeTiberus <jdetiber> |
| Status: | CLOSED EOL | QA Contact: | libra bugs <libra-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.2.0 | CC: | a.j.delaney, bleanhar, bmeng, libra-bugs, libra-onpremise-devel, mmasters, rthrashe, wsun, xtian |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1056666 | Environment: | |
| Last Closed: | 2017-01-13 22:48:12 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: | |
| Embargoed: | |||
| Bug Depends On: | 1056666 | ||
| Bug Blocks: | |||
|
Description
Ma xiaoqiang
2014-04-25 07:19:33 UTC
There is a trivial fix for this upstream. We should queue this up for the next release. It looks like the fix for this defect was shipped in RHBA-2014:0487 "Red Hat OpenShift Enterprise 2.1 Release Advisory", but we forgot to attach the Bugzilla number to the advisory. Can you please verify that the defect does not exist in OpenShift Enterprise 2.2? Check on puddle [2.2.7/2015-18.2] 1. Create an app with jenkins-client-1 app rhc app create cphp4 php-5.4 --enable-jenkins 2. Log into the jenkins admin console from https://jenkins-cdm.dev.rhcloud.com/me/configure 3. Click New Item, input the strings "ccy'testé2" and chose copying existing : input an existing job name 4. Trigger this job build FATAL: Could not apply tag jenkins-ccy'test?2-1 hudson.plugins.git.GitException: Could not apply tag jenkins-ccy'test?2-1 at hudson.plugins.git.GitAPI.tag(GitAPI.java:718) at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1230) at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1178) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2688) at hudson.remoting.UserRequest.perform(UserRequest.java:121) at hudson.remoting.UserRequest.perform(UserRequest.java:49) at hudson.remoting.Request$2.run(Request.java:325) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) at ......remote call to cphp4bldr(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1360) at hudson.remoting.UserResponse.retrieve(UserRequest.java:221) at hudson.remoting.Channel.call(Channel.java:753) at hudson.FilePath.act(FilePath.java:978) at hudson.FilePath.act(FilePath.java:967) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1178) at hudson.model.AbstractProject.checkout(AbstractProject.java:1270) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531) at hudson.model.Run.execute(Run.java:1741) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:374) Caused by: hudson.plugins.git.GitException: Error performing command: git tag -a -f -m Jenkins Build #1 jenkins-ccy'test?2-1 OpenShift Enterprise v2 has officially reached EoL. This product is no longer supported and bugs will be closed. Please look into the replacement enterprise-grade container option, OpenShift Container Platform v3. https://www.openshift.com/container-platform/ More information can be found here: https://access.redhat.com/support/policy/updates/openshift/ |