Re: How to monitor network folder using FSTrigger plugin

2016-10-09 Thread Ram D
Hi All, Greetings! Use case: I have to monitor (polling folder) a network folder for build artifacts (.zip files). When ever there is new .zip file I have to copy it and trigger downstream builds. Solution: FSTrigger plugin - seems to do the work of polling folder and and if changes present in ta

How to monitor network folder using FSTrigger plugin

2016-10-09 Thread Ram D
Hi All, Greetings! Use case: I have to monitor (polling folder) a network folder for build artifacts (.zip files). When ever there is new .zip file I have to copy it and trigger downstream builds. Solution: FSTrigger plugin - seems to do the work of polling folder and and if changes present in ta

Email ext to send html body in Pipeline

2016-10-09 Thread Sam K
This works for most part. Except, I have a html formatted file which I would like to send as the body. Is it possible? Thanks emailext attachmentsPattern: '*.log, *.html', body: 'BUILD_URL = ' + env.BUILD_URL, subject: 'END Coded Pipeline Build SOURCE - ' + CODE_BRANCH + ' TESTS - ' + TEST_B

Re: Jenkinsfile to clone git repo and copy scripts to remote server

2016-10-09 Thread Mark Waite
I'm not sure you need a Jenkinsfile to do that, but it certainly seems like it can be done with a Jenkinsfile if that is your preference. https://github.com/jenkinsci/pipeline-examples/blob/master/pipeline-examples/unstash-different-dir/unstashDifferentDir.groovy shows how to checkout a repository

Jenkinsfile to clone git repo and copy scripts to remote server

2016-10-09 Thread Mario Rodriguez
Hi, I'm new to Jenkins and I'm trying to find how to clone a git repo and then copy some of the files into another server. Any suggestions what plugins can I use ? or any examples? thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Help with invoking scripts via CURL

2016-10-09 Thread Naveen Srinivasan
Hi, I am trying to automate Jenkins fully using helm and kubernetes https://github.com/kubernetes/charts/tree/master/stable/jenkins . By doing this the admin password is available via kubernetes secretes. The goal is to automate bringing up jenkins without logging into the server man

Re: Updating jenkins version in docker image cause exit 143

2016-10-09 Thread YusufSalahAdDin
Ok, i'll search it in logs. I'm using nGinx for deploy in server. El domingo, 9 de octubre de 2016, 0:34:16 (UTC-5), Baptiste Mathus escribió: > > docker logs container_id > > The Jenkins one I guess. Also curious why you're running nginx for that > test. > > Le 7 oct. 2016 9:41 AM, "YusufSalahA

Re: Recommended to inject self-signed certificates in Jenkins official docker image

2016-10-09 Thread sleipnir
Thanks for the answer. I was precisely trying to avoid maintaining a custom image just for the certificates, but if I don't have a choice, I'll go with it. On Sunday, October 9, 2016 at 12:42:02 PM UTC-4, Victor Martinez wrote: > > If I understood correctly you don't need to custom anything but

Re: Recommended to inject self-signed certificates in Jenkins official docker image

2016-10-09 Thread Victor Martinez
If I understood correctly you don't need to custom anything but using the FROM instruction in your Dockerfile to specify what Jenkins official image you would like to use and on the top of it you can set your certificates accordingly: FROM jenkins:2.19.1 COPY whatever_credentials /whatever_loc

Recommended to inject self-signed certificates in Jenkins official docker image

2016-10-09 Thread sleipnir
Hi there I am using the official jenkins image available here https://hub.docker.com/_/jenkins/ and everything is fine so far. But in order to run my builds I need to install some self-signed certificates to access some internal servers, and I would rather keep using the default image and not c

RE: Add a new cloud button not working?

2016-10-09 Thread Jason Pyeron
Solved. I am not doing a root cause on this one because I do not care enough about smart-jenkins... Sorry. > -Original Message- > From: Jason Pyeron > Sent: Sunday, October 09, 2016 11:09 > > > -Original Message- > > From: Jason Pyeron > > Sent: Sunday, October 09, 2016 10:23 > >

RE: Add a new cloud button not working?

2016-10-09 Thread Jason Pyeron
> -Original Message- > From: Jason Pyeron > Sent: Sunday, October 09, 2016 10:23 > > I am atempting to follow: > https://wiki.jenkins-ci.org/display/JENKINS/Amazon+EC2+Plugin, but I cannot > get to step 1. > > I think this is likely user error, but I get nothing when I click the butto

Add a new cloud button not working?

2016-10-09 Thread Jason Pyeron
I am atempting to follow: https://wiki.jenkins-ci.org/display/JENKINS/Amazon+EC2+Plugin, but I cannot get to step 1. I think this is likely user error, but I get nothing when I click the button. I have goolged, to no results. I tried chrome and IE 11, not observable differences. I used develo

Re: Jenkins 2.7.4 seems to leave behind a Java TestNG process (on Windows slave) if the build is aborted/slave loses connection

2016-10-09 Thread Greg Fraley
Thank you for the reply! Unfortunately, we tried something similar, but killing a specific Java process is hard, especially when Jenkins itself is a Java process. The only identifying information has to be accessed through the JVM, and the tools to do it are in the JDK, not the JRE, which wou