Test execution duration report with groovy

2015-09-15 Thread Frank Hask
Hi all, i have queston for you guys. Is there a way to get report printed in console output if some of tests exceeded defined duration in secounds. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop recei

Re: job dsl problem: groovyScriptFile statement does not create a build step

2015-09-15 Thread Simon Haegler
> > - Play area: http://job-dsl.herokuapp.com/ > > - Docs refererence: > https://jenkinsci.github.io/job-dsl-plugin/#method/javaposse.jobdsl.dsl.helpers.step.StepContext.gro

Re: Jenkins with Saml 2.0 SSO Authentication

2015-09-15 Thread Michal Gubik
Hi, I just got plugin working with pingfederate I will write up guide and post it here ;) Michal On Wednesday, February 18, 2015 at 4:09:23 PM UTC, John Burrows wrote: > > Hi Ben, > > Thank you for your help, I have been trying to get the SAML plugin working > with our Ping federated server

Re: job dsl problem: groovyScriptFile statement does not create a build step

2015-09-15 Thread Daniel Beck
Anything interesting in Old Data Monitor saying something cannot be loaded? On 15.09.2015, at 13:25, Simon Haegler wrote: > - Play area: http://job-dsl.herokuapp.com/ > - Docs refererence: > https://jenkinsci.github.io/job-dsl-plugin/#method/javaposse.jobdsl.dsl.helpers.step.StepContext.gro

Re: job dsl problem: groovyScriptFile statement does not create a build step

2015-09-15 Thread Simon Haegler
On Tuesday, 15 September 2015 13:58:30 UTC+2, Daniel Beck wrote: > > Anything interesting in Old Data Monitor saying something cannot be > loaded? > nope, the ODM is empty. best, simon -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsu

ignoring gradle porject warning from jenkins build

2015-09-15 Thread Jeetendra G
Hi All I am building gradle project and whenever any warning comes my jenkins build is getting failed *compileScalaNote:* /var/lib/jenkins/workspace/Housing-Data-Platform-Test/src/main/java/com/housing/hadoop/ParquetConverter.java uses unchecked or unsafe operations. Note: Recompile with -Xlint

Re: job dsl problem: groovyScriptFile statement does not create a build step

2015-09-15 Thread Slide
I find it is easier to debug these issues if you go in and create a normal Free Style Job with a groovy step and all the parameters that you want and then look at the XML that is created when you save the job. Then you can compare something that works to what is being generated by job dsl. On Tue,

Intern test framework is not generating Junit Report in jenkins builds

2015-09-15 Thread Karan Shah
up vote0down votefavorite My jenkins version is 1.608 and JUnit plugin is 1.2beta 4. When I run the test locally I can see that the reports are correctly generated but when I ru

Patterns in Role-based strategy

2015-09-15 Thread Ginga, Dick
How can I configure roles such that "developers" CAN'T see some jobs? I see how the Pattern field can define what they can see, but how can I use it to define what they CAN'T? Use case: production deployment jobs, maintenance jobs, etc.? I am pretty sure I can't do it on a View basis but I woul

RE: Jenkins with Saml 2.0 SSO Authentication

2015-09-15 Thread Burrows, John
Michal, We were able to get it working with help from Ping Federate tech support, had to do with settings on the Ping Federated server administration panel. There were some settings in configuration that were not correct, so even though generated meta-data was correct, settings on Ping Federate

Remote build with token parameter crashing

2015-09-15 Thread John Marks
I'm using the following linux command line to do a remote build using Jenkins version 1.613 curl -X POST http://gmastst-app2.cadm.harvard.edu:8915/jenkins/job/build-gmas-entity-service/build --data token=gmasbuild What I get looks like a long HTML response that's expecting a log in followe

Alternate Jenkins GUIs

2015-09-15 Thread Gus Reiber
Hey all. Do any of you all use 3rd party tools to get information out of Jenkins? Mic turned me on to this guy, who seems awesome, https://itunes.apple.com/AU/app/id720123810. As you may know, I am in the process of overhauling portions of the Jenkins GUI, so far, primarily on the configuration

Re: Running watir in ruby build from jenkins does not show browser on which automation is running. (Win 7 and Win 8 issue)

2015-09-15 Thread kiruba anand
hi i am also facing the same issue please help On Tuesday, July 8, 2014 at 10:59:45 AM UTC+5:30, Amit Dewan wrote: > > Hi All, > I am facing a strange issue while running ruby-watir framework from > jenkins. > > *Problem:* > I am working on watir-webdriver in ruby. I have developed my own framewo

Re: Running watir in ruby build from jenkins does not show browser on which automation is running. (Win 7 and Win 8 issue)

2015-09-15 Thread Mark Waite
Are you running the Jenkins slave as a service? If so, then you'll either need to switch to run the Jenkins slave on the desktop, or you'll need to configure the service to allow it to access a desktop. Mark Waite On Tue, Sep 15, 2015 at 12:56 PM kiruba anand wrote: > hi i am also facing the s

RE: Patterns in Role-based strategy

2015-09-15 Thread Ginga, Dick
Actually, what does not work is: ?!PROD.* = meaning anything but jobs having PROD in their name. I actually get a OOPS - stack trace when I use this From: Ginga, Dick Sent: Tuesday, September 15, 2015 10:28 AM To: jenkinsci-users@googlegroups.com Subject: Patterns in Role-based strategy How can

Re: Patterns in Role-based strategy

2015-09-15 Thread Daniel Beck
On 15.09.2015, at 21:14, Ginga, Dick wrote: > ?!PROD.* = meaning anything but jobs having PROD in their name. I actually > get a OOPS – stack trace when I use this You forgot the parentheses. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

RE: Patterns in Role-based strategy

2015-09-15 Thread Ginga, Dick
I've tried them everywhere (I think) and could not get it to work Which format: (?!)PROD.* (?!PROD.*) -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Daniel Beck Sent: Tuesday, September 15, 2015 3:26 PM To: jenkinsci-user

Annotating JIRA ticket is not working

2015-09-15 Thread Ashish Yadav
I have a post build action to update the JIRA ticket after the build completes. I am even seeing this in the logs: Sep 15, 2015 3:43:36 PM INFO hudson.plugins.jira.JiraChangeLogAnnotator annotate Annotating JIRA id: ‘AB-465' Sep 15, 2015 3:45:22 PM INFO hudson.plugins.jira.JiraChangeLogAnnota

A way to increase the number of slave.log files being rotated ?

2015-09-15 Thread Taher Furniturewala
We are chasing 'Channel closing' ghosts/issues on our slaves :-O . Everytime this happens and slave reconnects again , it rotates the slave.log , but it does it keeping only 10 slave files ( numbered 1-10 ) . Would appreciate if anyone knows a way to increase this number ie say to 30 file

share your workflow examples

2015-09-15 Thread Michael Neale
I am interested in collating some real world workflow script examples (to aid in documentation). If you are interested in sharing yours, please do post! (make sure no secrets/confidential info in it). Anyone interested? -- You received this message because you are subscribed to the Google G