I have a build job, that launches several other jobs using the build flow plugin. I am using the NodeLabel Parameter Plugin to have all of my build steps execute on a specific node. My problem is that node A needs to use the workspace /workspace/git/workspaceA and nodeB needs to use the workspace /workspace/git/workspaceB (these are totally different workspaces due to the hardware configuration). I don't want separate jobs per node as additional builds and new nodes are planned for the future. My FSRoot is currently set to a different location for each node /directory/jenkins/nodes/nodea (NodeA) or /directory/jenkins/nodes/nodeb (NodeB) The only way I can think of to handle this situation is to change my FSRoot per node, and then use the default workspace /directory/jenkins/nodes/nodea/workspace, etc. Does anyone know of another way to handle this or of a plugin that would be able to handle this so I can leave my current configuration settings alone? Thanks!
-- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/bbedfacb-c909-4f98-98eb-bbab85815336%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
