I would start by figuring out your source control system.  Jenkins will 
need to clone your code from somewhere.  I use git with Github and there is 
an excellent git plugin for Jenkins.  

Do you have a Jenkins environment currently?  Have you installed it 
somewhere or are you running it in a container? You definitely need to 
simply get Jenkins running as a first step.

So, get your code in source control and get a Jenkins environment.  Develop 
a job to checkout the code.  Then you build upon that. 

This is very important - how are you building, testing and deploying code 
today?  What commands are you running? Jenkins is a tool for automating 
tasks, but you first must understand the tasks you need to automate.  I 
deploy containerized Python applications using Jenkins all the time. You'll 
need to approach this in small steps. Once you have made some progress, 
come back and ask about help with specific problems.  For example, once you 
have a Jenkins installation and your code is in source control, if you are 
having trouble getting the checkout step to work, then I can help you 
troubleshoot that problem.

On Saturday, September 1, 2018 at 2:43:50 AM UTC-5, Vowner wrote:
>
> Hello Mandy,
>
> Did you get some time to look into my reply
>
> On Fri, Aug 31, 2018, 10:08 PM vivek vijayan <vivma...@gmail.com 
> <javascript:>> wrote:
>
>> Hello Mandy, 
>>
>> Thanks for your reply.
>>
>> Actually I am in a initial stage to implement Jenkins for the python 
>> webdelopers to automate their process. We are planning for setup a version 
>> control system and Jenkins as ci. But I am confused here about that up to 
>> what extension, Jenkins can help them to review their script and run test 
>> cases on their web development process for chatbot.
>>
>> What are the Jenkins plugins available to fulfill there requirement.
>>
>> Currently they are using web2py alone for their development work. So what 
>> a better solution I can provide them.
>>
>> Am very new to Jenkins for python development and any suggestions are 
>> well appreciated
>>
>> On Fri, Aug 31, 2018, 10:01 PM Mandy Hubbard <mandy....@gmail.com 
>> <javascript:>> wrote:
>>
>>> What have you tried so far?  I would start by writing a Pipeline script 
>>> that clones your repo as a proof of concept and then add from there.
>>>
>>> On Wednesday, August 29, 2018 at 2:18:02 AM UTC-5, Vowner wrote:
>>>>
>>>>
>>>>
>>>> We are initial stage of bringing devops into our daily activities. Now 
>>>> we are workig on .net and pthon coding. So we have to plan for continuous 
>>>> delivery on our activities.
>>>>
>>>> In the first scenario for python development works, we are using web2py 
>>>> now. So developers can directly access the python files and work and test 
>>>> their webdevelopment work by web2py with certain port.
>>>> How jenkins can help here to automate this process and developers 
>>>> should get a easy GUI or way to test or compile their codes before it got 
>>>> deployed o web2py.
>>>>
>>>> Also we need to automate the build activity of .net code as well. What 
>>>> are the best possible ways
>>>>
>>> -- 
>>> 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 jenkinsci-use...@googlegroups.com <javascript:>.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jenkinsci-users/8dc30d7e-5266-4af3-a3e6-573a371d769b%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/jenkinsci-users/8dc30d7e-5266-4af3-a3e6-573a371d769b%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> 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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/23cdec79-e6ed-4f68-b27d-2ac6b9b0de5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to