Hi,
You typically put your source code in your source control management system
(be it Git, subversion, clearcase, perforce, and so on). And then configure
Jenkins to retrieve the content from that location.
Cheers
Le 1 oct. 2015 7:19 AM, "veer verma" a écrit :
>
> Hi,
>
> Thanks for your reply
Hi,
Thanks for your reply.
Actually i have python script that i want jenkins to pick that script and
perform the build. But
I dont know where in which location i can put my script so that jenkins
will pick that script.
Thanks
Veer
On Oct 1, 2015 4:23 AM, "Michael Neale" wrote:
> There are a few
There are a few things in that question - but lets stick to the war bit.
Jenkins won't build a war directly from source, something like maven would
be needed to be setup to build the war, so that is probably what you want
to look up.
As for python - do you mean you have some python script tha
Hi All,
I am new to jenkins and it may be dumb question but i am hitting one issue
as folllow:
I have installed Jenkins on my system and after installing I am facing some
problems.
1. I have installed all required plugins and I have github account as well.
But How do I add my python script