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" <[email protected]> a écrit : > > 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" <[email protected]> wrote: >> >> 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 that you are testing in jenkins? >> >> On Thursday, October 1, 2015 at 4:49:59 AM UTC+10, [email protected] wrote: >>> >>> 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 into Jenkins so that jenkins will pick my script from my location and build the project >>> >>> 2. I am able to create a "hello world " project in Jenkins and build is successful. But I am not getting war file. Where can i find it? I need to deploy war file in apache tomcat server. >>> >>> 3. If I add my python script and build it. Then where can I see our source code ? >>> >>> Thanks in Advance >>> Veer >> >> -- >> You received this message because you are subscribed to a topic in the Google Groups "Jenkins Users" group. >> To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-users/3pNC6dAUkoM/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to [email protected]. >> >> To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/037bedb7-f94e-4b72-9297-81f22f53ba8f%40googlegroups.com . >> For more options, visit https://groups.google.com/d/optout. > > -- > 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]. > To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAFZ9tt3vDd%2BbLz9MH4rfT2k%3DqxsPPmA2RFFATC6u5Op6d_Wb9g%40mail.gmail.com . > > For more options, visit https://groups.google.com/d/optout. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS7dK1Q_FGvBsYd7JTuEb8z6Btxje9OroK%2BUrwUyxY-VAQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
