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

I'm also having trouble with clearcase/windows:
My Base ClearCase polling log always says no changes.
cleartool lshistory -all -since 11-apr-13.21:21:19utc+0000 -fmt '\"%Nd\" \"%u\" \"%En\" \"%Vn\" \"%e\" \"%o\" \n%c\n' -branch brtype:main -nco Z:\MY_STUFF
Done. Took 1.9 sec
No changes
But when I run that "cleartool lshistory" without the insane "fmt" in a CMD window I do see changes:
Z:\MY_STUFF>cleartool lshistory -since 11-apr-13.21:21:19utc+0000 -branch brtype:main -nco .
--04-11T17:25 moncreg create version "FOO@@\main\85"
"COMMENT"
--04-11T17:25 moncreg create version "BAR@@\main\49"
"COMMENT"
When I run that command with the insane "fmt" in a CMD window, it chokes on the FMT
When I run that command with the insane "fmt" in a cygwin/sh window, it looks like it works.
I started Jenkins in a CMD window, to give it 6 GB of JVM memory, as cygwin wouldn't let me give more that 3 GB.
I'm using
Jenkins ver. 1.480.2
Jenkins ClearCase Plug-in
This plugin makes it possible to retrieve files from a ClearCase SCM using a configspec. 1.3.14
Any advice?