Re: Jenkins 2.x: Multibranch Pipeline - Dynamic Jenkinsfile

2016-04-14 Thread maltejacobi
Hi Patrick, thank you! This helped me a lot! Regards Malte Am Mittwoch, 13. April 2016 19:55:34 UTC+2 schrieb Patrick Wolf: > > Hi, Malte. > > The "Jenkinsfile" is the marker file that Jenkins uses to find what > branches and PRs to build in a multibranch job. The Jenkinsfile tells > Jenk

Re: S3 Notifications using Jenkins

2016-04-14 Thread Aldrin Leal
Can you give more context? This is a Jenkins Mailing List Here's my guess: You asked about being able to set up S3 Event Sources to Lambda from Jenkins, right? -- -- Aldrin Leal, / http://about.me/aldrinleal On Wed, Apr 13, 2016 at 2:25 PM, alwaysonnet wrote: > Hi, > > Is there anyway that I

Re: Jenkins as build , deploy machine and windows 7 as a selenium driver test slave machine

2016-04-14 Thread Antonio Hernandez
anybody faced with the same problem ?? El martes, 12 de abril de 2016, 16:13:45 (UTC+2), Antonio Hernandez escribió: > > > Hi then, > I have an issue with my jenkins configuration, it's all set up as this: > > Linux master machine compile, build and deploy all my source code in a > tomcat counta

Re: Jenkins as build , deploy machine and windows 7 as a selenium driver test slave machine

2016-04-14 Thread 'Björn Pedersen' via Jenkins Users
Am Dienstag, 12. April 2016 16:13:45 UTC+2 schrieb Antonio Hernandez: > > > Windows 7 machine that i'm sending this: > --- > cmd.exe > cd C:\Local_path\ Run_param.bat > --- > Really ? I would expect to use a Execute Windows Batch build step with something

Re: SimpleClearCase-Plugin with Jenkins

2016-04-14 Thread Ken Sturgeon
Did you ever find any documentation showing how to configure this plugin? Do you have it working? Thank you. On Friday, January 17, 2014 at 6:25:15 AM UTC-6, Palanilkunnathil Melemuriyil, Vinod P wrote: > > Hello all, > > > > After having installed this plug-in (SimpleClearCase-Plugin) to int

Re: Jenkins as build , deploy machine and windows 7 as a selenium driver test slave machine

2016-04-14 Thread Antonio Hernandez
Hi Björn, thanks for your reply but the point is after called the .bat file , not the call itself. Please i'm stuck at this point and can't move on. Any comment is welcome El jueves, 14 de abril de 2016, 13:46:12 (UTC+2), Björn Pedersen escribió: > > > > Am Dienstag, 12. April 2016 16:13:45 UTC+

Svn checkout with jenkins user logged

2016-04-14 Thread Rodrigo Rapozo
Hello everybody, It's possible use the user authenticad in jenkins to be the checkout user in svn? Thanks a lot! Rodrigo Rapozo -- 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,

Re: S3 Notifications using Jenkins

2016-04-14 Thread alwaysonnet
As part of build job, I want to create Event Notifications to AWS Lambda on S3 bucket. On Thursday, April 14, 2016 at 4:10:29 AM UTC-4, Aldrin Leal wrote: > > Can you give more context? This is a Jenkins Mailing List > > Here's my guess: You asked about being able to set up S3 Event Sources to >

Jenkins CCJPE Video Course (Free)

2016-04-14 Thread Ken Erwin
Hello, We're currently working on making a Jenkins CCJPE video course. I know everyone here probably already knows most of the content, but just wanted to mention it in case the videos help someone on your team, or if you have advice on our outline/videos we have so far :) Outline (With links

Re: How can I write job script and load it to jenkins to work ?

2016-04-14 Thread Chris Knowlton
But jenkins job definitions are cached in memory. I have been fighting this forever since there are fields stored in this cache which are not generally available to the user. In my case, what I want to do is direct the job to a particular slave, because there is pre-built workspace there that

Re: How can I write job script and load it to jenkins to work ?

2016-04-14 Thread Mark Waite
With a freestyle job, there is a checkbox in the job definition which will allow you to "Restrict where this project can be run". Couldn't you change that from either a REST call or from a Selenium script? Mark Waite On Thu, Apr 14, 2016 at 12:55 PM Chris Knowlton wrote: > But jenkins job defi

Jenkins World Registration

2016-04-14 Thread Alyssa Tong
Hello, Not so long ago we announced Jenkins World 2016 Call for Papers opened. As we are approaching May 1 which is when the Call for Papers will close, this is a friendly reminder to get yo

How do I retrieve the exit code of a 'bat' command?

2016-04-14 Thread Scott Richmond
I need to run a few external build tools and I do so with the bat command on Windows agents. I need to be able to determine the success or failure of that command based on the exit code of the script that was run. Is it possible to get this? -- You received this message because you are subscri

Re: How do I retrieve the exit code of a 'bat' command?

2016-04-14 Thread Richard Bywater
Someone may have a more elegant answer but one way that comes to mind is to call another cmd/bat file from Jenkins which then calls the external tools and also has logic to interpret the exit codes coming back from the those tools and acting appropriately. Richard. On Fri, 15 Apr 2016 at 09:07 Sc

Re: How do I retrieve the exit code of a 'bat' command?

2016-04-14 Thread Scott Richmond
So I've done some testing - One can catch a bad exit from bat with a trycatch function. HOWEVER! It does not seem to catch exit code 1. It'll catch other higher numbered exit codes, but not 1. Not sure what to do here. On Thu, Apr 14, 2016 at 10:25 PM, Richard Bywater wrote: > Someone may have a

Re: How do I retrieve the exit code of a 'bat' command?

2016-04-14 Thread Richard Bywater
You should just be able to use simple checks for the ERRORLEVEL variable to do some basic if blocks. See http://stackoverflow.com/questions/4451013/check-if-process-returns-0-with-batch-file for a basic example and also I think it has a link to more info. Richard. On Fri, 15 Apr 2016 at 09:40 Sco

Re: How do I retrieve the exit code of a 'bat' command?

2016-04-14 Thread Scott Richmond
I had that thought too, however for whatever reason I cannot seem to get that env var in my script with echo "Error level is ${env.ERRORLEVEL}". It always prints null. On Thu, Apr 14, 2016 at 10:54 PM, Richard Bywater wrote: > You should just be able to use simple checks for the ERRORLEVEL varia

Email Template Testing Exception

2016-04-14 Thread zhangkm
Hello, I get this exception below when I try to run the Email-Ext's tester for email templates. I'm trying to use the standard Groovy matrix email template from the Email-Ext plugin page. I'm invoking this test on a Matrix combination job that we have. Using Jenkins ver. 1.650, Windows7 x64, inst