Re: Is there any way to use too or more authentication methods at the same time?

2014-02-12 Thread Levski Weng
Thank you for pointing out this important thing.

Yes, I've put the config.xml in each job's folder under revision 
control,too. So it's an easy task to recover from a system failure. 

And I'm writing some batch commands to backup the plugins.

On Wednesday, February 12, 2014 11:13:08 PM UTC+8, Baptiste Mathus wrote:
>
> Well, that triggers another important remark: I hope you're backing up 
> your jenkins folder with a serious a dedicated system?
>
>
> 2014-02-12 16:02 GMT+01:00 Levski Weng >:
>
>>
>> On Wednesday, February 12, 2014 5:47:48 PM UTC+8, Baptiste Mathus wrote:
>>>
>>> Not sure why you really want a separate account. Can't you just add 
>>> admin rights to your AD account?
>>>
>>> Cheers
>>>
>> Thanks for your suggestion, I've already added admin rights to my AD 
>> account.
>>
>> The reason of why I want a separate admin account is that I'm doing a lot 
>> of tuning on Jenkins, although I've put jenkins.xml and settings.xml into a 
>> revision control system, sometimes I'll make mistakes such as delete wrong 
>> jobs especially after many hours of working.
>>
>> I want a separate admin account to keep these dangerous and unrecoverable 
>> behavior away from my daily work ;-). 
>>
>> --
>> Levski Weng
>>  
>> -- 
>> 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-use...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>> -- 
>> Baptiste  MATHUS - http://batmat.net
>> Sauvez un arbre,
>> Mangez un castor ! nbsp;! 
>>
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Is there any way to use too or more authentication methods at the same time?

2014-02-12 Thread Levski Weng


On Thursday, February 13, 2014 12:53:08 AM UTC+8, Larry Shatzer, Jr. wrote:
>
> Another option is to use something like CAS, which you can point at 
> multiple directories, and then have Jenkins use CAS. 
> https://wiki.jenkins-ci.org/display/JENKINS/CAS+Plugin
>

That's EXACTLY what I want. Thank you, Larry Shatzer, Jr.


>
> On Wed, Feb 12, 2014 at 8:48 AM, Les Mikesell 
> > wrote:
>
>> On Wed, Feb 12, 2014 at 9:15 AM, Levski Weng 
>> > 
>> wrote:
>> >
>> > I'm afraid that you're right, Jenkins doesn't accept mixed user
>> > authentication. I choose to stick to AD because I hope someday I could
>> > config SSO (Single Sign On) in Jenkins and the other web systems in my
>> > company.  I hate to remember different user names and passwords ;-)
>>
>> I think allowing authentication methods to stack would be a big plus
>> (like linux PAM...).   Our development environment has an assortment
>> of test accounts and contractors that don't exist in AD so the bulk of
>> the users that are in AD are now forced to maintain a separate
>> password.
>>
>> Is there a way to set up an LDAP server that transparently merges some
>> extra accounts with those already in AD?
>>
>> --
>>Les Mikesell
>>  lesmi...@gmail.com 
>>
>> --
>> 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-use...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Jenkins is hanging...

2014-02-12 Thread Marc MacIntyre
FWIW, I've found that using CMS tends to even out the pauses as well:

-XX:+UseConcMarkSweepGC


On Wed, Feb 12, 2014 at 3:28 PM, mp  wrote:

> We're experiencing what appear to be the same symptoms on CentOS 6.4,
> Jenkins 1.550. Running Jenkins behind apache with SSL.
>
> Setting -XX:PermSize in addition to -XX:MaxPermSize helped remove the 99%
> utilization number, but jenkins still hangs.
>
> On Saturday, July 28, 2012 2:56:20 AM UTC-4, sti wrote:
>>
>> I guess this means the JVM has run out of space in the permgen pool.
>> There should be an exception in the syslog about it. (Although a couple of
>> days ago when I ran out of heap, there was no exception logged until I
>> killed the JVM, strange...)
>>
>> You need to provide -XX:MaxPermSize=256m (or som other number) to the
>> first prompt by Jenkins.app. The args provided in the first prompt will be
>> consumed by the JVM, the args in the second by Jenkins itself.
>>
>> -- Sami
>>
>> Brad Knowles  kirjoitti 28.7.2012 kello 3.05:
>>
>> > Perm Generation:
>> >   capacity = 85983232 (82.0MB)
>> >   used = 85981344 (81.99819946289062MB)
>> >   free = 1888 (0.001800537109375MB)
>> >   99.99780422303735% used
>>
>  --
> 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+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Marc MacIntyre

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Jenkins is hanging...

2014-02-12 Thread mp
We're experiencing what appear to be the same symptoms on CentOS 6.4, 
Jenkins 1.550. Running Jenkins behind apache with SSL. 

Setting -XX:PermSize in addition to -XX:MaxPermSize helped remove the 99% 
utilization number, but jenkins still hangs. 

