|
||||||||
|
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.

Narrowed this down a bit more, it is the $ being replaced. I've obscured some stuff above but we are seeing truly a folder path of apps.user$user-app on Linux becomes apps.userjenkins-app so $user is being taken as a variable replacement in the file path where it should be a literal \$user. Adding "" around the path may fix the issue too, depending upon what is doing the replacement.
Not sure if this is a jenkins, weblogic deployer plugin, artifactory plugin, java or linux issue but that's what's happening.