Re: reference the last build marked as "keep forever"

2015-04-01 Thread Baptiste Mathus
I don't think so. What's your use case by the way out of curiosity? Le 31 mars 2015 15:42, a écrit : > Is it possible to reference the last build marked as "keep forever" in a > similar way than lastSuccessfullBuild? > > -- > You received this message because you are subscribed to the Google Gro

How to integrate Jenkins with Testopia/Bugzilla and Selenium ?

2015-04-01 Thread Fikri Makmor
Hi Guys, Currently my boss want the test team of the company to start to use Jenkins, and I have been given a task to find out on how to use it and integrate it with Testopia/Bugzilla and Selenium. I've been doing this task for more than six month but, still did not succeed. The problem that I

Re: Jenkins with LDAPS for Authentication

2015-04-01 Thread Nick T
I downgraded from Java 1.8 to 1.7 and it works now. On Wednesday, April 1, 2015 at 7:44:55 PM UTC-7, Nick T wrote: > > I had this working on a previous Jenkins deployment, now I'm stumped. I > imported my internal CA with the keytool. Once I did that I now get a new > error. Has anyone ran int

Jenkins with LDAPS for Authentication

2015-04-01 Thread Nick T
I had this working on a previous Jenkins deployment, now I'm stumped. I imported my internal CA with the keytool. Once I did that I now get a new error. Has anyone ran into this problem? [Root exception is javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate secret] Cau

Workflow Plugin -- how to display a summary page

2015-04-01 Thread Rinaldo DiGiorgio
Has anyone created a summary page for the workflow plugin. Suppose you download 10+ repos and your run builds on 40+ nodes and run some tests. Can someone suggest how to collect the test results to show trends on a single page so that users can go to one page and see all the results for a job t

Workflow Plugin -- Unable to terminate jobs that have failed

2015-04-01 Thread Rinaldo DiGiorgio
When a workflow job terminates with error, there are cases where the job still appears to be running. When one attempts to remove the job from the view by clicking on the "x" the job isn't terminated. Eventually the job is removed from the list when the number of jobs to keep takes effect. Rina

Workflow Plugin -- workspace is deleted

2015-04-01 Thread Rinaldo DiGiorgio
I am using the latest Jenkins workflow support and trying to understand if the following is expected behavior. After all the repos have been downloaded they are deleted when the job completes. Is there an option to preserve the workspace? -- You received this message because you are subscribed

Copy Artifact Plugin - How pass Major, Minor, Revision variables from downstream, upstream "make all" job ?

2015-04-01 Thread Eddie Sutton
My question is how do I pass parameters from a downstream job to the “make-all” job? I am working on CI to support a cross-platform build of a C++ Qt 5.4 app. The myapp-make-all job that builds 3 downstream projects: — myapp-makeall - myapp-android - myapp-osx - myapp-

Re: git pull not working in Groovy Script

2015-04-01 Thread Alex Ward
I am using the Git Plugin. I just needed to add some custom parameters. Here's a high level overview of what I'm trying to accomplish. As I mentioned, I'm new to Jenkins so I am totally open to any ideas so if you know of a more efficient way of accomplishing what I need to do, I'm all ears:)

Re: Seeking help for git command line steps when Git Repository is selected Under Source Code Management Section of Jenkins job configure

2015-04-01 Thread 'sa_nk' via Jenkins Users
Thanks Mark for valuable suggestion and inputs, sure we will build another instance with new version and test it out. -Regards, Sathya. On Tuesday, March 31, 2015 at 10:48:38 AM UTC-7, sa_nk wrote: > > Hi Team, > This is Sathya, I am new to Jenkins. I am not sure if similar to my > question was

Re: git pull not working in Groovy Script

2015-04-01 Thread Richard Bywater
Not sure why that particular Groovy isn't working or not, but is there a reason why you aren't using the Git Plugin? Richard. On Thu, 2 Apr 2015 at 07:55 Alex Ward wrote: > Hi, > > I am exploring Jenkins as my company's new CI server replacing Cruise > Control. I am new to both Jenkins and Groo

Re: TFS commands run very slow in Jenkins

2015-04-01 Thread Keith Marchen
On Tuesday, March 31, 2015 at 10:36:55 PM UTC-5, Keith Marchen wrote: > > We use TFS commands to get our source files for builds. But when we run > them from Jenkins, they take around 40 seconds to execute. What could be > the issue with our TFS configuration on Jenkins that is affecting execut

Re: TFS commands run very slow in Jenkins

2015-04-01 Thread Keith Marchen
On Tuesday, March 31, 2015 at 10:36:55 PM UTC-5, Keith Marchen wrote: > > We use TFS commands to get our source files for builds. But when we run > them from Jenkins, they take around 40 seconds to execute. What could be > the issue with our TFS configuration on Jenkins that is affecting execu

Re: hoe to write a groovy email template to extract error message from console output