On Saturday, July 28, 2012 2:56:20 AM UTC-4, sti wrote:
>
> I guess this means the JVM has run out of space in the permgen pool. There 
> should be an exception in the syslog about it. (Although a couple of days 
> ago when I ran out of heap, there was no exception logged until I killed 
> the JVM, strange...) 
>
> You need to provide -XX:MaxPermSize=256m (or som other number) to the 
> first prompt by Jenkins.app. The args provided in the first prompt will be 
> consumed by the JVM, the args in the second by Jenkins itself. 
>
> -- Sami 
>
> Brad Knowles > kirjoitti 28.7.2012 
> kello 3.05: 
>
> > Perm Generation: 
> >   capacity = 85983232 (82.0MB) 
> >   used = 85981344 (81.99819946289062MB) 
> >   free = 1888 (0.001800537109375MB) 
> >   99.99780422303735% used 
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: jMeter and Jenkins on different servers?

2014-02-12 Thread Les Mikesell
On Wed, Feb 12, 2014 at 3:31 PM, Tom Catyb  wrote:
> We are attempting to run Jenkins on Server 1, jMeter on Server 2, Git on
> Server 3, and not having a great week.
> I need to get the results of jMeter testing to be available when I run them.
>
> What I have is as follows for job Setup:
>
> Job Add users:
>
> Source Code Repository setup with Git to get production scripts from Git
> Master Server:
>
> Execution of SSH Command line to jMeter (which works, I have verified) with
> output to the local jMeter Server (which is there)

If you are going to build on one box and test from another, I'd
probably make it two jobs so they can run on separate slaves, and
trigger the test job in the post-build of the first job.

> I use performance reporting tool, to examine the jtl file and it is the last
> iteration of the job.

Do you mean the performance plugin?

> Now, currently, this is in a folder (not for long) where Git is keeping
> track of it for testing purposes, so I know that it is on the git master.
> When I try to move the file to a different location, of course it cannot be
> found because it is out of the workspace.
> And if I try to point the jtl file to $workspace/anything it fails because
> the jmeter server gets lost at that point.

Not sure what you mean here.  If the test is its own job, it can get
its own copy from git into the workspace where the plugin will find it
by the path/pattern you configure.The down side of the separate
job is that the status/reports end up there although you get a link on
the upstream job page.

> Anybody done this before, or I am relegated to merging my Jenkins and jMeter
> Servers.
> BTW, I tried making jMeter server a remote node, and it never worked
> (previous posts).

Well, that part should be solvable - slave nodes aren't hard to configure.

-- 
  Les Mikesell
 lesmikes...@gmail.com

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Failed to parse Cucumber JSON with Cucumber json test reporting plugin

2014-02-12 Thread teilo
Which cucumber implementation (eg cucumber-jvm) and version are you running the 
tests with?
Can you put the offending Jason online somewhere?

It sounds like you have a step that is missing a resuilt , they should all have 
even if the step not run.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Difficulty to make Jenkins talk to Git

2014-02-12 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The Git Client plugin has that listed as a dependency and will pull in 
everything it needs.

- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Feb 12 2014 16:29:12


You need the git plugin in addition to the git client plugin
On Feb 12, 2014 1:14 PM, "Lily Fu"  wrote:

  

Hi,
 
I installed Git client  1.8.5.2 myself; 
We have a Git repository server at http://***.***.com:8080/git/git/Sth/sth.git
 
I used Jenkins management tool installed Git Client plugin;
I tried to make jenjins talk to my Git repository:
 
For a test job, selected Git 
And Repository URL: 
http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git
 
I got: 
 
Failed to connect to repository : Error performing command: git 
ls-remote -h 
http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git HEAD
 
While, I was able to run 
 
git ls-remote -h 
http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git HEAD
 
from git bash window;
 
but not from window’s cmd, 
 
 
How can I make my Jenkins talk to my Git Repository server?
 
Thanks!
 
Lily-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
<>

Failed to parse Cucumber JSON with Cucumber json test reporting plugin

2014-02-12 Thread Josh Lesch
After installing this plugin and adding it to my post build, I get an error 
saying that it failed to archive the cucumber reports. I have to leave the 
report location empty because it will not locate any location I put in 
there. Has anybody else seen this problem?


[Cucumber Tests] Parsing results.
[Cucumber Tests] parsing cucumber.json
ERROR: Failed to archive cucumber reportsjava.io.IOException 
: Failed to 
parse Cucumber JSON
at 
org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberJSONParser.parse(CucumberJSONParser.java:99)
 

at 
org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberJSONParser.parse(CucumberJSONParser.java:44)
 

at 
org.jenkinsci.plugins.cucumber.jsontestsupport.DefaultTestResultParserImpl$ParseResultCallable.invoke(DefaultTestResultParserImpl.java:161)
 

at 
org.jenkinsci.plugins.cucumber.jsontestsupport.DefaultTestResultParserImpl$ParseResultCallable.invoke(DefaultTestResultParserImpl.java:107)
 

at hudson.FilePath.act(FilePath.java:914) 

at hudson.FilePath.act(FilePath.java:887) 

