Re: jenkins jobs that uploads a file into a python container

2018-09-01 Thread Mandy Hubbard
I build, test, and deploy containerized Python applications using Jenkins everyday. You can definitely accomplish this in Jenkins. First, get your code into source control. Jenkins can then checkout your code locally. You'll have to figure out how to handle dependency management. Are you bui

Re: Jenkins for automating daily tasks for python and web2py as well as .net based works

2018-09-01 Thread Mandy Hubbard
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

Re: jenkins jobs that uploads a file into a python container

2018-08-31 Thread Mandy Hubbard
suggestions on the best practice here. Currently they > are using web2py. > > If I introduce Jenkins here , how can the developers review their code and > run the tests. > > On Fri, Aug 31, 2018, 9:57 PM Mandy Hubbard > wrote: > >> I can help you. What have you tried so f

Re: Jenkins for automating daily tasks for python and web2py as well as .net based works

2018-08-31 Thread Mandy Hubbard
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

Re: How do I send a raw TCP request from jenkins pipeline?

2018-08-31 Thread Mandy Hubbard
You should be able to put that in an sh (scripted) or script (declarative). For example: sh ''' echo 'abc123 blahblahblah' | nc public.endpoint.com 10514 ''' On Thursday, August 30, 2018 at 8:24:03 AM UTC-5, red 888 wrote: > > There is the excellent "httpRequest" I can use in a pip

Re: jenkins jobs that uploads a file into a python container

2018-08-31 Thread Mandy Hubbard
I can help you. What have you tried so far? On Thursday, August 30, 2018 at 10:43:31 AM UTC-5, matcho batcho wrote: > > > 0down votefavorite > > > am new into *jenkins*. am trying to do a *je

Re: Docker Plugin - Jenkins doesn't have label....

2017-12-19 Thread Mandy Hubbard
I updated my docker-plugin to 1.1.2 also. On Tuesday, December 19, 2017 at 10:11:29 AM UTC-6, nicolas de loof wrote: > > JENKINS-48490 is not implemented in jenkins-core but docker-plugin, and > should be fixed in 1.1.2 > > 2017-12-19 16:18 GMT+01:00 Mandy Hubbard >: >

Re: Docker Plugin - Jenkins doesn't have label....

2017-12-19 Thread Mandy Hubbard
JENKINS-48490 is fixed in 2.89.1. I upgraded to 2.89.1 and am still seeing the issue. I plan to open a new defect for this. On Monday, December 11, 2017 at 5:32:05 PM UTC-6, Mandy Hubbard wrote: > > Thanks for the reply, Nicolas. Can't say it is the response I was hoping > for

Re: Bootstrap Jenkins job creation

2017-12-12 Thread Mandy Hubbard
I am also biased. :). Here is a link to a talk I gave at Jenkins World that bootstraps using ContainerPilot and the organization folder approach. Let me know if you have questions and I'd be happy to help. bit.ly/2hfWQHiDevMandy -- You received this message because you are subscribed to t

Re: Docker Plugin - Jenkins doesn't have label....

2017-12-11 Thread Mandy Hubbard
dn't help. On Monday, December 11, 2017 at 2:24:08 PM UTC-6, nicolas de loof wrote: > > sounds to me this is more or less > https://issues.jenkins-ci.org/browse/JENKINS-48490 > which is a recurrent issue. Still looking for a definitive fix > > > 2017-12-11 17:49 GMT+01:0

Docker Plugin - Jenkins doesn't have label....

2017-12-11 Thread Mandy Hubbard
Using the Docker Plugin to run Jenkins agents in containers, I often get the error "Jenkins doesn't have label " even when I have the template configured properly and the Docker image is already present on the Docker host. I have sometimes been able to fix it by removing the image and re-pulli