I want to host a new plugin in Jenkins. 
This plugin downloads a .exe file to a slave to do some work. 
This .exe file is written in .net and I want to include the source code of 
this exe file also.

The folder structure which will be in Jenkin's GitHub is like that:

----Root
        |------------Java source folder
        |--------------------pom.xml
        |------------.Net source folder
        |------------files......

Is this is the way it should be or there is a better way to do so?

Reply via email to