Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi!
I am lookig for solution how to share information about downloaded sandboxes between couple virtual machines. We are using Jenkins server with couple jenkins nodes and on each node we have installed Integrity. When I download sandbox on first node than I can't drop sandbox from another Jenkins node. (MKS125216: The sandbox file d:\test\project.pj is not registered with the system). Or I can't make a checkpoint on sandbox... Now solutions is hardcode node each time when we run build with sandbox etc.
Any ideas or solutions?
Each sandbox is registered with one integrity client instance, so the second node can't drop a sandbox registered to the first node.
Can your Jenkins be configured to always create a new sandbox and then drop it?
Another option could be to export the sandbox and then import it (exporting a sandbox for import into another client is possible as of 11.1), but I think recreating the sandbox is probably going to work better.
Any Jenkins experts want to jump in here?