at 
org.jenkinsci.plugins.cucumber.jsontestsupport.DefaultTestResultParserImpl.parse(DefaultTestResultParserImpl.java:101)
 

at 
org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberJSONParser.parse(CucumberJSONParser.java:116)
 

at 
org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver.perform(CucumberTestResultArchiver.java:93)
 

at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 

at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:785)
 

at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:757)
 

at hudson.model.Build$BuildExecution.post2(Build.java:183) 

at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:706) 

at hudson.model.Run.execute(Run.java:1703) 

at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) 

at hudson.model.ResourceController.execute(ResourceController.java:88) 

at hudson.model.Executor.run(Executor.java:231) 

Caused by: 
org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberModelException 
:
 Step received before previous step handled!
at 
org.jenkinsci.plugins.cucumber.jsontestsupport.GherkinCallback.step(GherkinCallback.java:160)
 

at gherkin.formatter.model.Step.replay(Step.java:68) 


Re: Linking up slaves

2014-02-12 Thread Les Mikesell
On Fri, Feb 7, 2014 at 8:02 AM, Tom Catyb  wrote:
> I am attempting to link a jMeter machine as a slave node to run tests.
> Have done the following:
>
> Copied .ssh key

Whose key?  Copied from where to where?

> Verified that if su jenkins from root when I ssh in, no password is asked
> for
> Run the jMeter test itself, signed in from the jenkins id on the jenkins
> machine using sshpass and not supplying password.
>
> So, if everything is working this way, why do I get the
> [02/07/14 08:58:24] [SSH] Opening SSH connection to root@x:22.
> java.io.IOException: There was a problem while connecting to root@x:22
>
> message when trying to connect.

Is this trying to start a jenkins slave with a node launch method of
'Launch lave agents on unix machines via SSH'?  Why is it trying to
connect as root?   Normally you'd run a slave as some other user.

-- 
  Les Mikesell
 lesmikes...@gmail.com

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


jMeter and Jenkins on different servers?

2014-02-12 Thread Tom Catyb
We are attempting to run Jenkins on Server 1, jMeter on Server 2, Git on 
Server 3, and not having a great week.
I need to get the results of jMeter testing to be available when I run them.

What I have is as follows for job Setup:

Job Add users:

Source Code Repository setup with Git to get production scripts from Git 
Master Server:

Execution of SSH Command line to jMeter (which works, I have verified) with 
output to the local jMeter Server (which is there)

I use performance reporting tool, to examine the jtl file and it is the 
last iteration of the job. 
Now, currently, this is in a folder (not for long) where Git is keeping 
track of it for testing purposes, so I know that it is on the git master.
When I try to move the file to a different location, of course it cannot be 
found because it is out of the workspace. 
And if I try to point the jtl file to $workspace/anything it fails because 
the jmeter server gets lost at that point.

Anybody done this before, or I am relegated to merging my Jenkins and 
jMeter Servers.
BTW, I tried making jMeter server a remote node, and it never worked 
(previous posts).

HELP!!!  Deadlines approaching, and this is one of many pressing issues 
which is so close to being put to bed.

Thanks out there.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Difficulty to make Jenkins talk to Git

2014-02-12 Thread Mark Waite
You need the git plugin in addition to the git client plugin
On Feb 12, 2014 1:14 PM, "Lily Fu"  wrote:

>  Hi,
>
>
>
> I installed Git client  1.8.5.2 myself;
>
> We have a Git repository server at
> http://***.***.com:8080/git/git/Sth/sth.git
>
>
>
> I used Jenkins management tool installed Git Client plugin;
>
> I tried to make jenjins talk to my Git repository:
>
>
>
> For a test job, selected Git
>
> And Repository URL:
> http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git
>
>
>
> I got:
>
>
>
> [image: *]*Failed to connect to repository : Error performing
> command: git ls-remote -h
> http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git
> 
> HEAD*
>
>
>
> While, I was able to run
>
>
>
> *git ls-remote -h
> http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git
> 
> HEAD*
>
>
>
> *from git bash window;*
>
>
>
> *but not from window's cmd, *
>
>
>
>
>
> How can I make my Jenkins talk to my Git Repository server?
>
>
>
> Thanks!
>
>
>
> Lily
>
> --
> 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+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
<>

RE: Re:Difficulty to make Jenkins talk to Git

2014-02-12 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Ahh, I'm already on the 2.x series, so I can't tell you how to enter 
credentials for that version. Hopefully someone else will reply here.

- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Feb 12 2014 15:29:50

 

 
Thank you for your reply,
I installed the lastest: 1.6.1
 
  
Git Client Plugin 1.6.1
Shared library plugin for other Git related Jenkins plugins.  
 
 
 
 

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Kevin Fleming 
(BLOOMBERG/ 731 LEXIN)
Sent: Wednesday, February 12, 2014 3:28 PM
To: jenkinsci-users@googlegroups.com
Subject: Re:Difficulty to make Jenkins talk to Git
 

