Jenkins error cs0246 when compiling

0

I'm setting up Jenkins, and I get the following error when I compile

13:17:31   FISLib\Factories\AutoFaketoryBC.cs(1,7): error CS0246:
El nombre del tipo o del espacio de nombres 'ResourceTrackingModel' no se encontró (¿falta una directiva using o una referencia de ensamblado?) 
[C:\Jenkins\jobs\ERESPONSE_CORE\workspace\ERESPONSEClient_XXXXXXX\ERESPONSEClient_XXXXXXXXXX.csproj]

I get 11 mistakes of this type. The problem is that it does not find the files (I think), but I do not know how to indicate the route. I tried to add:

using ResourceTrackingModel; 

in the AutoFaketoryBc.cs file but nothing.

Should I put the absolute path of the ResourceTrackingModel file?

((using C: \ Jenkins \ jobs ....... \ ResourceTrackingModel))

Do I have to change the .csproj file?

Why milks compiled out of Jenkins and inside Jenkins not?

Thank you very much in advance if anyone knows anything

    
asked by ABT 09.06.2017 в 13:37
source

1 answer

0

In jenkins you can configure a workspace different from the one that generates automatically, and it should be with the same structure that you have on your pc, so you should have no problem.

    
answered by 21.06.2017 в 15:40