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

@ Aaron, @Dan, @Daniel ... I fixed this and have the changes ready for release, before I release I need your feedback on the paths I chose (asking you people as you might have some real use-cases which can help me decide this)
Assuming the following factors,
Multiconfiguration Project name - C2S_Test_MultiConf
Axis 1 label - machine
Axis 1 Label values - Lin_Test1 and master
Axis 2 label - temp_axis
Axis 2 label values - 1 and 2
the files copied on the master will be @
/home/test/jenkins/workspace/C2S_Test_MultiConf/machine/Lin_Test1/temp_axis/1
/home/test/jenkins/workspace/C2S_Test_MultiConf/machine/Lin_Test1/temp_axis/2
other machine is master itself, so they wont be copied.
I thought of copying the files into "/home/test/jenkins/workspace/C2S_Test_MultiConf/" itself, but i was thinking these files should be kept separate for each configuration.
For freestyle job, workspace will be the default one "/home/test/jenkins/workspace/C2S_Test_FreeStyle/" where "C2S_Test_FreeStyle" is the project name.
Coming to Maven style jobs, if you guys can give me example paths I can add that for those.