You cannot include credentials in the repository URL. They must be specified in 
the 'credentials' area of the Git client plugin, and the location of that 
depends on which version of the plugin  you installed. Which one do you have?

- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Feb 12 2014 15:14:23


Hi,
 
I installed Git client  1.8.5.2 myself; 
We have a Git repository server at http://***.***.com:8080/git/git/Sth/sth.git
 
I used Jenkins management tool installed Git Client plugin;
I tried to make jenjins talk to my Git repository:
 
For a test job, selected Git 
And Repository URL: 
http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git
 
I got: 
 
Failed to connect to repository : Error performing command: git 
ls-remote -h 
http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git HEAD
 
While, I was able to run 
 
git ls-remote -h 
http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git HEAD
 
from git bash window;
 
but not from window’s cmd, 
 
 
How can I make my Jenkins talk to my Git Repository server?
 
Thanks!
 
Lily
-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
<>

RE: Re:Difficulty to make Jenkins talk to Git

2014-02-12 Thread Lily Fu

Thank you for your reply,
I installed the lastest: 1.6.1

Git Client Plugin
Shared library plugin for other Git related Jenkins plugins.

1.6.1





From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Kevin Fleming 
(BLOOMBERG/ 731 LEXIN)
Sent: Wednesday, February 12, 2014 3:28 PM
To: jenkinsci-users@googlegroups.com
Subject: Re:Difficulty to make Jenkins talk to Git

You cannot include credentials in the repository URL. They must be specified in 
the 'credentials' area of the Git client plugin, and the location of that 
depends on which version of the plugin you installed. Which one do you have?

- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Feb 12 2014 15:14:23
Hi,

I installed Git client  1.8.5.2 myself;
We have a Git repository server at http://***.***.com:8080/git/git/Sth/sth.git

I used Jenkins management tool installed Git Client plugin;
I tried to make jenjins talk to my Git repository:

For a test job, selected Git
And Repository URL: 
http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git

I got:


[*]Failed to connect to repository : Error performing command: git 
ls-remote -h 
http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git HEAD

While, I was able to run

git ls-remote -h 
http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git HEAD

from git bash window;

but not from window’s cmd,


How can I make my Jenkins talk to my Git Repository server?

Thanks!

Lily
--
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
<>

Re:Difficulty to make Jenkins talk to Git

2014-02-12 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You cannot include credentials in the repository URL. They must be specified in 
the 'credentials' area of the Git client plugin, and the location of that 
depends on which version of the plugin you installed. Which one do you have?

- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Feb 12 2014 15:14:23

 

Hi,
 
I installed Git client  1.8.5.2 myself; 
We have a Git repository server at http://***.***.com:8080/git/git/Sth/sth.git
 
I used Jenkins management tool installed Git Client plugin;
I tried to make jenjins talk to my Git repository:
 
For a test job, selected Git 
And Repository URL: 
http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git
 
I got: 
 
Failed to connect to repository : Error performing command: git 
ls-remote -h 
http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git HEAD
 
While, I was able to run 
 
git ls-remote -h 
http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git HEAD
 
from git bash window;
 
but not from window’s cmd, 
 
 
How can I make my Jenkins talk to my Git Repository server?
 
Thanks!
 
Lily-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
<>

Difficulty to make Jenkins talk to Git

2014-02-12 Thread Lily Fu
Hi,

I installed Git client  1.8.5.2 myself;
We have a Git repository server at http://***.***.com:8080/git/git/Sth/sth.git

I used Jenkins management tool installed Git Client plugin;
I tried to make jenjins talk to my Git repository:

For a test job, selected Git
And Repository URL: 
http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git

I got:


[*]Failed to connect to repository : Error performing command: git 
ls-remote -h 
http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git HEAD

While, I was able to run

git ls-remote -h 
http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git HEAD

from git bash window;

but not from window’s cmd,


How can I make my Jenkins talk to my Git Repository server?

Thanks!

Lily

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
<>

Jenkin's Nunit plugin not expanding environment variables?

2014-02-12 Thread Kalim Ullah


I have a nunit result located at the following location: 

jobs\Nunit test\Main\nunit-result.xml
 

I specify this location in Nunit plugin field, in Post-build step i.e 
Publish Nunit-test Result report. This works fine and the builds shows 
Nunit graph. 
The problem that i am getting is when i change the path to:

branchName=Main


jobs\Nunit test\${branchName}\nunit-result.xml
 

I get the following

error: FATAL: No NUnit test report files were found. Configuration error?

 is specified by using EnvInject plugin. This variable is accessible in 
HTML publisher plugin where i specify the path of html. 
I have searched a lot and i am guessing that the environment variables are 
not being expanded in the path.

Jenkins Version= 1.546, Nunit plugin Version = 0.15
 

Kindly help me in this problem.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Jenkin's Nunit plugin not expanding environment variables?

2014-02-12 Thread Kalim Ullah
I have a nunit result located at the following location:


jobs\Nunit test\Main\nunit-result.xml


