Re: Want Build number and Build Status of other jobs

2015-03-05 Thread test . ezshiled
Hi, You are right, I would like to use 2nd options though it is complicated b'coz other job are not depended or interconnected with my job, so it's not possible to run from my job. actually I m new with Jenkins can u plz give me hint about second options. I tried with *Pre-send Script* in *extend

Re: Want Build number and Build Status of other jobs

2015-03-05 Thread test . ezshiled
Also what are Jenkins API? By using Jenkins API can I get other job details ? Thanks On Thursday, March 5, 2015 at 4:13:39 PM UTC+5:30, test.e...@gmail.com wrote: > > Hi, > You are right, I would like to use 2nd options though it is complicated > b'coz other job are not depended or intercon

I cant run my calabash-ios successfully on Jenkins. complaining of Ruby.Framework

2015-03-05 Thread seun are
Hi, Please i am new here and i am happy to discover this forum. I need help. here is my configuration: Jenkins version: 1.600 XCode version: 6 Calabash version: 0.13. OS: 10.10 iOS version: 8.0 here is the error from Jenkins Console log: rvm rubies ruby-2.1.1 [ x86_64 ] =* ruby-2.2.0 [ x86_

Re: I cant run my calabash-ios successfully on Jenkins. complaining of Ruby.Framework

2015-03-05 Thread Daniel Beck
Try updating to Jenkins 1.601. On 05.03.2015, at 12:08, seun are wrote: > Hi, > > Please i am new here and i am happy to discover this forum. > > I need help. here is my configuration: > Jenkins version: 1.600 > XCode version: 6 > Calabash version: 0.13. > OS: 10.10 > iOS version: 8.0 > > her

Jenkins API + Maven + Eclipse

2015-03-05 Thread Sverre Moe
Since I am not familiar with the Jenkins API, I would like to program my Groovy scripts in Eclipse. Having to check the Javadocs every time is quite tedious. Having to write the groovy in Jenkins (in a simple text area) and test it by starting the build is taking forever. I was thinking of crea

RE: Want Build number and Build Status of other jobs

2015-03-05 Thread Ginga, Dick
I am sorry but I cannot help with Groovy or Jenkins API because I don’t know Groovy much and I don’t know the REST API at all. Actually looking back I see that the scripting language is Jelly but MAYBE groovy can be used. There are some examples here in your Jenkins server: \Jenkins\plugins\ema

[Build flow plugin] Cannot load balance multiple workflows

2015-03-05 Thread Ty Satrang
http://i.imgur.com/VEZ1Erc.png For some reason my flow jobs like to all run on a single node instead of choosing an idle node. This is a problem for me because I am using the Node and Label parameter plugin to run the jo

Re: Jenkins API + Maven + Eclipse

2015-03-05 Thread James Green
I hate to +1 but I'm falling into agreement here. The writing of scripts is largely dependant on api knowledge which most people expect their IDE to auto-complete for them. Without the Jenkins artefacts in central, this impedes community development. On 5 March 2015 at 11:25, Sverre Moe wrote:

xunit thresholds issue - latest version 1.94

2015-03-05 Thread naraensn
An excerpt of logs from a jenkins job that runs xunit as a post build action #3318 is removed because status SUCCESS is not to be kept [xUnit] [INFO] - Starting to record. [xUnit] [INFO] - Processing JUnit [xUnit] [INFO] - [JUnit] - 2 test report file(s) were found with the pattern 'tests/unittes

RE: [Build flow plugin] Cannot load balance multiple workflows

2015-03-05 Thread Ginga, Dick
Its strategy is to try to use the same node it last built on. If you have available executors, it will use one. if you have a label assigned to many slaves, each with one executor, it will do what you want. One way to do what you want is to have each “archive” whatever files you want which puts

Re: YUM cacerts and Jenkins Upgrade - Now Git Connection Error - returned status code 128

2015-03-05 Thread Jimmy Ray
We verified that the cacert with the correct serial number is trusted in the cacerts that is used by the Java JRE in which Jenkins run. I guess maybe it could still be in a CRL somewhere? -Jimmy On Wednesday, 4 March 2015 16:57:06 UTC-5, Jimmy Ray wrote: > > One of our admins performed a YUM u

Publish over ssh

2015-03-05 Thread Tanmay Kansara
Hi Guys, Am new to the Jenkins world. I am trying to connect to an ec2 instance using Jenkins. The whole purpose of the job is to run an svn update and restart gunicorn( for Django app). I am able to connect to the ec2 instance using the Initial configuration. The "Test Configuration"returns a su

Publish Over SSH Exception: Channel is broken

2015-03-05 Thread Jeremy Lyman
Two days ago Publish Over SSH worked fine. Nothing has changed on the remote server, jenkins server or slave. Wake up one day and I get an exception while publishing over ssh. If anyone might have any recommendations or can tell me how to expand the exception which is being chopped off I would

Re: [Build flow plugin] Cannot load balance multiple workflows

2015-03-05 Thread Ty Satrang
"if you have a label assigned to many slaves, each with one executor, it will do what you want" My slaves do all share the same label and I tried to "Restrict where this project can be run" and I get the same behavior. "One way to do what you want is to have each “archive” whatever files you wa

Re: I cant run my calabash-ios successfully on Jenkins. complaining of Ruby.Framework

2015-03-05 Thread seun are
I have Jenkins 1.601 now and the error still shows. Please help On Thursday, March 5, 2015 at 11:18:37 AM UTC, Daniel Beck wrote: > > Try updating to Jenkins 1.601. > > On 05.03.2015, at 12:08, seun are > > wrote: > > > Hi, > > > > Please i am new here and i am happy to discover this forum.

RE: [Build flow plugin] Cannot load balance multiple workflows

2015-03-05 Thread Ginga, Dick
Maybe I misunderstand your problem. Let’s keep it simple. The reason the multiple runs of your build flow job run on the same node is because, when selecting a node, it tries to run it one the same node it previously ran on (#2 in the Strategy below). If your nodes had just 1 executor defined,

Re: [Build flow plugin] Cannot load balance multiple workflows

2015-03-05 Thread Ty Satrang
Thank you, I did see this copy pasta in another thread, and I did try changing the scheduling strategy with a plug-in. It seems that this particular problem is somewhat exclusive to the Build Flow plugin. It doesn't just queue jobs up, as you can see in the image link, it runs the flow jobs all

RE: [Build flow plugin] Cannot load balance multiple workflows

2015-03-05 Thread Ginga, Dick
Can you provide a simple example of your main buildflow job? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ty Satrang Sent: Thursday, March 05, 2015 5:12 PM To: jenkinsci-users@googlegroups.com Subject: Re: [Build flow plugin] Cannot load balance mu

Re: [Build flow plugin] Cannot load balance multiple workflows

2015-03-05 Thread Ty Satrang
I am not sure how you want to receive that, but here is a gist of the config that will reproduce the issue. Flow: https://gist.github.com/tsatrangtw/73a391aa75b45cb38235 Downsteam: https://gist.github.com/tsatrangtw/4c20c9a85ce63081c160 On Thursday, March 5, 2015 at 2:15:47 PM UTC-8, rginga wro

RE: [Build flow plugin] Cannot load balance multiple workflows

2015-03-05 Thread Ginga, Dick
Ok, so your upper job Sample Flow does Build(Sample downstream job, node: name-name) And Sample downstream job does a find grep command And your image represents starting Sample flow job 9 times. Since there are 9 available executors on dvm-qa5, all 9 Sample flow jobs start. I expect that 8 of

Re: [Build flow plugin] Cannot load balance multiple workflows

2015-03-05 Thread Ty Satrang
I am using Jenkins to run tests for several teams, and I would like to be able to run tests concurrently rather than serially. I have a master job that takes parameters (team, tests, code to pull) that I pass using a build flow. I use Jenkins so that I can have this happen on demand or on a sch

Jenkins won't start up: IndexOutOfBoundsException: Index: 0, Size: 0

2015-03-05 Thread Edmond Chhung
Hi Guys, I just updated some plugins (I dont know what they were) from the jenkins gui and I restarted. Then either the error came up or something similar. I had a look at a few blog posts and they said to delete the jpi files and folders from plugins so jenkins would re grab it. I did this