Hi, I have two jobs, one configures and builds a piece of software and another is triggered to test the build and passes through the git sha of the build. The test job is a matrix project with one axis (arch) and two variants (arm, intel).
However, the git repository is being pulled 3 times, one on the workspace root and again for each variant, so I end up with: workspace/ arch/intel/gcc arch/arm/gcc gcc Why is my gcc repository showing up at the root of the workspace as well? -- Paulo Matos -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
