[Pipeline plugin]Is it possible to select a parameterized job as the initial job

2013-07-22 Thread lulli
Hi Team, I installed the build pipeline plugin 1.3.5 but I found if I select a parameterized job as the initial job, the run button will not work. The job will not run and the page will not updated. So is it possible to do this? Or the initial job must be a non-parameterized job? Than

Panic! Jenkins fails building Maven project, but Maven on the same slave succeeds?!

2013-07-22 Thread Markus KARG
Dear Jenkins Community, please help me before I drive nuts! Jenkins fails building one of my projects since I released another version of its Maven parent POM...: [ERROR] The build could not read 1 project -> [Help 1][ERROR] [ERROR] The project ... (C:\.jenkins\workspace\...\pom.xml) has 1

Re: strange heap space

2013-07-22 Thread Raouf Abdelhamid
Many thanks ! that solved my problem. I was actually using the default HTTP wagon, so i moved to DAV wagon and now everythings is working fine. Thanks to everyone for your help. Regards, Raouf. 2013/7/19 Vincent Latombe > Hi, > > See [1] for a possible workaround (this is the one I use). Ba

Re: Panic! Jenkins fails building Maven project, but Maven on the same slave succeeds?!

2013-07-22 Thread Markus KARG
Now it gets even more weird: I just noticed that when I do "mvn deploy" on the parent project, then Jenkins will succeed. This is stange, because the local repo already contained that artifact -- otherwise the local test using "mvn test" of the child project would have failed, too. This really

test doesn't fail on exception

2013-07-22 Thread Gaurang shah
Hi Guys, I have configured jenkins with pytest and webdriver. It's running and launching test fine however the only problem is test doesn't fail even though it has encountered an exception. is there any setting or plugin require for that. Gaurang shah -- You received this message because

Re: Readonly job parameters

2013-07-22 Thread Daniel Beck
An actual use case for this might be helpful. Right now, this looks a lot like an XY problem [1]. Also, a possible solution is a Choice parameter with only one value to select. But note that e.g. Parameterized Trigger will just override this when you specify a different value there, so it's on

Access Jenkins Parameter in job

2013-07-22 Thread Gaurang shah
Hi Guys, Is there any way i can access the jenkins parameter inside the job. ? Gaurang Shah -- 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 email to jenkinsci-users+

AW: Access Jenkins Parameter in job

2013-07-22 Thread Steffen Breitbach
Hi Gaurang! > Is there any way i can access the jenkins parameter inside the job. ? What is "the jenkins parameter"? Regards Steffen -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

Triggered job - run on same machine?

2013-07-22 Thread Bob Bick
Hi, I am using the Jenkins Parameterized Trigger Plugin to trigger a downstream job. The downstream job leverages artifacts from the upstream job; hence, I am passing the workspace of the upstream job to the downstream job. Q. Is it safe to do that? Will it always run on the same node? Or, shou

Re: Template Project plugin

2013-07-22 Thread Maureen Barger
Hi - I just wanted to follow up that Daniel Beck's solution worked perfectly for me. Now the SCM team only has to define the release string in one location. Other parameters include some host names and other paths that were repeated in other jobs. I have one job that we run when a release rolls ov

RE: Triggered job - run on same machine?

2013-07-22 Thread Mandeville, Rob
There is no reason that the downstream job will run on the same node as the upstream one. Even if it happened to do so, they would be in two different subdirectories of the workspace. You can use the Copy Artifact plugin, or you can make the builders of the downstream job a build step in the u

Re: Tying upstream/downstream projects execution nodes by name?

2013-07-22 Thread Olexij Tkatchenko
It worked, thanks! I have 2 nodes - node1 ("driver"), and node12 ("driven"). "Driver" executes a downstream project on a node named ${NODE_NAME}2, which is obviously "driven". One can also go further and "tie" node12 to downstream project by setting "*Leave this machine for tied jobs only"* Am

Re: Source safe configuration

