Jenkins deploy build to two local jboss

2015-04-14 Thread Divya
Hi , I have an issue in local deployment using jenkins in jBoss. Details Below Server : Liunux server Maven 3.2.1 Jboss 7.1.1 Problem : I have two maven project build(Lets say Build1 and Build2) and i have two jBoss(JBoss1 and JBoss2) installed locally. i need to deploy Build1 to JBoss1 a

Re: jenkins conditional matrix - combination filter does not work

2015-04-14 Thread malferns
Thanks - I tried your suggestions and they seem to work fine. On Wednesday, December 24, 2014 at 9:20:03 AM UTC-8, Ng, Jeff wrote: > > Just guessing here, but in your “exclusions” combo filter below, it > seems like you should be using && instead of || separating the two > conditions. Also, no

How to resolve "Process leaked file descriptor" issue which caused job failure in Jenkins

2015-04-14 Thread Victoria Wei Lei
I need to invoke two window processes in order to start our test after Jenkins build is down. They were normally killed after being brought up, and I receive "Process leaked file descriptors". I found someone suggest to do "set BUILD_ID=dontKillMe " before calling my command to start processes

Re: [build-flow] Make sure all jobs use the same revision

2015-04-14 Thread Les Mikesell
On Tue, Apr 14, 2015 at 3:00 PM, nfwlpw wrote: > We have a single SVN repo broken up into sub projects, Proj1 must be built > first, followed by Proj2. The problem is Proj1 takes a few hours so during > which time someone could've checked something into Proj2, so I want to make > sure Proj2 uses

[build-flow] Make sure all jobs use the same revision

2015-04-14 Thread nfwlpw
We have a single SVN repo broken up into sub projects, Proj1 must be built first, followed by Proj2. The problem is Proj1 takes a few hours so during which time someone could've checked something into Proj2, so I want to make sure Proj2 uses the revision used by Proj1. I've been thinking how t

Re: Jenkins builds all branches ONLY on first push

2015-04-14 Thread Mark Waite
I think your concept of changed and the plugin concept of changed are different. The plugin considers the transition from "never been built" to"built" while I think your model only includes the transition from previous build to new build Mark Waite On Apr 14, 2015 8:25 AM, "Konrad Slepoy" wrote:

Re: Jenkins builds all branches ONLY on first push

2015-04-14 Thread Konrad Slepoy
But why is it building branches that aren't changed??? I am only changing one branch, yet on the first build--> it thinks all branches were built and builds all branches?? On Monday, April 13, 2015 at 7:23:29 PM UTC-4, Mark Waite wrote: > > > > On Mon, Apr 13, 2015 at 3:03 PM, felix schwitzer >

Jenkins ver. 1.608 always runs as admin user

2015-04-14 Thread Valeriy Leykin
Hi, Recently we've updated Jenkins to 1.608 version. Some jobs started failing due to permission errors. As we investigated the issue, we found out that although the machine is logged in with userX, the Jenkins runs with domain admin user with that machine. Also I see that under Manage Jenkins

Re: Password Parameter passes masked characters into maven goals

2015-04-14 Thread João Luís
Same problem here. Have you found a solution? On Thursday, March 19, 2015 at 9:10:27 PM UTC, Jim Arasim wrote: > > I have a job using a Password Parameter type (This Build is Parameterized > => Add Parameter => Password Parameter), that I reference in "Goals and > Options" of a maven build. > >

problem configuring jenkins + adding plugins

2015-04-14 Thread Erez Naim
Hi all, I have just started to use Jenkins on windows platform, I am trying to get the github plugin on Jenkins and I get the following error: SyntaxError:Invalid regular expression: /^[/: Unterminated character class (form not submitted) – any idea why did this happen? How to fix it?

Give permission to user via Java Code

2015-04-14 Thread Nitish Kumar
Hi, Currently my java plugin for jenkins is creating and configuring jobs as anonymous user. I have created another user with name "USER1". If I want to access jenkins with USER1 via java code, how should I do this. Currently, what I can create is Jenkins instance, Jenkins j=Jenkins.getInstance(