Re: Use Repository Sharing - advice please

2015-07-28 Thread Maciej Jaros
David Brown (2015-07-28 22:51): Here is my scenario. I have a number of Jenkins projects which build from the same set of Mercurial repositories, compile source code and generate executable files, etc. I’m used to being able to run any combination of these jobs in parallel. Each build runs f

Fwd: OOME PermGen space

2015-07-28 Thread Zsolt Kúti
Hello, We have a maven build that keeps failing on Jenkins (1.580.2), but runs fine outside of it. Other versions of the same project have no problem, all runs with the same general Maven setting. This build shows various errors on repeated runs, the common part in them is PermGen. We tried to tun

Access Denied after Jenkins re-start

2015-07-28 Thread Musaffir Lp
Hi, I am using Jenkins latest 1.622 war I am starting the jenkins server from command prompt and accessing the jenkins url I signed up a user and gave the admin privilege from project based matrix security set up However what i observe is , if i restart the jenkins server and try to login wi

Re: Help please - Admin privilege issue with Jenkins on Windows

2015-07-28 Thread Musaffir Lp
Are you facing this with the latest jenkins version 1.622 ? I am experiencing the same here After restart of jenkins server, the access permissions set for a user seems to getting revoked. Not sure whats wrong On Friday, July 24, 2015 at 4:43:57 PM UTC+8, Shajimon Paremmal wrote: > > even the

Re: Username of active directory user who started the build using API token

2015-07-28 Thread Christopher Orr
Are you not seeing the information you need in the causes? What are you seeing instead? On 29/07/15 01:18, Mandy wrote: Anyone? On Friday, July 24, 2015 at 2:00:52 PM UTC-7, Mandy wrote: The build is not being started by the logged in user. It is started by another user on a remote

Re: Username of active directory user who started the build using API token

2015-07-28 Thread Mandy
Anyone? On Friday, July 24, 2015 at 2:00:52 PM UTC-7, Mandy wrote: > > The build is not being started by the logged in user. It is started by > another user on a remote machine using some other account credentials on > command line. It looks like following > > User test1 is looged into Jenkins

Re: "WARNING: Failed to construct Command" when dynamic slave is terminated

