Re: [workflow] how to mark build as unstable inside jenkins workflow?

2015-03-20 Thread Arek Skalski
That is exactly what I was looking for. Thanks! currentBuild.result = 'UNSTABLE' W dniu czwartek, 19 marca 2015 16:25:35 UTC+1 użytkownik Jesse Glick napisał: On Monday, March 2, 2015 at 12:04:20 PM UTC-5, Baptiste Mathus wrote: If some plugin, say the junit one, doesn't support this I do

Multi-configuration jobs: Groovy Axis with Git branches

2015-03-20 Thread Sverre Moe
Is it possible to define an Axis for a given list of Git branches? Perhaps with GroovyAxis. I already have a slave axis building on 3 different Linux distributions. So I would end up with a configuration matrix like this: openSUSESLES64SLES32 BranchA x

TestLink plugin indicates test case as not run and TestLink is not updated with build status

2015-03-20 Thread Nilam Khule
Hello, I am facing issue which is logged and in unresolved state.:- JENKINS-20039 https://issues.jenkins-ci.org/browse/JENKINS-20039. My build versions are:- Jenkins:- 1.599 testlink plugin:- 3.10 teslink:- 1.9.13 I see those are compatible with each other, but I am still facing the same

JENKINS REST API: queue service responds “404 not found”

2015-03-20 Thread Albert Battle
I am using the latest JENKINS version 1.605. I start a job by issuing /POST /jenkins/job/jobName/build I receive a location header Location: http://{host}/jenkins/queue/item/3/ Issuing /GET http://{host}/jenkins/queue/item/3/ I receive 404 -- You received this message because you are

Re: Jenkins 1.574 -Testlink-Plugin Compatibility

2015-03-20 Thread Nilam Khule
I am also facing similar issue. Can somebody help On Friday, 16 January 2015 01:10:15 UTC+5:30, rauto wrote: Hi I am trying to get the results of the automation suite running in Jenkins into Testlink. The versions used are Jenkins 1.574 - Testlink 1.9.12 - Plugin 3.10. I am trying to see

Re: JENKINS REST API: queue service responds “404 not found”

2015-03-20 Thread Vincent Latombe
Hi, this is a known issue, see https://issues.jenkins-ci.org/browse/JENKINS-27256 Vincent 2015-03-20 14:24 GMT+01:00 Albert Battle battalov...@gmail.com: I am using the latest JENKINS version 1.605. I start a job by issuing /POST /jenkins/job/jobName/build I receive a location header

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

2015-03-20 Thread Hugo M
I have the same problem as the described here. $ java -version java version 1.6.0_34 OpenJDK Runtime Environment (IcedTea6 1.13.6) (6b34-1.13.6-1ubuntu0.12.04.1) OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode) Jenkins version: 1.424.6+dfsg-1 OS: $ lsb_release -a No LSB modules are

ANT build produces out of mempory on a new installation

2015-03-20 Thread Eric Wood
I just set up a new instance on jenkins and had it pull down an ANT installation  ant 1.9.4. I pulled a job from my old jenkins server and ran it.   It invokes ANT to compile a bunch of java code.  The build fails with an out-of-memory. I started jenkins to run under a 64bit JDK. The java opts

Re: are jenkins groups only part of the enterprise version

2015-03-20 Thread Maciej Jaros
Eric Wood (2015-03-19 20:43): I have been trying to set up filtering on folder using the role-based security and folders plugin in the open source version. I have been reading about groups and the capability to provided filtering on these, but it is in reference to the enterprise role-based

Re: JENKINS REST API: queue service responds “404 not found”

2015-03-20 Thread Albert Battle
Thanks, Vincent. I checked on 1.600 and it works. пятница, 20 марта 2015 г., 15:57:18 UTC+2 пользователь Vincent Latombe написал: Hi, this is a known issue, see https://issues.jenkins-ci.org/browse/JENKINS-27256 Vincent 2015-03-20 14:24 GMT+01:00 Albert Battle batta...@gmail.com

Re: ANT build produces out of mempory on a new installation

2015-03-20 Thread Eric Wood
I think I figured this out ... here is what I think happened.  The base version of java that is downloaded with Jenkins is a  32 bit version of java.  When you go to the manage jenkins -- configuration -- install JDKs,  when you select from the list it will pull down the 32 bit version for

Re: are jenkins groups only part of the enterprise version

2015-03-20 Thread Eric Wood
I have set up jobs under folders based upon our four product offerings.  I wanted to be able to filter the root folders for each to the groups that are used to develop, test and support them.  I do use role-based strategy, but it seems in order to get it working I have to assign read to

[repository-connector-plugin] How to reuse Maven Repository Artifact Build Parameter in execute shell build step

2015-03-20 Thread Sandra Parsick
Hi, I use the repository connector plugin for downloading Maven artifact from the repository directly. I configure a parameterized build for choosing the version of the artifact. I can access the parameter (${groupid.artifactid}, groupid and artifactid are placeholder for the real Maven