I specify this location in Nunit plugin field, in Post-build step i.e 
Publish Nunit-test Result report. This works fine and the builds shows 
Nunit graph.

The problem that i am getting is when i change the path to:


jobs\Nunit test\${branchName}\nunit-result.xml
 
I get the following 

error: FATAL: No NUnit test report files were found. Configuration 
error?



branchName=Main

is specified by using EnvInject plugin. This variable is  accessible in 
HTML publisher plugin where i specify the path of html. 
 I have searched a lot and i am guessing that the environment variables 
are not being expanded in the path.


Jenkins Version= 1.546, Nunit plugin Version = 0.15

Kindly help me in this problem.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Is there any way to use too or more authentication methods at the same time?

2014-02-12 Thread Larry Shatzer, Jr.
Another option is to use something like CAS, which you can point at
multiple directories, and then have Jenkins use CAS.
https://wiki.jenkins-ci.org/display/JENKINS/CAS+Plugin


On Wed, Feb 12, 2014 at 8:48 AM, Les Mikesell  wrote:

> On Wed, Feb 12, 2014 at 9:15 AM, Levski Weng  wrote:
> >
> > I'm afraid that you're right, Jenkins doesn't accept mixed user
> > authentication. I choose to stick to AD because I hope someday I could
> > config SSO (Single Sign On) in Jenkins and the other web systems in my
> > company.  I hate to remember different user names and passwords ;-)
>
> I think allowing authentication methods to stack would be a big plus
> (like linux PAM...).   Our development environment has an assortment
> of test accounts and contractors that don't exist in AD so the bulk of
> the users that are in AD are now forced to maintain a separate
> password.
>
> Is there a way to set up an LDAP server that transparently merges some
> extra accounts with those already in AD?
>
> --
>Les Mikesell
>  lesmikes...@gmail.com
>
> --
> 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+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


RE: Windows git plugin / git client plugin problems

2014-02-12 Thread Dunnigan, Terrence J
Hi everyone,

Thanks for the feedback & suggestions.

I have resolved the issue by setting the "Credentials" to "None" in my Jenkins 
Git plugin configuration. I have credentials on the slave PC along with PuTTY 
and GIT_SSH set to Putty's plink.exe, and everything works as it should. Why 
would using my saved credentials cause the Jenkins GIT plugin to ignore the 
slave PC's GIT_SSH's setting? (As an aside, what am I giving up by not using 
those stored credentials?)

To clarify:


-  My exact configuration works just fine using the Jenkins GIT plugin 
for small repos (2 MB or so). But I am encountering my problem when cloning a 
repo of ~ 20 MB and larger using the Git plugin and credentials. My workgroup 
has seen issues with cloning failing on larger repos unless we are using 
PuTTY's plink as our SSH client. When not using credentials, I have no problems.

-  I think there's a problem with the Jenkins GIT plugins not invoking 
my GIT_SSH's plink.exe when using Credentials. When the job is hung, and I view 
the current processes running on my slave machine, I see git's ssh.exe, and not 
plink.exe, running. The Jenkins console output even says "using GIT_SSH to set 
credentials".

-  I get the same error when I set the Jenkins GIT plugin timeout 
values to something obnoxiously large, like 6 hours. My clone operation is 
consistently stalling out in the same spot.

-  This is a clean install of the latest LTS release on a test PC. No 
prior Jenkins was running on it.

-  I have set GIT_TRACE = 2, which is showing those trace and 
run_command messages.

-  We have some repos that approach 1 GB. Based on other comments in 
this thread it sounds like JGit may not be the best choice for me at the moment.

-  I get the same error with either C:\Program Files 
(x86)\git\cmd\git.exe and C:\Program Files (x86)\git\bin\git.exe defined as the 
git installation.

I see a few GIT_SSH related errors on 
https://issues.jenkins-ci.org/browse/JENKINS/component/17423 .I run Jenkins as 
a service and I define my repos in the Jenkins GIT configuration page as 
git@server:repo.git. For what it's worth, though, I 
also saw this error when running Jenkins via JNLP.

If there is anything that I can do to help troubleshoot the issue further, 
please let me know.

Thanks,

Terry


From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mark Waite
Sent: Tuesday, February 11, 2014 6:21 PM
To: jenkinsci-users@googlegroups.com
Subject: Re: Windows git plugin / git client plugin problems

My technique is the opposite of Slide's.  I always use the git executable in 
the bin directory.  There were issues reported when the git executable in the 
cmd directory was used instead of using the executable in the bin directory.

You might consider a "test drive" of the JGit implementation in your 
environment to see if it behaves any differently.  The JGit implementation does 
not have all the features of the command line git implementation, but it may be 
sufficient for your use case.

Was this job upgraded from a previous Git plugin version?  If so, have you 
defined the credentials and configured the job to use those credentials?

Is there some environment variable that is causing those unexpected "trace:" 
and "run_command:" strings in the output?  I don't see those in my use of 
command line git on Windows.