2013-07-22 Thread Nateshkumar NS
Please advice. Thanks. On Friday, July 19, 2013 5:01:40 PM UTC-4, Nateshkumar NS wrote: > > I am new to Jenkins. > I get the error while > srcsafe.ini doesn't exist. Configuration error. > > Tried giving IP address, mapped drive path, made the folder where > srssafe.ini resides as shareable.

Including changelog

2013-07-22 Thread Maureen Barger
We have a maven build of several artifacts. These artifacts are FTP'd nightly at 9pm as a separate job from the build. We would like to include the changes since last build with our upload. Issues: Since it's a maven job, I can't execute a shell command at build. I've installed Changes Since Last

Re: Modifying a builds parameters in a system Groovy script

2013-07-22 Thread kormbrek
Following Reuben's comments I came up a util function. Posting here so other people can see a working example. import hudson.model.* // sets build parameters based on the given map // only supports StringParameterValue def setBuildParameters(map) { def npl = new ArrayList() for (e in map

Re: Including changelog

2013-07-22 Thread Maureen Barger
On Mon, Jul 22, 2013 at 1:18 PM, Daniel Beck wrote: > check to store the email in the workspace ("Save Generated E-mail to > Workspace"). Thanks, but I am just not seeing this checkbox! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsu

Re: Including changelog

2013-07-22 Thread Daniel Beck
You could use emailext to record changes in the actual build: 1. Create an email with the changes on build success, and check to store the email in the workspace ("Save Generated E-mail to Workspace"). Not sure whether you need actual recipients if you check that option. 2. Copy that with the bui

RE: Triggered job - run on same machine?

2013-07-22 Thread Bob Bick
Thanks Rob... I realized that they would run in two different subdirectories, and that is why I was passing the subdirectory of the upstream job to the downstream job. -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mandev

Re: Including changelog

2013-07-22 Thread Maureen Barger
Never mind, problem lies behind the keyboard. Let me get back to you after I update that plugin (blush) On Mon, Jul 22, 2013 at 1:58 PM, Maureen Barger wrote: > On Mon, Jul 22, 2013 at 1:18 PM, Daniel Beck wrote: >> check to store the email in the workspace ("Save Generated E-mail to >> Workspa

Re: Source safe configuration

2013-07-22 Thread Eric Pyle
If the folder where Source safe resides is on a network drive, make sure the user account running Jenkins has access to that folder. You don't say whether you are on Linux or Windows, and when the error comes up. Is it when running a job or when trying to start Jenkins? You should also specify

Looking for suggestions on how to gather more information about an error on the Build History & buildTimeTrend pages?

2013-07-22 Thread Kevin Pease
Good afternoon, For the past couple days, I've been seeing an odd issue when I try to load the 'Build History' page in Jenkins, and I'm trying to understand what's happening, and I'm not sure where else to look. The issue was happening with 1.521, and I upgraded to latest (1.523 + all plugins

Re: [ANN] jenkins-ci.org site outage

2013-07-22 Thread me
I am having the same problem releasing my first plugin. On Sunday, July 21, 2013 2:06:47 PM UTC-7, Jan Molak wrote: > > Hi all, > > I started getting a 401 - Unauthorised when trying to deploy my plugin to > http://maven.jenkins-ci.org:8081/content/repositories/releases/ a couple > of minutes ag

Re: [ANN] jenkins-ci.org site outage

2013-07-22 Thread Kohsuke Kawaguchi
I've fixed this problem now. Sorry for a delay. On 07/22/2013 03:20 PM, m...@arangamani.net wrote: I am having the same problem releasing my first plugin. On Sunday, July 21, 2013 2:06:47 PM UTC-7, Jan Molak wrote: Hi all, I started getting a 401 - Unauthorised when trying to deploy

Re: Tying upstream/downstream projects execution nodes by name?

2013-07-22 Thread Olexij Tkatchenko
I forgot to mention, that having that I am able to reboot '"driven" machine before actual build. "driver" starts a reboot of "driven" and waits, until it is completed. Am Montag, 22. Juli 2013 16:06:28 UTC+2 schrieb Olexij Tkatchenko: > > It worked, thanks! I have 2 nodes - node1 ("driver"), and