2015-07-28 Thread Mark Petrovic
And a bit more information... Here is another stacktrace that occurs when jobs finish: Jul 28, 2015 3:56:29 PM jenkins.slaves.JnlpSlaveAgentProtocol$Handler$1 onClosed WARNING: Computer.threadPoolForRemoting [#75] for ac027ba0-74df-4d1d-a92c-1bca931c61d1 terminated java.io.EOFException at or

Re: Jenkins + Windows slave replacement = problem

2015-07-28 Thread Chanda Unmack
On Tue, Jul 28, 2015 at 9:58 AM, Alfred Sawaya wrote: > Hello, > > I have a problem with Jenkins. > > I have a windows host, I use jnlp to connect. > When I first run the job, it creates the workspace dir, the job dir, the > .git dir with the good config, but the fetch fail. > If I go to the job

Re: LDAP with Editable Email Notification plugin ?

2015-07-28 Thread Slide
What is the issue you are running into? You haven't said how it is "broken" On Tue, Jul 28, 2015 at 2:32 PM Zk W wrote: > Hi All > > We just migrated our subversion to use ldap for its authentication with > users. > We have the Editable Email Notification plugin and now it's broken because > of

LDAP with Editable Email Notification plugin ?

2015-07-28 Thread Zk W
Hi All We just migrated our subversion to use ldap for its authentication with users. We have the Editable Email Notification plugin and now it's broken because of this change. Before the migration, it was working with an smtp server. Is there a way to recover this email plugin service and using

Re: Automatic build chain

2015-07-28 Thread Victoria Wei Lei
Hello, Igal and Brantone, I have similar question. I am using Multijob plugin to manage a sequence of build jobs, I have 3 phases of multijob: phase 1: contain jobs A and B phase 2: contain jobs C and D phase 3: contain job E and F. But jobs within the same phase are executed parallel, i.

Use Repository Sharing - advice please

2015-07-28 Thread David Brown
Here is my scenario. I have a number of Jenkins projects which build from the same set of Mercurial repositories, compile source code and generate executable files, etc. I'm used to being able to run any combination of these jobs in parallel. Each build runs for at least 3+ hours, but the first

Jenkins + Windows slave replacement = problem

2015-07-28 Thread Alfred Sawaya
Hello, I have a problem with Jenkins. I have a windows host, I use jnlp to connect. When I first run the job, it creates the workspace dir, the job dir, the .git dir with the good config, but the fetch fail. If I go to the job dir and run the fetch by hand, it works. The job never go further

Re: Admin privilege disappears after restart

2015-07-28 Thread milki milk
On Tuesday, July 28, 2015 at 1:16:27 AM UTC-7, Björn Pedersen wrote: > > > I would try to switch steps 7 before step 3. > > Björn > Agreed. All required perms for the admin user should be set before the save step. You also don't need to restart the server to apply perm changes. -- You rece

Re: What's the best way to deploy with two factor auth?

2015-07-28 Thread Suckow, Thomas J
Others may have a better idea, but if I had to keep the two-factor I would archive the artifacts in the main build. Then create a deployment job that uses the copy artifact plugin to grab the latest build and have a parameter that was the second factor. You could then trigger that build and ente

Different promotion behaviour causes failures if running on master

2015-07-28 Thread John Mellor
If Jenkins selects a slave to run a promotion on, it assumes that the working directory is /var/lib/Jenkins/workspace/ and correctly copies the artifact tree from /var/lib/jenkins/jobs//builds//archive contents. However, if it selects the master node to run on, it assumes a working directory o

What's the best way to deploy with two factor auth?

2015-07-28 Thread Rodrigo Dominguez
I have a ruby application which I deploy with capistrano, on each deploy it uses to authentify me: 1) SSL Key 2) Password 3) Google Two Factor Auth The SSL Key is automatically handled, but I have to manually input the Password and the Google Two Factor Auth which changes every minute. I'm won

RE: Configure SCM in the Coverity Plugin

2015-07-28 Thread Ginga, Dick
I don’t know. I’m just guessing. From: Shobha Dashottar [mailto:shobha.dashot...@gmail.com] Sent: Tuesday, July 28, 2015 7:56 AM To: Jenkins Users Cc: Ginga, Dick Subject: Re: Configure SCM in the Coverity Plugin yes. Perforce does not have that user but it is just the system user "builder" doin

Re: Configure SCM in the Coverity Plugin

2015-07-28 Thread Shobha Dashottar
yes. Perforce does not have that user but it is just the system user "builder" doing the builds. Why is the Plugin getting this user anyways? On Tuesday, July 28, 2015 at 5:10:05 PM UTC+5:30, rginga wrote: > > I don’t use that option, but it looks like maybe Perforce does not have > a user n

RE: Configure SCM in the Coverity Plugin

2015-07-28 Thread Ginga, Dick
I don’t use that option, but it looks like maybe Perforce does not have a user named Builder? From: Shobha Dashottar [mailto:shobha.dashot...@gmail.com] Sent: Tuesday, July 28, 2015 7:07 AM To: Jenkins Users Cc: Ginga, Dick Subject: Re: Configure SCM in the Coverity Plugin Thanks . I have now a

Re: Configure SCM in the Coverity Plugin

2015-07-28 Thread Shobha Dashottar
Thanks . I have now added p4 to the blacklist and it went ahead. But it fails further down the line on every single file. *MAKE SUCCESSFUL13:28:48 + exit 013:28:48 [WARNING] 1313 C/C++ compilation units (85%) are ready for analysis13:28:48 For more details, please look at: 13:28:48

Re: Admin privilege disappears after restart

2015-07-28 Thread Björn Pedersen
Am Montag, 27. Juli 2015 13:15:49 UTC+2 schrieb Shajimon Paremmal: > > Hi, > I'm new to Jenkins and I'm using Jenkins on Windows. > I'm facing an admin privilege issue. Any help in resolving this will be > highly appreciated. > > These are the steps to reproduce the issue.; > > *The steps* > 1.