2015-04-01 Thread Slide
You would probably just want to modify the template where it outputs the lines from the console to match for specific things like "error:" or whatever your error messages look like. I've done something similar to highlight warnings and errors from GCC output. It's below: <% if(build.result ==

Re: [Email-Ext plugin] don't see triggers

2015-04-01 Thread Murthy Gandikota
Mr.Walker, one of the developers of Email-Ext has kindly responded to my issue. I am posting his response with his permission so that others in a similar situation can benefit. Under "Post-build Actions" there is a flat button with the text "Add post-build action" on it. When you click that, w

git pull not working in Groovy Script

2015-04-01 Thread Alex Ward
Hi, I am exploring Jenkins as my company's new CI server replacing Cruise Control. I am new to both Jenkins and Groovy. I am having an issue running the following Groovy script. The first and last parts run just fine, but for some reason git pull never works. I'm not seeing any exception, jus

Jenkins upgrade testing?

2015-04-01 Thread Les Mikesell
Is there any generic way to predict if a jenkins upgrade will break something out of a large set of jobs managed by a bunch of different people? I have a test instance and can try a few things there, but I don't want the side effects of actually running other people's jobs that may alter release

Does anyone know what causes org.kohsuke.stapler.compression.CompressionFilter.reportException error in Jenkins? I know this is fixed in latest versions of Jenkins.

2015-04-01 Thread neha reddy
When we are trying to build a job. Job suddenly hangs up and gives org.kohsuke.stapler.compression.CompressionFilter.reportException error ? I dont know what the cause of the error. Does anybody know? -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Re: [workflow-plugin] Access to environment variables in flow.groovy

2015-04-01 Thread Jesse Glick
On Wednesday, April 1, 2015 at 12:55:37 PM UTC-4, Kent Johnson wrote: > > I think I could just echo "$env.BUILD_NUMBER" for those who are >> wondering. I didn't test doing so though I am sure it would work. > > Either: echo env.BUILD_NUMBER or echo "${env.BUILD_NUMBER}" (Not sure whether Groo

how to write groovy email template to display parsed build errors in email body

2015-04-01 Thread Victoria Wei Lei
Helllo, I am using parsed console log plugin and Email-ext plugin in Jenkins to send out daily build status, only upon build failure or compiler warnings. I would like to display the extracted error/warning message in the email body. I got groovy email template from " https://github.com/jenki

hoe to write a groovy email template to extract error message from console output

2015-04-01 Thread Victoria Wei Lei
Helllo, I am using parsed console log plugin and Email-ext plugin in Jenkins to send out daily build status, only upon build failure or compiler warnings. I would like to display the extracted error/warning message in the email body. I got groovy email template from " https://github.com/jenki

Re: Seeking help for git command line steps when Git Repository is selected Under Source Code Management Section of Jenkins job configure

2015-04-01 Thread Mark Waite
With code that old, I wouldn't attempt an in-place upgrade until you've performed an upgrade on a separate instance that you configured just for upgrade testing. Two years of evolution in Jenkins has introduced many changes. On Wed, Apr 1, 2015 at 10:16 AM, 'sa_nk' via Jenkins Users < jenkinsci-u

Re: [workflow-plugin] Access to environment variables in flow.groovy

2015-04-01 Thread Kent Johnson
This issue was resolved by Jesse Glick back in December of 2014 according to this JIRA: JENKINS-26194 All that is needed to access environment variables in the flow.groovy of a

Re: URGENT REQUIREMENT:Mobile Application Develeoper ,San Jose , CA.

2015-04-01 Thread Roy Nielsen
Hello, Thank you for considering me as a candidate. Unfortunately I don't currently have experience with mobile probramming. Regards, -Roy On Wed, Apr 1, 2015 at 10:31 AM, prathyushaaesinc chowdary < prathyushaaes...@gmail.com> wrote: > HI……. > > Hope you are doing good………. > > > > > > Job Ti

URGENT REQUIREMENT:Mobile Application Develeoper ,San Jose , CA.

2015-04-01 Thread prathyushaaesinc chowdary
HI……. Hope you are doing good………. Job Title : Mobile Application Develeoper Location : San Jose , CA Interview Type :Phone / Skype Duration: 6 +Months J.D: Experience in STB/ DTV domain is a big plus At least 5 years of experience on mobile application development (on iOS) Workin

Re: Seeking help for git command line steps when Git Repository is selected Under Source Code Management Section of Jenkins job configure

2015-04-01 Thread 'sa_nk' via Jenkins Users
Jenkins upgrade was attempted few months back, during then while restarting Jenkins it was failing to start and due to criticality of availability it was backed out. We are going to try upgrade again shortly. Thanks for looking into it. -Sathya. On Tuesday, March 31, 2015 at 10:48:38 AM UTC-

Re: How to schedule a child Free Style job programmatically from a parent Job in Jenkins Plugin Development?

2015-04-01 Thread vinodhini . vijay
Hello Chris, Thank you so much!. It worked for me. I created a new Cause class as shown below and used the same instead of Anonymous Class: public static class SpecialCause extends Cause { private String note; public SpecialCause (String note) { this.note = note;

Re: RESTfully add credentials

2015-04-01 Thread Christopher Orr
AFAICT, there is only a read API: https://issues.jenkins-ci.org/browse/JENKINS-20408 You can open a feature request. And implement the feature as well, if you're interested :) -Chris On 28/03/15 04:33, Peter Brooks wrote: Hi all, After something pretty basic but not finding an immediate so

Re: Jenkins Triggering Nessus Scans

2015-04-01 Thread Christopher Orr
Assuming you can start a Nessus scan from the command line, then yes, you can do the same in Jenkins via an "Execute shell" or "Execute Windows batch script" build step. -Chris On 27/03/15 13:01, Karen Joseph wrote: I"m looking for a similar solution. Were you able to resolve this? Thanks,

Re: TFS commands run very slow in Jenkins

2015-04-01 Thread Christopher Orr
Does it take 40 seconds every time, for every single TFS command? Can you see where the hang is in the build log (i.e. in the middle of doing a TFS operation, or at the start, before anything happens)? You could also try checking the thread dump — at $JENKINS_URL/computer/$NAME/threadDump — to

Re: How to schedule a child Free Style job programmatically from a parent Job in Jenkins Plugin Development?

2015-04-01 Thread Christopher Orr
Hi there, This is a question better suited to the developers' mailing list (jenkinsci-dev). I only very quickly scrolled through the code below, but I would guess that your anonymous Cause class ("new Cause() { ... }") in ChildExecution may be causing problems, as it cannot be serialized (to