On Tue, Feb 11, 2014 at 4:59 PM, Slide 
mailto:slide.o@gmail.com>> wrote:
What is the path to Git? I use the one in ProgramFiles\Git\cmd instead of 
ProgramFiles\Git\bin.

On Tue, Feb 11, 2014 at 4:49 PM, Dunnigan, Terrence J 
mailto:terrence.j.dunni...@boeing.com>> wrote:
Hi all,

I've run into an issue where the latest git plugin / git client plugins time 
out. It pulls down the files in .git\objects\pack and elsewhere, but nothing 
beyond the .git folder.

Here's my setup:

Jenkins server:
Jenkins LTS 1.532.1 running on a Windows 7 PC
Jenkins GIT client plugin 1.6.2 (also on 1.6.1)
Jenkins GIT plugin 2.0.1

Windows 7 slave PC:
Jenkins is running as a service using an administrative account
Git 1.8.3 is installed, along with PuTTY.
GIT_SSH is set to C:\PuTTY\plink.exe
Path includes C:\PuTTY

Here's the error message once I hit 10 minutes:


Started by user Terry Dunnigan

Building remotely on slave in workspace C:\hudson_remote\workspace\job name

Cloning the remote Git repository

Cloning repository g...@myrepo.git

Fetching upstream changes from g...@myrepo.git

using GIT_SSH to set credentials

Fetching upstream changes from g...@myrepo.git

using GIT_SSH to set credentials

ERROR: Timeout after 10 minutes

FATAL: Failed to fetch from 
g...@myrepo.git

hudson.plugins.git.GitException

Re: Git plugin 2.0 with Gerrit Trigger plugin

2014-02-12 Thread Robert Sandell
I have it working on both of my test servers, but haven't upgraded in the 
production environment yet.
The only previous known issues I've heard of is a nullpointer exception 
when the changelog was calculated, but that was fixed in 2.11 of the 
trigger.

/B

Den onsdagen den 12:e februari 2014 kl. 02:10:45 UTC+1 skrev Curtis Kline:
>
> Is anyone using the 2.0 Git plugin and the Gerrit Trigger plugin together 
> successfully? I know there was a thread back around 10/29/2013 about this, 
> but there didn't seem to be a clear answer as to whether these two plugins 
> would now co-exist. 
>
> I tried a quick trial on my test instance and the Gerrit Trigger did not 
> seem to be working when I had the Git Plugin 2.0 installed.
>
> Curtis
>
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Is there any way to use too or more authentication methods at the same time?

2014-02-12 Thread Les Mikesell
On Wed, Feb 12, 2014 at 9:15 AM, Levski Weng  wrote:
>
> I'm afraid that you're right, Jenkins doesn't accept mixed user
> authentication. I choose to stick to AD because I hope someday I could
> config SSO (Single Sign On) in Jenkins and the other web systems in my
> company.  I hate to remember different user names and passwords ;-)

I think allowing authentication methods to stack would be a big plus
(like linux PAM...).   Our development environment has an assortment
of test accounts and contractors that don't exist in AD so the bulk of
the users that are in AD are now forced to maintain a separate
password.

Is there a way to set up an LDAP server that transparently merges some
extra accounts with those already in AD?

-- 
   Les Mikesell
 lesmikes...@gmail.com

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Is there any way to use too or more authentication methods at the same time?

2014-02-12 Thread Levski Weng


On Wednesday, February 12, 2014 8:24:47 PM UTC+8, david@barclays.com 
wrote:
>
> I think the simple answer is no. Either you use a local user database, or 
> LDAP.
>
>  
>
> Stick to the local user database, and you can create multiple 
> accounts/profiles, if you want to provision segregation of duties based on 
> login.
>
>  
>
> dD
>
Thanks for your suggestion.

I'm afraid that you're right, Jenkins doesn't accept mixed user 
authentication. I choose to stick to AD because I hope someday I could 
config SSO (Single Sign On) in Jenkins and the other web systems in my 
company.  I hate to remember different user names and passwords ;-)

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Is there any way to use too or more authentication methods at the same time?

2014-02-12 Thread Baptiste Mathus
Well, that triggers another important remark: I hope you're backing up your
jenkins folder with a serious a dedicated system?


2014-02-12 16:02 GMT+01:00 Levski Weng :

>
> On Wednesday, February 12, 2014 5:47:48 PM UTC+8, Baptiste Mathus wrote:
>>
>> Not sure why you really want a separate account. Can't you just add admin
>> rights to your AD account?
>>
>> Cheers
>>
> Thanks for your suggestion, I've already added admin rights to my AD
> account.
>
> The reason of why I want a separate admin account is that I'm doing a lot
> of tuning on Jenkins, although I've put jenkins.xml and settings.xml into a
> revision control system, sometimes I'll make mistakes such as delete wrong
> jobs especially after many hours of working.
>
> I want a separate admin account to keep these dangerous and unrecoverable
> behavior away from my daily work ;-).
>
> --
> Levski Weng
>
> --
> 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+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
> --
> Baptiste  MATHUS - http://batmat.net
> Sauvez un arbre,
> Mangez un castor ! nbsp;!
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Template Project Plugin : "use all the publishers from this project" is not triggering a new build.

