Issue Type: Bug Bug
Assignee: Unassigned
Components: artifactory-plugin
Created: 27/Mar/15 9:19 PM
Description:

Not sure if this is the correct place for this but under the jenkins/jobs/<jobname>/module/ path there are folders named with dollar $ signs in them, such as one in our case /apps.user$user-web/. This dollar $ sign has cause some issues, one in deployment plugin (issue below) where $user was getting substituted for another value causing a file not found exception and in general, on Linux platforms, the dollar $ in path messes up with just about anything you can do on the command line being it finds, greps, changing directories and even running a manual deployment task, the dollar $ sign must be escaped first \$ or the path quoted.

Is the cause of this dollar $ sign due to this plugin, jenkins or something else? It's a poor choice for use and would suggest it be replaced with a delimiter such as a double dash or something more 'normal'.

Related issues:
https://issues.jenkins-ci.org/browse/JENKINS-27600
https://issues.jenkins-ci.org/browse/JENKINS-10082

Thanks.

Environment: RHEL 6.5 64bit, Jenkins ver. 1.605, weblogic-deployer-plugin 2.13 (same issue with 2.8), jdk1.7 and jdk1.8.0_25
Project: Jenkins
Priority: Minor Minor
Reporter: trevorw
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to