Re: immediately fail whole matrix job if one configuration fails

2015-07-15 Thread Simon Haegler
> > The usual way is to define one or more "touchstone configurations" that > are built first, and starting the remaining jobs only if these succeeded. > thanks for your answer. my first attempt to configure touchstone configurations failed, i.e. it correctly prints "touchstone configs result

Re: Schedule a build in parallel from code (Jenkins API)

2015-07-15 Thread Thandesha VK
It can't find the class Future. Could you please help unable to resolve class Future On Monday, March 10, 2014 at 4:26:28 AM UTC+5:30, dev123 wrote: > > A my bad I of course had to call the correct job, it now works thanks :-) > > On Sunday, March 9, 2014 11:47:20 PM UTC+1, dev123 wrote: >> >> Y

HTML publisher plugin, result 404

2015-07-15 Thread Ruud Siebierski
Hi, Sorry if this is the wrong group for this question. Off course I spend some time in google before posting this here. Running Jenkins 1.620 with HTML publisher plugin 1.4, running on Windows 8 I recently started using the HTML publisher plugin to publish CodeCoverage reports generated by Ope

Re: Schedule a build in parallel from code (Jenkins API)

2015-07-15 Thread Thandesha VK
Never mind. Got it in import java.lang.Object Now I am stuck with unable to resolve class QueueTaskFuture unable to resolve class QueueTaskFuture On Wed, Jul 15, 2015 at 12:55 PM, Thandesha VK wrote: > It can't find the class Future. Could you please help > > unable to resolve class Future

Re: [workflow-plugin] getting error: java.io.NotSerializableException: java.util.HashMap$Entry

2015-07-15 Thread Yury Nedelyaev
https://github.com/jenkinsci/workflow-plugin/blob/master/TUTORIAL.md#serialization-of-local-variables This is a feature either create a class with Serializable interface or use 'simple' objects instead of Hashmap вторник, 31 марта 2015 г., 22:58:27 UTC+3 пользователь Adam R. Paul написал: > > Hel

Re: [workflow-plugin] getting error: java.io.NotSerializableException: java.util.HashMap$Entry

2015-07-15 Thread Yury Nedelyaev
https://github.com/jenkinsci/workflow-plugin/blob/master/TUTORIAL.md#serialization-of-local-variables This is a feature either create a class with Serializable interface or use 'simple' objects instead of Hashmap Hello, > > I'm working on my first workflow job, using Jenkins LTS 1.596.2 & > wor

How can i install jenkins server on rhel 7 machine ? Have anyone done it earlier ?

2015-07-15 Thread Krishna Kumar Tiwari
Hi I want to install jenkins server on my rhel 7 machine for continuous integration. Has anyone done it earlier ? -- 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, send an emai

Re: How can i install jenkins server on rhel 7 machine ? Have anyone done it earlier ?

2015-07-15 Thread Dirk Heinrichs
Am 15.07.2015 um 10:45 schrieb Krishna Kumar Tiwari: > I want to install jenkins server on my rhel 7 machine for continuous > integration. Has anyone done it earlier ? > Standalone or inside Tomcat (or other) web app server? Bye... Dirk -- *Dirk Heinrichs*, Senior Systems Engineer, Engine

Jenkins multijob parameterize build - get params from sub jobs

2015-07-15 Thread gioravered
Hi all, I have a job A with parameters I want to create another "master" job that will run job A I want job "master" to be able to present A's parameters without me having to insert them once more into master job. What I want to be able to do - is to have a parameterized build of "master" and s

[workflow-plugin] how to add parameters to existing/new project

2015-07-15 Thread Arek Skalski
I have a code snippet to create an empty workflow project. def parent = Jenkins.getInstance() def name = "Test_Name" def project = parent.getItem(name) if (project == null) { project = parent.createProject(WorkflowJob.class, name) } else print "[INFO] Project $name already exists. Will be

Re: Failing to iterate list with workflow

2015-07-15 Thread Arek Skalski
Try to use classic: for(int i = 0 ; i < jobs.length(); ++i) {...} W dniu wtorek, 14 lipca 2015 21:40:08 UTC+2 użytkownik David Resnick napisał: > > I'm trying create jobs to run in parallel in a workflow with this script: > > def branches = [:] > def jobs = [ 'job-1' ] > for (job in jobs) { >

RE: HTML publisher plugin, result 404

2015-07-15 Thread Ginga, Dick
That is because the index page in named index.HTM (no L). I spent lots of time on this problem. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ruud Siebierski Sent: Wednesday, July 15, 2015 3:54 AM To: jenkinsci-users@googlegroups.com Subject: HTML

Re: Multiple Jenkins possible ? - quick question

2015-07-15 Thread Stephen Connolly
[CloudBees Employee Hat] I suspect it is the workflow addition that we have whereby the workflow can continue running *while* you restart the master that you are after... that is something that is more valuable in my mind than HA... [/CloudBees Employee Hat] On 28 November 2012 at 04:06, Jerry wr

