Hi Jenkins Users!
Is there any way to map multiple logins to the same user account?
The scenario:
We use multiple version control systems - in all of them, the same user may
have a different "name". (e.g. in CVS its the short login name while in git
it is "My Name "). We would like to "map" bot
I really like the Sectioned Views plugin, and how it allows me to view jobs
all on one page, and yet divide them into some logical groups.
Recently, our organization has been using the CloudBees Folder plugin, and
I’d like to include jobs from a few subfolders in my view. If I create a
“Lis
Hi ,
Why don't you send build failure mails to receivers by configuring at job at
mail extension plugin's feature , instead of sending to commiters ( default
enabled at mail extension plugin )
> On Jul 30, 2014, at 8:28 AM, Bradley wrote:
>
> +1. I found this post after scouring Google for
I filed 24011 to have this fixed. I'm using the GCC 4 parser.
On Tue, Jul 29, 2014 at 5:04 PM, Ulli Hafner
wrote:
> This depends on the parser. Most of the parsers create files with absolute
> filenames. If the parser produces relative paths then the absolute paths
> are determined after the fi
+1. I found this post after scouring Google for an answer to this question.
I keep getting info about emails bouncing because it's trying to deliver
build failure emails to users who no longer exist. I can't delete the user
through the interface and the user still has commits in branches that ar
Using the AD plugin you can list multiple domain controllers in the
advanced configuration section.
On Tuesday, 29 July 2014 09:59:58 UTC-7, alok kumar wrote:
>
> Hi All,
> We have a requirement where in we would like to configure Jenkins users to
> be authenticated by seeing up LDAP.
>
> The p
This depends on the parser. Most of the parsers create files with absolute
filenames. If the parser produces relative paths then the absolute paths are
determined after the filter operation.
But it should be possible to move the filtering after the expansion. Please
file a new feature request i
Ok, after the move again I ran the commands and now got:
http://my.machine.com:8080:8080/jenkins/http://my.machine.com:8080/jenkins/
my.machine.com:8080
null
So it looks like with the change it some how introduced extra port in the
url. But if it's the port forwarding or reverse proxy issu
Hi,
I am in the midst of trying to update our Jenkins instance to utilize
Gerrit verification builds. However, I'm kind of curious what others have
done in this area.
The few projects I've setup have the verification builds mixed in with
normal integration builds via the Gerrit Trigger.
- Pr
Thanks. Yes, Pavan is aware of the timeout value available on clone. He
adjusted that. His timeout was happening during checkout, a phase which is
entirely on the local disk, and which currently does not have a way to
adjust the timeout.
Mark Waite
On Tue, Jul 29, 2014 at 12:31 PM, Adam Westh
I see you submitted an fix - Thanks a lot for supporting this!
From: Mark Sinclair
Sent: Monday, July 28, 2014 2:36 PM
To: jenkinsci-users@googlegroups.com
Subject: RE: Downgrade the weather upon test failure
Thanks. I’ve submitted an improvement request.
https://issues.jenkins-ci.org/browse/J
Not sure if this was already suggested, but when configuring the Git
repository in your project you can set the timeout.
Look at "Additional Behaviors" and add "Advanced Clone Behaviors". There
you can set "Timeout (in minutes) for clone and fetch operation" to
whatever you need.
On Fri, Jul 25
How do I initialize the build object? I tried assigning a new Build() to it
but of course that is abstract so I can't create an instance of it.
I was able to successfully access the Jenkins environment variables however.
Sent from my iPhone
>
>Tuesday, July 29, 2014, 1:29 PM -0400 from Slide
The Groovy stuff for email-ext is built into the email-ext plugin, no
external plugin is necessary for the groovy templates in email-ext.
On Tue, Jul 29, 2014 at 10:24 AM, wrote:
> Thanks for your reply Slide. Can I access them right away or do I need a
> plugin first? I've noticed online that
Thanks for your reply Slide. Can I access them right away or do I need a
plugin first? I've noticed online that a lot of people refer to the Groovy
PostBuild Plugin when it comes to accessing build objects.
Sent from my iPhone
>
>Monday, July 28, 2014, 7:47 PM -0400 from Slide :
>In the groovy
Hi All,
We have a requirement where in we would like to configure Jenkins users to
be authenticated by seeing up LDAP.
The problem here is we have these users working in different domains. So,
how can I setup LDAP for users present in different domains as I see only
one set of configuration that c
Since Oracle jdk 6 is officially not supported by Oracle, I think you
should switch to JDK .
On Jul 29, 2014 10:51 AM, "Shibani" wrote:
> They are slight variations of JDK 1.6 and yes they are Oracle JDK's.
>
>
> On Tuesday, July 29, 2014 12:33:17 PM UTC-4, Shibani wrote:
>
>> We use Jenkins CI f
They are slight variations of JDK 1.6 and yes they are Oracle JDK's.
On Tuesday, July 29, 2014 12:33:17 PM UTC-4, Shibani wrote:
> We use Jenkins CI for a large web application. It is installed on a
> Windows 2003 server and is working out great for us. Recently, we've been
> directed to swit
I've not seen (or heard) of such a case. Are the same JDK versions used?
Are you using the Oracle JDK or some other JDK?
On Tue, Jul 29, 2014 at 10:33 AM, Shibani wrote:
> We use Jenkins CI for a large web application. It is installed on a
> Windows 2003 server and is working out great for us
We use Jenkins CI for a large web application. It is installed on a Windows
2003 server and is working out great for us. Recently, we've been directed
to switch our installation to a Windows 2008 server and we are now running
into problems when running unit tests related to Hibernate and JEE
Hi
I am a .net developer. I can successfully setup the Jenkins job for .Net
project.
It is done through different targets in msbuild file. If i want to know
about any details,
then i need to go through the console log.
To resolve this issue, I want to know whether any plugin available to sh
Thanks for the reference and this seems like it might help to do the trick,
by leaving processes running. Is this the preferred method in Jenkins? I
was thinking there might have been a plugin or something I was missing.
However, I am also running on Windows, and the Jenkins.exe is a service.
I have a gradle build that I am trying to publish the results to Artifactory.
When I run the build without the integration turn on it succeeds. When I turn
on the integration to artifactory the build fails, but I can see no indication
in the build output as to why. I have configured it accordin
I have personally run about 350 one-executor slaves (each slave represented a
unique resource). The hardware was reasonably beefy, at least 128 GB RAM and
1TB storage, and the Jenkins server ran a bunch of other services as well. The
limiting factor appeared to be disk I/O; remember that all l
https://github.com/jenkinsci/jenkins/commit/19d8b80bb2f33e4877c7170bcca8bfa318ebe77d
should address the crazy non-standard headers used in yet more crazy ways!
On 29 July 2014 09:27, Stephen Connolly
wrote:
> So it looks like there is a reverse proxy in the way, and your reverse
> proxy is abus
So it looks like there is a reverse proxy in the way, and your reverse
proxy is abusing the X-Forwarded-Host header... which should have just the
host name not the port... and X-Forwarded-Port should be the port... at
least that's what the Jenkins code expects (it is perhaps a bug in the
Jenkins co
With appropriate tuning of various parameters, we have seen customers get
over 1000 executors on-line (with an average of 2-3 per slave)
With a large number of slaves, you are usually better using one of the
on-demand retention strategies.
Getting all 1000 executors running builds can be problema
I haven’t looked at the code, but it makes sense that emails be sent from the
master.
In the Jenkins configuration, you specify the SMTP server to use, and that is a
global setting. If email was sent from slaves, then you would need to be able
to configure the SMTP server on a slave –by-slave b
28 matches
Mail list logo