Issue Type: Bug Bug
Assignee: jribette
Components: synergy
Created: 04/Feb/13 12:57 PM
Description:

Hello,

When I check the “maintain workarea” checkbox, Jenkins compares the Synergy project work area path (wa_path attribute) to its own work area and, if it is not the same, Jenkins issues the following command:
ccm.exe attr -m wa_path -v C:\Jenkins\jobs\monTestSynergy\workspace -project alas000_demonstrateur~F558863.
Synergy CLI answers :
ccm command failed
Invalid escape sequence for attr_value.
The problem is the single backslash “\” that the CLI interprets as an escape sequence. To remedy this problem, the plug-in should double the backslash, like this:
ccm.exe attr -m wa_path -v C:\\Jenkins\\jobs\\monTestSynergy
workspace -project alas000_demonstrateur~F558863.

Best regards

Environment: windows XP
Project: Jenkins
Priority: Major Major
Reporter: Garnik Arakelian
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/groups/opt_out.
 
 

Reply via email to