2014-02-12 Thread Sampath
Hi,

We are facing problems with template project 
plugin. 
"use all the publishers from this project" is not triggering a new build.

Below are the steps to reproduce this issue.

1. Install Template Project 
Plugin(version:
 
1.4) on Jenkins(version: 1.550). 

2. Create Job_A, Job_B and Job_C.

3.  In Job_A configuration, Under Post build action -> Add post-build 
action  -> Use publishers from another project, enter "Job_B" for Template 
Project.

4.  In Job_B configuration, Under Post build action -> Add post-build 
action -> Build Other Projects ->enter "Job_C" for Projects to Build.

With this configuration, if I build Job_B, build for Job_C will be 
triggered.

Using Template Project plugin, we have used Job_B as template for Job_A. 

If I trigger Job_A, it pulls the publisher configuration from Job_B and it 
is supposed to trigger Job_C.

But if I build Job_A, Job_C is not at all triggered. But other post build 
actions like email, Java doc is working fine.

Seems the problem is only in building other projects.

Is there already a fix for this problem? Could you please help us to fix 
this?

Thanks,
Sampath.



-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Is there any way to use too or more authentication methods at the same time?

2014-02-12 Thread Levski Weng

On Wednesday, February 12, 2014 5:47:48 PM UTC+8, Baptiste Mathus wrote:
>
> Not sure why you really want a separate account. Can't you just add admin 
> rights to your AD account?
>
> Cheers
>
Thanks for your suggestion, I've already added admin rights to my AD 
account.

The reason of why I want a separate admin account is that I'm doing a lot 
of tuning on Jenkins, although I've put jenkins.xml and settings.xml into a 
revision control system, sometimes I'll make mistakes such as delete wrong 
jobs especially after many hours of working.

I want a separate admin account to keep these dangerous and unrecoverable 
behavior away from my daily work ;-). 

--
Levski Weng

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


RE: Is there any way to use too or more authentication methods at the same time?

2014-02-12 Thread david.doughty
I think the simple answer is no. Either you use a local user database, or LDAP.

Stick to the local user database, and you can create multiple 
accounts/profiles, if you want to provision segregation of duties based on 
login.

dD

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Baptiste Mathus
Sent: 12 February 2014 09:48
To: jenkinsci-users@googlegroups.com
Subject: Re: Is there any way to use too or more authentication methods at the 
same time?


Not sure why you really want a separate account. Can't you just add admin 
rights to your AD account?

Cheers
Le 12 févr. 2014 03:10, "Levski Weng" 
mailto:levskiw...@gmail.com>> a écrit :
Hello everyone, currently I have a problem as follows:

I've installed Active Directory plugin to enable my workmates and me to login 
the Jenkins server to build the jobs, however, I need a separate Jenkins 
administration account to perform system administration. I have only one Active 
Directory account and the administrator of the Active Directory won't assign 
another account to me.

I've searched in the plugins, but none of them seems to fit my need. Is there 
any way to make Jenkins to use both of the Active Directory and Jenkins' own 
user database as the security realm?

Thanks in advance.

--
Levski Weng
--
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

This e-mail and any attachments are confidential and intended
solely for the addressee and may also be privileged or exempt from
disclosure under applicable law. If you are not the addressee, or
have received this e-mail in error, please notify the sender
immediately, delete it from your system and do not copy, disclose
or otherwise act upon any part of this e-mail or its attachments.

Internet communications are not guaranteed to be secure or
virus-free.
The Barclays Group does not accept responsibility for any loss
arising from unauthorised access to, or interference with, any
Internet communications by any third party, or from the
transmission of any viruses. Replies to this e-mail may be
monitored by the Barclays Group for operational or business
reasons.

Any opinion or other information in this e-mail or its attachments
that does not relate to the business of the Barclays Group is
personal to the sender and is not given or endorsed by the Barclays
Group.

Barclays Bank PLC. Registered in England and Wales (registered no.
1026167).
Registered Office: 1 Churchill Place, London, E14 5HP, United
Kingdom.

Barclays Bank PLC is authorised by the Prudential Regulation
Authority and regulated by the Financial Conduct Authority and the
Prudential Regulation Authority (Financial Services Register No.
122702).

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Tracking down potential SVN polling issue

2014-02-12 Thread Maureen Barger
Running LTS under Tomcat, I see an error like this pop up in
catalina.out periodically:

Feb 10, 2014 9:32:25 AM hudson.scm.SubversionRepositoryStatus doNotifyCommit
WARNING: Failed to handle Subversion commit notification
org.tmatesoft.svn.core.SVNCancelException: svn: E200015: No credential
to try. Authentication failed

As of January, we did upgrade our instance of SVN and it has a new
address. I have disabled all jobs that may be pointing to the old
address. I deleted the credentials that were associated with the old
server. When I try to compare the SVN access log with occurrances of
this error, I come up empty. We are running version 1.5 of the SVN
plugin with Jenkins ver. 1.532.1.