Re: HTML publisher plugin, result 404

2015-07-15 Thread Ruud Siebierski
OMG. Glad that i'm not the only one who spent a lot of time on this. Thanks a lot Dick. It works now. 2015-07-15 13:47 GMT+02:00 Ginga, Dick : > That is because the index page in named index.HTM (no L). I spent lots > of time on this problem. > > > > *From:* jenkinsci-users@googlegroups.com [mai

Re: Jenkins Email Server configuration

2015-07-15 Thread Christopher Orr
On 14/07/15 09:54, Martin Min wrote: Hello, I am using the almost latest Jenkins release and have a question on configuration email notification. Why are there only two fields for this? There aren't only two fields — there is also an "Advanced" button, which reveals more options. You even men

Jenkins Job spawning a thread that creates an ever-growing log file

2015-07-15 Thread Jeff Dickerson
I have a Jenkins job running some JBehave tests. The job fails, but isn't listed in the build queue any more. Unfortunately, it appears to have spawned a thread that is stuck in an infinite loop. It keeps throwing an interrupt exception, printing a stack trace, and then doing it again. The prob

Re: immediately fail whole matrix job if one configuration fails

2015-07-15 Thread Simon Richter
Hi, On 15.07.2015 09:14, Simon Haegler wrote: > thanks for your answer. my first attempt to configure touchstone > configurations failed, i.e. it correctly prints "touchstone configs > resulted in failure..." at the end but it still ran all configurations?! Then the specificiation is probably br

Re: Cannot run groovy on node

2015-07-15 Thread Brian Ray
Good news. I'll look for that next time we update our servers. Thanks On Tuesday, July 14, 2015 at 2:09:46 PM UTC-7, Daniel Beck wrote: > > It should only be the UI label by now (pending a new Groovy plugin > release), the update center provides the correct Bintray URLs: > > > http://jenkins.mi

After Jenkins upgrade to latest 1.6 version Jenkin url sometimes becomes inaccessible

2015-07-15 Thread jairaj kamal
Hi All, We recently followed below steps during this Jenkins upgrade from version 1.56 to latest 1.6 1. Browsed to "Manage Jenkins" link and clicked "download/upgrade" 2. The latest .war file was downloaded but was not able to copy itslef or overwrite in to the final destination folder for upg

Re: Jenkins multijob parameterize build - get params from sub jobs

2015-07-15 Thread Marc Karasek
Just create a multijob and parameterize it. There are a couple of checkboxes that will pass the parameters from the multijob down to the Phases. The two options are under the advanced option for each Phase. Click the Current job paramters option and under Add Parameters choose Current build

Re: [workflow-plugin] how to add parameters to existing/new project

2015-07-15 Thread Oleg Nenashev
Currently you would have to define Workflow job parameters via UIs and then use these parameters as environment variables in your workflow scripts. Unfortunately there is no direct scripting support. среда, 15 июля 2015 г., 12:06:07 UTC+3 пользователь Arek Skalski написал: > > > > I have a code

Re: Using Jenkins to manage my target devices

2015-07-15 Thread James Nord
Hi CHandra, Take a look at the following - they may help with what you are wanting to do. https://wiki.jenkins-ci.org/display/JENKINS/External+Resource+Dispatcher https://wiki.jenkins-ci.org/display/JENKINS/Lockable+Resources+Plugin /James On 14/07/2015 19:06, Chandra Kumar wrote: My Company

Re: Jenkins Job spawning a thread that creates an ever-growing log file

2015-07-15 Thread James Nord
On 15/07/2015 18:07, Jeff Dickerson wrote: The only way to recover from this, is to restart the Jenkins service on the master. Well depending what that thread is you could kill it in the script console. (Killing threads is considered 7/10 on my evil scale) I really don't like the idea that one

Jobs displayed in reverse order

2015-07-15 Thread Daniel Everett
Since upgrading to Jenkins 1.616, I've found that jobs are displayed within views in *reverse* alphabetical order. How do I get them to *always* be in alphabetical order? Daniel -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubsc

Re: Jobs displayed in reverse order

2015-07-15 Thread Daniel Beck
On 16.07.2015, at 00:09, Daniel Everett wrote: > How do I get them to always be in alphabetical order? By upgrading to Jenkins 1.618. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving email

Jenkins Poll-mailbox-trigger-plugin problem

2015-07-15 Thread skies lee
Hi, We are using Poll-mailbox-trigger-plugin in Jenkins but have encountered some problems. while a job is being built, sometimes the plugin does not trigger new jobs which they suppose to be. We then click on the button of "Test Connection" in the plugin and see there are several mails queued.

Re: [workflow-plugin] Using workflow in same SCM as code

2015-07-15 Thread Christoph Obexer
Am 2015-07-14 um 07:16 schrieb Michael Lasevich: I want to keep my workflow script in same git repo as rest of my code and want to avoid hard-coding URLs or branch names into the workflow. I also want that, I consider that a hard requirement actually. When I use "Groovy CPS DSL from SCM" it see