How to have "withDockerServer" for all jobs run on a given node?

2016-10-15 Thread Eric Smalling
Just now jumping into playing with Jenkinsfile + Docker and am finding myself having to put withDockerServer([credentialsId: '...', uri: 'tcp://...:2376']) around all of my pipelines to point my slave node at my Docker host. Is there a good way to set up DOCKER_HOST and credentials on a slave

Re: selenium Jenkins integration issues

2016-03-15 Thread Eric Smalling
Can you post the contents of your .bat file? (If it's large, a gist.github.com post would be nice) On Tuesday, March 15, 2016 at 5:10:42 AM UTC-5, Kancharla Prasad wrote: > > Hi All, > > I am new to Jenkins, I configured jenkins with testng (my selenium > project). > > When i build the project

Re: Jenkins 2.0 alpha release available

2016-03-01 Thread Eric Smalling
Has anyone posted a Docker Hub image yet? (I see several "jenkins2" named ones out there, but the dates on them lead me to believe they are not this.) On Monday, February 29, 2016 at 5:39:22 PM UTC-6, R Tyler Croy wrote: > > As I mention in this blog post: >

Re: Remote Build Wall Display

2014-08-14 Thread Eric Smalling
A while back, due to some special project chaining, we wrote our own Django based radiator - not the most elegant code but it does provide a server that hosts the display, it uses the JSON API's to gather the build info and then renders the page. It would probably be trivial to make it

Re: Findbugs plugin: reports missing from post-build mvn run

2014-08-12 Thread Eric Smalling
in a freestyle one. My question here is, why as a Maven project build setting, it's not active during the mvn pre or post steps? On Tuesday, 12 August 2014 05:09:24 UTC-5, Ullrich Hafner wrote: Did you try to use a freestyle project? Am Freitag, 8. August 2014 schrieb Eric Smalling : I'm

Re: Findbugs plugin: reports missing from post-build mvn run

2014-08-08 Thread Eric Smalling
Clarification to my post: the post-build mvn findbugs:findbugs step is using Maven 3.1.1 while the main build is 3.2.1 (probably obvious - but wanted to be clear why it's a post step) On Friday, 8 August 2014 11:17:11 UTC-5, Eric Smalling wrote: I'm trying to find a workaround for https