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 con
Hello Mandy,
Did you get some time to look into my reply
On Fri, Aug 31, 2018, 10:08 PM vivek vijayan 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 ve
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 re
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 wo
Hello Experts,
Could you please provide some suggestions here...
On Wednesday, August 29, 2018 at 12:48:02 PM UTC+5:30, 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
> deli
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 pytho