What else can I try or look for  to address this issue?

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Change visual interface of jenkins with java

2014-02-12 Thread Stefan Bauer
Hallo Stephen,

I'm done with my first adventure to create a new view and to change it's 
tabs (text or colour). But now I don't know how to change the content of my 
view. For example I want to change the colomns and their entries and create 
my own matrix For this purpose, their is certainly another jelly file. 
But where can I find it?

Best regards
Stefan

Am Donnerstag, 9. Januar 2014 14:32:26 UTC+1 schrieb Stefan Bauer:
>
> Hello Stephen,
>
> so I will learn about creating a new Plugin and the basics first and then 
> I will follow your advice! Lets see how far I get :)
> My feedback follows in a few days.
>
> Thanks for that! :-)
>
> Best regards
> Stefan 
>
>
>
> Am Donnerstag, 9. Januar 2014 11:05:34 UTC+1 schrieb Stephen Connolly:
>>
>> What you want to do is create an alternative implementation of the View 
>> extension point. You can do that from a plugin and then create a new view 
>> at the root level of jenkins. Once you have such a view you can then change 
>> the default view of your root to be your newly created view.
>>
>> See any of the dashboard plugins for examples of how to do this.
>>
>> Views will need some page content... this means writing that in either 
>> jelly or groovy... the groovy syntax is claimed to be easier to use with 
>> IDE autocompletion, but you are one step further away from the raw HTML 
>> generation, so it can be more difficult to control the exact HTML that gets 
>> generated. The jelly syntax can be a right pain in the bum but my personal 
>> experience is that I end up cursing it ever so slightly less than the 
>> groovy syntax, so I tend to use the jelly engine (also I find that for 
>> critical performance, the jelly engine is anywhere from slightly faster to 
>> significantly faster... but KK keeps trying to convince me otherwise ;-) )
>>
>>
>> On 9 January 2014 09:55, Stefan Bauer  wrote:
>>
>>> Hallo,
>>>
>>> I want to change the first page of jenkins (table with all jobs ) in 
>>> eclipse with java. So, I want to develop a new/own visual interface.
>>> The settings of my IDE is done, so I could start with the coding... But 
>>> I don't know where...
>>>
>>> My questions are:
>>>
>>> 1.) Where, i.e. in which package, can I find the code for the visual 
>>> interface?
>>> 2.) After the changing, is it enough to copy them on my jenkins server, 
>>> or is it necessary to install jenkins new?
>>> 3.) Is there a tutorial for this?
>>>
>>> Thanks for help!
>>>
>>> Stefan
>>>
>>> -- 
>>> 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-use...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Is there any way to use too or more authentication methods at the same time?

2014-02-12 Thread Baptiste Mathus
Not sure why you really want a separate account. Can't you just add admin
rights to your AD account?

Cheers
Le 12 févr. 2014 03:10, "Levski Weng"  a écrit :

> Hello everyone, currently I have a problem as follows:
>
> I've installed Active Directory plugin to enable my workmates and me to
> login the Jenkins server to build the jobs, however, I need a separate
> Jenkins administration account to perform system administration. I have
> only one Active Directory account and the administrator of the Active
> Directory won't assign another account to me.
>
> I've searched in the plugins, but none of them seems to fit my need. Is
> there any way to make Jenkins to use both of the Active Directory and
> Jenkins' own user database as the security realm?
>
> Thanks in advance.
>
> --
> Levski Weng
>
> --
> 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+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: how to set up a Test pass to run microsoft fakes unit test without installing visual studio on Jenkins server

2014-02-12 Thread Dirk Kuypers
Hi,

I have never done it myself, but maybe this is helpfull:
http://blog.anthonybaker.me/2013/05/running-mstest-without-visual-studio.html

And one of the comments under the article says you can install:
http://www.microsoft.com/en-us/download/details.aspx?id=40750

HTH and good luck;-)
Dirk



2014-02-12 Priti Patel :

> How to set up a Test pass to run microsoft fakes unit test without
> installing visual studio on Jenkins server?
>
> We have tried to copy visual studio test runner related DLLs and use
>  vstest.console.exe to run unit tests on CI build. But we are getting error
> :
> Microsoft.QualityTools.Testing.Fakes.UnitTestIsolation.UnitTestIsolationException:
> UnitTestIsolation instrumentation failed to initialize. Please restart
> Visual Studio and rerun this test.
>
>
>
>  --
> 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+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Remember me on this computer

2014-02-12 Thread El alaoui Mohamed Reda
Hi,

i have Jenkins ver. 1.533
the security configurtation by LDAP work well
but i can't open the session in jenkins if i dont check  " Remember me on
this computer " in the first page of jenkins

how can i avoid it ?

thank's


-- 

 *Mohamed Reda, El alaoui*

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Git plugin 2.0 with Gerrit Trigger plugin

2014-02-12 Thread teilo
2.0 was horribly broken for me with gerrit.  2.0.1 works fine.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.