Outlook365 email notification is failing

2014-04-10 Thread Munaf Kotawdekar
Hi,
I have configured outlook 365 email to work with Jenkins for notifications 
when build fails. Somehow it is not working. I have configured appropriate 
settings for Outlook online and also setup required TLS parameter in 
startup.
 
 
 I get the following error:
 
ERROR: No authentication mechansims supported by both server and client
*javax.mail.AuthenticationFailedException*:
 
No authentication mechansims supported by both server and client
at 
*com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:756)*
at 
*com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:669)*
at 
*javax.mail.Service.connect(Service.java:317)*
at 
*javax.mail.Service.connect(Service.java:176)*
at 
*javax.mail.Service.connect(Service.java:125)*
at 
*javax.mail.Transport.send0(Transport.java:194)*
at 
*javax.mail.Transport.send(Transport.java:124)*
at 
*hudson.tasks.MailSender.execute(MailSender.java:116)*
at 
*hudson.tasks.Mailer.perform(Mailer.java:117)*
at 
*hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)*
at 
*hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:781)*
at 
*hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:753)*
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:1690)*
at 
*hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)*
at 
*hudson.model.ResourceController.execute(ResourceController.java:88)*
at 
*hudson.model.Executor.run(Executor.java:246)*
Finished: FAILURE

-- 
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/d/optout.


Re: GIT checkout Very Urgent...!!!

2014-04-10 Thread Ben Caradoc-Davies
If you *must* get a single file, you can use HTTPS and a pre-build step 
with a command line web client like wget or curl. For stash you can use 
the same path that you can find using the web interface:

https://stash.example.com/projects/MYPROJECT/repos/myrepo/browse/myfile.txt?at=adc83b19e793491b1c6ea0fd8b46cd9f32e592fc&raw

This will lose the versioning information, and defeats the purpose of 
using git.


More importantly, *why* do you only want a single file? What are you 
trying to do? Git versions whole repositories, not single files. If you 
can tell us what you are trying to to do, perhaps we can suggest a more 
idiomatic use of git that achieves this outcome. Jenkins is very flexible.


Kind regards,
Ben.

On 11/04/14 00:25, srinath0...@gmail.com wrote:

Hi Folks,

I'm trying to checkout a specific file from GIT using Jenkins, I didn't
any way how to get a specific file form GIT.

Could any one tel how to do this by using jenkins or GIT command.

we are accesing git through STASH my repository is like
*ssh://g...@stash.xyz.com:7999/repo/test.git *
*
*
*there are 100 files in test, my requirement is checkout a specific file
from test folder.*

--
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/d/optout.


--
Ben Caradoc-Davies 
Software Engineer
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

--
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/d/optout.


Re: Jenkins and Java 8

2014-04-10 Thread Mark Waite
There have been a few recent reports of Java 8 related errors in Jenkins.
 I believe all but one of those reports are already resolved in the current
Jenkins development version.

Even with that, my perception is that Jenkins with Java 8 is on the
"bleeding edge".  If you want to help the community by discovering new and
interesting problems that are specifically related to Java 8, then it will
be a great help.

If you want a stable or production system, I'd wait a month or two while
others discover issues and they are resolved.

Mark Waite


On Thu, Apr 10, 2014 at 3:59 PM, Jared Griffith
wrote:

> I'm planning on upgrading everything to Java 8.  Will Jenkins work and
> build normally if I switch it over to using Java 8 and have my builds run
> Java 8 as well?  Is there any known issues?
>
> --
>
> Jared Griffith
> Linux Administrator, PICS Auditing, LLC
> P: (949) 936-4574
> C: (909) 653-7814
>
> 
>
> 17701 Cowan #140 | Irvine, CA | 92614
>
> Join PICS on LinkedIn and Twitter!
>
> 
>
> --
> 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/d/optout.
>



-- 
Thanks!
Mark Waite

-- 
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/d/optout.


Jenkins and Java 8

2014-04-10 Thread Jared Griffith
I'm planning on upgrading everything to Java 8.  Will Jenkins work and
build normally if I switch it over to using Java 8 and have my builds run
Java 8 as well?  Is there any known issues?

-- 

Jared Griffith
Linux Administrator, PICS Auditing, LLC
P: (949) 936-4574
C: (909) 653-7814



17701 Cowan #140 | Irvine, CA | 92614

Join PICS on LinkedIn and Twitter!



-- 
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/d/optout.


Configuring plugins programmatically

2014-04-10 Thread Marc Tardif
Hi folks,

How can I configure plugins programmatically, like setting form data that
is usually configured manually in the web interface? It seems that the
preferred approach would be to use Groovy, so this is what I have:

def manager = jenkins.model.Jenkins.instance.getPluginManager()
def plugin = manager.getPlugin("some-plugin")
def loader = manager.uberClassLoader
def cls = loader.loadClass("org.jenkinsci.plugins.some.PluginTrigger")

The problem is that the Trigger API defines a configure method that takes
a StaplerRequest and a JSONObject that presumably takes the whole form
data from the /configure interface. How do I proceed to set a specific
form field to a given value?

-- 
Marc Tardif 
Freenode: cr3, Jabber: c...@jabber.org
1024D/72679CAD 09A9 D871 F7C4 A18F AC08 674D 2B73 740C 7267 9CAD

-- 
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/d/optout.


Re: Jenkins putting '$' characters in file/folder names, breaking automatic backups

2014-04-10 Thread Richard Bywater
According to
http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx,
$ is a perfectly valid character for naming files & directories. And since
Java uses $ to represent inner classes in .class files then this helps
prove that theory.

I'm not sure what the "Location is unavilable" dialog was from, but I'd be
surprised if standard Windows explorer etc. would have issues with them.

Richard.


On Fri, Apr 11, 2014 at 1:44 AM, liltitus27 .  wrote:

> Hi All,
>
> I'm using Jenkins v1.546, hosted on a Windows Server 2008 R2 SP1 machine.
>
> I've set up a fairly simple job for building a Maven Java project. It
> polls the SCM with no schedule and picks up remote build triggers,
> requiring an authentication token. It uses Subversion and performs clean
> checkouts with svn update. Additionally, it has a post-build step that
> archives some build artifacts (i.e., the resulting WAR and WSDLs).
>
> The issue I'm experiencing is that the builds that it stores on the
> filesystem itself contain invalid characters in their filenames. This
> causes our automatic backup process to blow up, it being unable to alter or
> remove those directories/files with the '$'. I myself cannot move/delete
> those folders or files either, but if I rename it and remove the $, then
> things work fine. Oh, and if I try to follow one of these links with the $
>  in it, it doesn't resolve. None of the other jobs seem to do this - just
> my job, of course. Anyone know why this may be occurring and what I can do
> to resolve this?
>
>
>
> I've attached multiple screenshots that show the bad filename and my
> Jenkins job setup. I had to white out some company information, but if I
> can provide any additional information to help troubleshoot this, just let
> me know.
>
> From the command line, on the Jenkins server itself, I ran 'mvn clean
> install' on the project workspace as it's hosted in the Jenkins
> workspace.  This ran fine, produced all needed artifacts, and all tests
> passed.  None of the resulting files or folders from the maven build
> created anything with invalid characters or anything similar to the folders
> I'm seeing that are causing issues.
>
> Also, I did some additional research, looking through the changelogs for
> each released version of Jenkins since my version (latest is 1.557). I saw
> three possible issues in the changelogs that could be related, but it's
> hard for me to tell. I cannot simply upgrade our Jenkins to test out this
> theory, since I'll need to provide a reason for upgrading beyond a hunch.
>
> https://issues.jenkins-ci.org/browse/JENKINS-21023
> https://issues.jenkins-ci.org/browse/JENKINS-20534
> https://issues.jenkins-ci.org/browse/JENKINS-21958
>
>  --
> 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/d/optout.
>

-- 
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/d/optout.


Perforce plug-in: Matrix build - Why is clean build/force sync "highly recommended"?

2014-04-10 Thread Jonathan Rice
In a matrix build, the following warning is printed, if you don't opt for 
"Always Force Sync", or "Clean Workspace":

"This is a matrix build; It is HIGHLY recommended that you enable the 'Always 
Force Sync' or 'Clean Workspace' options. Failing to do so will likely result 
in child builds not being synced properly."


I'm just wondering why this is? AFAICS, multiple *separate* clients are used - 
for the top-level "build" and all of the child builds which are spawned off 
that. I would have thought that each client would properly take care of its own 
state. Why would they not be synced properly? For example, for a matrix build 
called "Blah", with a configuration axis called "TYPE", with values "Release" 
and "Debug", there would be a top-level client "Blah", and child clients 
"Blah-TYPE-Release" and "Blah-TYPE-Debug". All the logged Perforce commands for 
these clients *look* reasonable, AFAICS, and not likely to cause syncing issues 
between clients and the server. So what is the issue here? Why are child builds 
likely not to be synced properly? Is it something to do with the child builds 
possibly being done on nodes on different machines, for different runs? If so, 
wouldn't this same issue affect normal non-matrix builds too?


Thanks,


-- Jonathan

-- 
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/d/optout.


RE: Perforce-Plugin: How to use variables in the client/view spec?

2014-04-10 Thread Ginga, Dick
I do not think this is possible. I have tried it. You can use a parameter as a 
workspace name but not in the view field.


From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mike Craig
Sent: Thursday, April 10, 2014 4:18 PM
To: jenkinsci-users@googlegroups.com
Subject: Perforce-Plugin: How to use variables in the client/view spec?

Hello,

I'm trying to make the Perforce Plugin's view spec more dynamic by including an 
Environment variable in the spec, but it doesn't' seem to work the way I would 
expect.

Our specs usually include the Release name:

//base/products/branch/v1.Main/... //VMWIN2K801/products/branch/v1.Main/...

What I would like to do is use the Jenkins job name, or other variable, as such:

//sait/VCI/products/branch/%JOB_NAME%/... 
//VMWIN2K801/VCI/products/branch/%JOB_NAME%/...

Is this supported? Or am I doing it wrong?

Thanks,

Mike

--
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/d/optout.

-- 
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/d/optout.


Re: Build Flow Plugin firing rescues I don't think are needed

2014-04-10 Thread Tim Jackson
I just got back to this issue and re-read the Guard/Rescue description 
where it is defined as a Try/Finally  OK, my mistake, but I find the 
reality useless.  Why isn't there a Try/Catch-like construct?  If the Guard 
jobs fail, then run the Rescue jobs - if they don't fail, skip the Rescue. 
 The way it is set up is basically an ignore() with another build job 
listed below it.

On Thursday, March 6, 2014 9:40:43 AM UTC-7, Tim Jackson wrote:
>
> Given this flow:
>
> def Build = { "" + it + 
> "" }
>
> def BVT2Rescue = { 
> build("Restart_NRobotRemote", Test_Automation_Workstation: 
> BVT2.build.properties['builtOnStr'], WORKSPACE: BVT2.build.workspace)
> build("BVT_CR2600", BN2: Build(B2.build.number))
> }
>
> def BVT4Rescue = {
> build("Restart_NRobotRemote", Test_Automation_Workstation: 
> BVT4.build.properties['builtOnStr'], WORKSPACE: BVT4.build.workspace)
> build("BVT_CR4405", BN4: Build(B4.build.number))
> }
>
> def BVT8Rescue = {
> build("Restart_NRobotRemote", Test_Automation_Workstation: 
> BVT8.build.properties['builtOnStr'], WORKSPACE: BVT8.build.workspace)
> build("BVT_CR1000", BN8: Build(B8.build.number))
> }
> parallel(
> { B2 = build("Build_CR2600_Trunk")
> guard {
> retry 2, {
> BVT2 = build("BVT_CR2600", BN2: Build(B2.build.number))
> }
> } rescue { BVT2Rescue }
> },
> { B4 = build("Build_CR4400_Trunk")
> guard {
> retry 2, {
> BVT4 = build("BVT_CR4405", BN4: Build(B4.build.number))
> }
> } rescue { BVT4Rescue }
> },
> { B8 = build("Build_CR8000_Trunk")
> guard {
> retry 2, {
> BVT8 = build("BVT_CR1000", BN8: Build(B8.build.number))
> }
> } rescue { BVT8Rescue }
> }
> )
>
> build(
> "Publish_Artifacts", 
> BN2: Build(B2.build.number), 
> BN4: Build(B4.build.number),
> BN8: Build(B8.build.number)
> )
>
>
> I am getting these results.  I don't understand why the rescue is being 
> called at all - nothing is failing.  It is also confusing that the output 
> gets mixed together for the parallel jobs.
>
> Started by timer
> [EnvInject] - Loading node environment variables.
> Building on master in workspace 
> /var/lib/jenkins/jobs/Nightly_Build_All_Trunk/workspace
> No emails were triggered.
> parallel {
> Schedule job Build_CR8000_Trunk
> Schedule job Build_CR2600_Trunk
> Schedule job Build_CR4400_Trunk
> Build Build_CR4400_Trunk #121 started
> Build Build_CR8000_Trunk #141 started
> Build Build_CR2600_Trunk #124 started
> Build_CR8000_Trunk #141 completed 
> guard {
> retry (attempt 1) {
> Schedule job BVT_CR1000
> Build BVT_CR1000 #186 started
> Build_CR4400_Trunk #121 completed 
> guard {
> retry (attempt 1) {
> Schedule job BVT_CR4405
> Build_CR2600_Trunk #124 completed 
> guard {
> retry (attempt 1) {
> Schedule job BVT_CR2600
> Build BVT_CR4405 #155 started
> BVT_CR1000 #186 completed 
> }
> } rescue {
> Build BVT_CR2600 #112 started
> Schedule job Restart_NRobotRemote
> BVT_CR4405 #155 completed 
> }
> } rescue {
> Schedule job Restart_NRobotRemote
> BVT_CR2600 #112 completed 
> }
> } rescue {
> Build Restart_NRobotRemote #31 started
> Schedule job Restart_NRobotRemote
> Restart_NRobotRemote #31 completed 
> Schedule job BVT_CR1000
> Build Restart_NRobotRemote #32 started
> Restart_NRobotRemote #32 completed 
> Schedule job BVT_CR4405
> Build Restart_NRobotRemote #33 started
> Build BVT_CR1000 #187 started
> Restart_NRobotRemote #33 completed 
> Schedule job BVT_CR2600
> Build BVT_CR4405 #156 started
> BVT_CR1000 #187 completed 
> }
> Build BVT_CR2600 #113 started
> BVT_CR4405 #156 completed 
> }
> BVT_CR2600 #113 completed 
> }
> }
> No emails were triggered.
> Notifying upstream projects of job completion
> Finished: SUCCESS
>
> What am I missing?
>

-- 
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/d/optout.


Re: Trying to decipher stack trace

2014-04-10 Thread Maureen Barger
Just to circle back in case anyone comes up against this, it turned
out people created a job that called itself as a template.

On Thu, Apr 10, 2014 at 6:16 AM, Maureen Barger  wrote:
> Hi - restarting Jenkins this morning I am getting the following error
> at startup. Jenkins fails to start and I am unsure why.Has anyone seen
> this error before?
>
> Exception in thread "Jenkins initialization thread" 
> java.lang.StackOverflowError
>
> at java.lang.String$CaseInsensitiveComparator.compare(String.java:1170)
>
> at java.lang.String.compareToIgnoreCase(String.java:1220)
>
> at 
> hudson.util.CaseInsensitiveComparator.compare(CaseInsensitiveComparator.java:40)
>
> at 
> hudson.util.CaseInsensitiveComparator.compare(CaseInsensitiveComparator.java:34)
>
> at java.util.TreeMap.getEntryUsingComparator(TreeMap.java:369)
>
> at java.util.TreeMap.getEntry(TreeMap.java:340)
>
> at java.util.TreeMap.get(TreeMap.java:273)
>
> at hudson.util.CopyOnWriteMap.get(CopyOnWriteMap.java:99)
>
> at jenkins.model.Jenkins.getItem(Jenkins.java:2241)
>
> at 
> hudson.plugins.templateproject.ProxyBuilder.getProjectBuilders(ProxyBuilder.java:44)
>
> at 
> hudson.plugins.templateproject.ProxyBuilder.getProjectActions(ProxyBuilder.java:107)
>
> at 
> hudson.plugins.templateproject.ProxyBuilder.getProjectActions(ProxyBuilder.java:108)

-- 
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/d/optout.


Re: Jenkins Plugin for Web.Config Replacement

2014-04-10 Thread Mike Craig
I use a batch process using this project:
https://configgen.codeplex.com/



On Tuesday, April 8, 2014 10:40:09 AM UTC-7, award wrote:
>
> I apologize if this has already been discussed or resolved in advance; 
> however, I can't seem to find the answer i'm looking for.  Maybe I'm not 
> asking it correctly.  Any who... 
>
> We are using Jenkins to poll subversion, build projects, and run unit 
> tests. 
> This is working great!  Now we want to add a step of complexity.  We want 
> to 
> replace values in the Web.Config and App.Config files at different stages. 
> Here is the most basic example: 
>
> In the Web.Config and App.Configs, there will be certain values which we 
> will indicate as replaceable tokens.  These replaceable tokens should be 
> replaced by Jenkins when running a Unit Test.  For example, in my 
> Web.Config 
> file, when the project is built, I will have the following: 
>
>  
>
> Then, when Jenkins goes to run a unit test, I want a plugin which will go 
> through and replace the specified tokens to real values. Is there an 
> existing plugin to do this?  Would a plugin which simply replaces the 
> Web.Config file be of better use? 
>
>
>
> -- 
> View this message in context: 
> http://jenkins-ci.361315.n4.nabble.com/Jenkins-Plugin-for-Web-Config-Replacement-tp4697910.html
>  
> Sent from the Jenkins users mailing list archive at Nabble.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/d/optout.


Perforce-Plugin: How to use variables in the client/view spec?

2014-04-10 Thread Mike Craig
Hello,

I'm trying to make the Perforce Plugin's view spec more dynamic by 
including an Environment variable in the spec, but it doesn't' seem to work 
the way I would expect.

Our specs usually include the Release name:

//base/products/branch/v1.Main/... //VMWIN2K801/products/branch/v1.Main/...

What I would like to do is use the Jenkins job name, or other variable, as 
such:

//sait/VCI/products/branch/%JOB_NAME%/... 
//VMWIN2K801/VCI/products/branch/%JOB_NAME%/...

Is this supported? Or am I doing it wrong?

Thanks,

Mike

-- 
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/d/optout.


ldaps ignore cert errors

2014-04-10 Thread teilo
Is there a way to use the ldap plugin with ssl (ldaps) without having to 
setup full trust for the cert?

I know what the issues with turning things off like this are - but at least 
it is marginally better than just sending username/password in cleartext.

or to put it another way how to quickly avoid the dreaded

javax.naming.CommunicationException: simple bind failed: myldap.myco.com [Root 
exception is javax.net.ssl.SSLHandshakeException: 
sun.security.validator.ValidatorException: PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target]


/James

-- 
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/d/optout.


Re: How to set email address for a user when using AD?

2014-04-10 Thread Slide
The easiest way would be to go to
http://YOURSERVER/jenkins/user/fbloggs/configure and enter the correct
email address. The email plugins should pickup the address from there going
foward.


On Thu, Apr 10, 2014 at 9:41 AM, David Aldrich
wrote:

>  Hi
>
>
>
> We use Active Directory to authenticate users in Jenkins.  Email to one of
> our users is going to the wrong email address.
>
>
>
> If his name is Fred Bloggs, his svn credentials are fbloggs, and Jenkins
> is sending the email to fbloggs@ourdomain.  But his email address is
> fred.bloggs@ourdomain.  How can I fix that please?
>
>
>
> Best regards
>
>
>
> David
>
>
>
> --
> 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/d/optout.
>



-- 
Website: http://earl-of-code.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/d/optout.


How to set email address for a user when using AD?

2014-04-10 Thread David Aldrich
Hi

We use Active Directory to authenticate users in Jenkins.  Email to one of our 
users is going to the wrong email address.

If his name is Fred Bloggs, his svn credentials are fbloggs, and Jenkins is 
sending the email to fbloggs@ourdomain.  But his email address is 
fred.bloggs@ourdomain.  How can I fix that please?

Best regards

David

-- 
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/d/optout.


Re: GIT checkout Very Urgent...!!!

2014-04-10 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Git does not provide a way to clone (checkout) a single file. You must clone 
some portion of the repository and then checkout a branch that contains the 
file you need.

- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Apr 10 2014 12:29:31


look at sparse checkout as one way you might do that.
On Apr 10, 2014 10:25 AM,   wrote:

Hi Folks,

I'm trying to checkout a specific file from GIT using Jenkins, I didn't any way 
how to get a specific file form GIT. 

Could any one tel how to do this by using jenkins or GIT command.

we are accesing git through STASH my repository is like  
ssh://g...@stash.xyz.com:7999/repo/test.git 

there are 100 files in test, my requirement is checkout a specific file from 
test folder.-- 
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/d/optout.

-- 
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/d/optout.



---

-- 
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/d/optout.


Re: GIT checkout Very Urgent...!!!

2014-04-10 Thread Mark Waite
look at sparse checkout as one way you might do that.
On Apr 10, 2014 10:25 AM,  wrote:

> Hi Folks,
>
> I'm trying to checkout a specific file from GIT using Jenkins, I didn't
> any way how to get a specific file form GIT.
>
> Could any one tel how to do this by using jenkins or GIT command.
>
> we are accesing git through STASH my repository is like  
> *ssh://g...@stash.xyz.com:7999/repo/test.git
>  *
>
> *there are 100 files in test, my requirement is checkout a specific file
> from test folder.*
>
> --
> 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/d/optout.
>

-- 
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/d/optout.


GIT checkout Very Urgent...!!!

2014-04-10 Thread srinath0805
Hi Folks,

I'm trying to checkout a specific file from GIT using Jenkins, I didn't any 
way how to get a specific file form GIT. 

Could any one tel how to do this by using jenkins or GIT command.

we are accesing git through STASH my repository is like  
*ssh://g...@stash.xyz.com:7999/repo/test.git *

*there are 100 files in test, my requirement is checkout a specific file 
from test folder.*

-- 
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/d/optout.


Re: What happens to JNLP process if connection goes down?

2014-04-10 Thread fahptv
The title of the post may be misleading. I don't know what really happens 
to the original connection so I can't say for sure it went down. All I know 
is the master considers the slave to be unavailable and we are not able to 
SSH to the slave. Just wondering what happens to the java/jnlp process on 
the slave at that point.

-- 
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/d/optout.


What happens to JNLP process if connection goes down?

2014-04-10 Thread fahptv

   
   1. Slave connects to master successfully and is online. There's a 
   process running on the slave: java -jar slave.jar -jnlpUrl 
   https://some.host/jenkins/computer/my-computer/slave-agent.jnlp -secret 
   mysecret ...
   2. Something bad and mysterious happens and the slave is offline from 
   the master's point of view.
   3. We notice and try to SSH to the slave to investigate
   4. We discover that the slave does not accept any SSH attempts. 
   
*Given that 1-4 happen, what would you see if you were magically able to 
run the following command on the slave?*

ps aux

Would the java process still be running? Would it be in the list? Or would 
it be gone?

Another question is what would make a Mac OS X slave reject all SSH 
attempts? No available RAM?

-- 
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/d/optout.


Re: Jenkins putting '$' characters in file/folder names, breaking automatic backups

2014-04-10 Thread Daniel Beck

On 10.04.2014, at 15:56, Scott Evans  wrote:

> Anyone know why this may be occurring and what I can do to resolve this?

It's a Maven job. AFAICT, they've always (or at least since 2009) worked like 
this to store artifacts and logs separate for each module, see e.g.

https://github.com/jenkinsci/maven-plugin/commit/ad9a2bfe1d53794ae504e6213d8d096522ead165#diff-347f315ca5770f02d2f970f372ac0c7eR80

Are all your other jobs freestyle projects?

-- 
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/d/optout.


Re: Jenkins putting '$' characters in file/folder names, breaking automatic backups

2014-04-10 Thread Scott Evans
To ???:

A few quick thoughts (since I don't have access to your machine and
environment):

- You said you ran the command-line job on the Jenkins server itself?  Is
this the same physical box where the build ran that's causing problems?
Most people are set up with a Jenkins server and then agent machines to
actually do the build jobs.

- How is your agent configured?  If as a service, is it set to interact
with the desktop?  If it's a manual start agent, is it running under the
same user as you did the successful test build?

- Can you search the Jenkins build log for that $ character to see if you
can tell where it's getting used, and compare that output to your manual
job that was successful?  If nothing is found, you may want to see about
increasing debug output to see where your build differences are.

- Are there any environment variable differences between the Jenkins and
manual jobs that might impact your build's logic?

Hope this helps,
Scott


On Thu, Apr 10, 2014 at 8:44 AM, liltitus27 .  wrote:

> Hi All,
>
> I'm using Jenkins v1.546, hosted on a Windows Server 2008 R2 SP1 machine.
>
> I've set up a fairly simple job for building a Maven Java project. It
> polls the SCM with no schedule and picks up remote build triggers,
> requiring an authentication token. It uses Subversion and performs clean
> checkouts with svn update. Additionally, it has a post-build step that
> archives some build artifacts (i.e., the resulting WAR and WSDLs).
>
> The issue I'm experiencing is that the builds that it stores on the
> filesystem itself contain invalid characters in their filenames. This
> causes our automatic backup process to blow up, it being unable to alter or
> remove those directories/files with the '$'. I myself cannot move/delete
> those folders or files either, but if I rename it and remove the $, then
> things work fine. Oh, and if I try to follow one of these links with the $
>  in it, it doesn't resolve. None of the other jobs seem to do this - just
> my job, of course. Anyone know why this may be occurring and what I can do
> to resolve this?
>
>
>
> I've attached multiple screenshots that show the bad filename and my
> Jenkins job setup. I had to white out some company information, but if I
> can provide any additional information to help troubleshoot this, just let
> me know.
>
> From the command line, on the Jenkins server itself, I ran 'mvn clean
> install' on the project workspace as it's hosted in the Jenkins
> workspace.  This ran fine, produced all needed artifacts, and all tests
> passed.  None of the resulting files or folders from the maven build
> created anything with invalid characters or anything similar to the folders
> I'm seeing that are causing issues.
>
> Also, I did some additional research, looking through the changelogs for
> each released version of Jenkins since my version (latest is 1.557). I saw
> three possible issues in the changelogs that could be related, but it's
> hard for me to tell. I cannot simply upgrade our Jenkins to test out this
> theory, since I'll need to provide a reason for upgrading beyond a hunch.
>
> https://issues.jenkins-ci.org/browse/JENKINS-21023
> https://issues.jenkins-ci.org/browse/JENKINS-20534
> https://issues.jenkins-ci.org/browse/JENKINS-21958
>
>  --
> 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/d/optout.
>

-- 
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/d/optout.


Unable to open for write

2014-04-10 Thread Graham Little
I am using the mvn-nar-plugin to execute a build task in Maven 2, that 
builds and packages a c++ project. Here is a copy of the console output, I 
know that write permissions have been denied, is there a setting in jenkins 
that would allow this build process to have the write permissions it needs?

many thanks

Graham

Building in workspace /Users/Shared/Jenkins/Home/workspace/mvn-nar-test
Parsing POMs
[mvn-nar-test] $ 
/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/bin/java 
-cp 
/Users/Shared/Jenkins/Home/plugins/maven-plugin/WEB-INF/lib/maven-agent-1.5.jar:/Users/grahamlittle/Applications/apache-maven-2.2.1/boot/classworlds-1.1.jar
 
hudson.maven.agent.Main 
/Users/grahamlittle/Applications/apache-maven-2.2.1/ 
/Users/Shared/Jenkins/Home/war/WEB-INF/lib/remoting-2.36.jar 
/Users/Shared/Jenkins/Home/plugins/maven-plugin/WEB-INF/lib/maven-interceptor-1.5.jar
 
63700 
/Users/Shared/Jenkins/Home/plugins/maven-plugin/WEB-INF/lib/maven2.1-interceptor-1.2.jar
<===[JENKINS REMOTING CAPACITY]===>channel started
log4j:WARN No appenders could be found for logger 
(org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
Executing Maven:  -B -f 
/Users/Shared/Jenkins/Home/workspace/mvn-nar-test/pom.xml install
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   Unnamed - com.awakening:mvn-test:pom:1.0
[INFO]   Unnamed - com.awakening.mvn-test:test-library:nar:1.0-SNAPSHOT
[INFO]   Unnamed - com.awakening.mvn-test:test-app:nar:1.0-SNAPSHOT
[INFO] 

[INFO] Building Unnamed - com.awakening:mvn-test:pom:1.0
[INFO]task-segment: [install]
[INFO] 

[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing /Users/Shared/Jenkins/Home/workspace/mvn-nar-test/pom.xml 
to 
/Users/Shared/Jenkins/.m2/repository/com/awakening/mvn-test/1.0/mvn-test-1.0.pom
[INFO] 

[INFO] Building Unnamed - 
com.awakening.mvn-test:test-library:nar:1.0-SNAPSHOT
[INFO]task-segment: [install]
[INFO] 

[INFO] [nar:nar-validate {execution: default-nar-validate}]
[INFO] Using AOL: x86_64-MacOSX-g++
[INFO] [nar:nar-download {execution: default-nar-download}]
[INFO] [nar:nar-unpack {execution: default-nar-unpack}]
[INFO] [nar:nar-gnu-configure {execution: default-nar-gnu-configure}]
[INFO] [nar:nar-system-generate {execution: default-nar-system-generate}]
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (US-ASCII actually) to copy filtered 
resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory 
/Users/Shared/Jenkins/Home/workspace/mvn-nar-test/test-library/src/main/resources
[INFO] [nar:nar-resources {execution: default-nar-resources}]
[INFO] Copied 0 resources
[INFO] [nar:nar-gnu-resources {execution: default-nar-gnu-resources}]
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [nar:nar-javah {execution: default-nar-javah}]
[INFO] [nar:nar-gnu-make {execution: default-nar-gnu-make}]
[INFO] [nar:nar-compile {execution: default-nar-compile}]
[INFO] Compiling 1 native files
[INFO] 

[ERROR] BUILD ERROR
[INFO] 

[INFO] NAR: could not copy include files

Embedded error: Unable to open file 
/Users/Shared/Jenkins/Home/workspace/mvn-nar-test/test-library/target/nar/include/test.h
 
for writing.
[INFO] 

[INFO] For more information, run Maven with the -e switch
[INFO] 

[INFO] Total time: 3 seconds
[INFO] Finished at: Thu Apr 10 15:48:34 EEST 2014
[INFO] Final Memory: 31M/700M
[INFO] 

[JENKINS] Archiving 
/Users/Shared/Jenkins/.m2/repository/com/awakening/mvn-test/1.0/mvn-test-1.0.pom
 
to com.awakening/mvn-test/1.0/mvn-test-1.0.pom
/Users/Shared/Jenkins/.m2/repository/com/awakening/mvn-test/1.0/mvn-test-1.0.pom
 
is not inside /Users/Shared/Jenkins/Home/workspace/mvn-nar-test/; will 
archive in a separate pass
[JENKINS] Archiving 
/Users/Shared/Jenkins/Home/workspace/mvn-nar-test/test-library/pom.xml to 
com.awakening.mvn-test/test-library/1.0-SNAPSHOT/test-library-1.0-SNAPSHOT.pom
channel stopped
Finished: FAILURE


-- 
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

RE: Where did the "Append Jenkins Build Number" in the m2-release plugin go?

2014-04-10 Thread James Nord (jnord)
You could try setting the release version to “1.2.3-${BUILD_NUMBER}” – but I’m 
not expecting that it works – you may get lucky.

/James

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of dev123
Sent: 10 April 2014 12:54
To: jenkinsci-users@googlegroups.com
Subject: Where did the "Append Jenkins Build Number" in the m2-release plugin 
go?

Jenkins 1.558

I understand that "Append Jenkins Build Number" has been removed in the 
mvn-release plugin since it had no effect
https://issues.jenkins-ci.org/browse/JENKINS-20753

But it is possible to get this feature to work automatically work somehow 
anyway?


Before:


[https://lh5.googleusercontent.com/-2uDE5QlvPBQ/U0Z5nZL5l7I/ABQ/KvmBqWrxcwc/s320/mvn-rel.png]
After:


[https://lh3.googleusercontent.com/-ZHQYTmnmXNA/U0Z-PXKvvwI/ABc/8YXDKCgYxiI/s320/mvn-rel222.png]

--
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/d/optout.

-- 
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/d/optout.


Where did the "Append Jenkins Build Number" in the m2-release plugin go?

2014-04-10 Thread dev123
Jenkins 1.558

I understand that "Append Jenkins Build Number" has been removed in the 
mvn-release plugin since it had no effect
https://issues.jenkins-ci.org/browse/JENKINS-20753

But it is possible to get this feature to work automatically work somehow 
anyway?


Before:


After:



-- 
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/d/optout.


Re: Trigger a job Y after an artifact from job X has been released?

2014-04-10 Thread dev123
I now use the conditional trigger plugin where I set the boolean token to 
evaluate $IS_M2RELEASEBUILD. Works fine.




On Wednesday, April 9, 2014 11:09:07 PM UTC+2, dev123 wrote:
>
> Ah yes. I have installed the promoted build plugin. I have then checked 
> (for some reason the same option appears twice):
>
>
> 
>
>
> In a job *X*. Next I selected the job *a* to trigger under Action:
>
>
>
> 
>
>
> But when I run the maven-release on the job *X* and it completes the job 
> *a* is not triggered. What am I missing?
>
>
>
>
> On Wednesday, April 9, 2014 10:38:23 PM UTC+2, Kevin Fleming wrote:
>>
>> This is called 'promotion'. Check out the Promoted Builds plugin.
>>
>> - Original Message -
>> From: jenkins...@googlegroups.com
>> To: jenkins...@googlegroups.com
>> At: Apr 9 2014 16:06:41
>>
>> I have a few maven projects A, B and C on Jenkins. I have configured the 
>> maven-release-plugin for the projects so I can release them with a single 
>> click on the release button.
>>
>> Now I have another project that picks up released artifacts, integrates 
>> them and runs a QA test. Currently I trigger this QA job manually.
>>
>> Now I need to trigger this QA job automatically when either A, B or C is 
>> being released through Jenkins. I don't want to trigger the QA job each 
>> time a change is pushed to either A,B or C only when they have been 
>> released. Is that possible - to trigger a job Y if a job X has been 
>> released?
>> -- 
>> 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/d/optout.
>>
>>

-- 
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/d/optout.


Re: Enabling Jenkins Security Blocks Github Webook <404 Error>

2014-04-10 Thread Marius Gedminas
On Wed, Apr 09, 2014 at 03:44:03PM -0400, Jon Cope wrote:
> I agree that it's not a great solution but it'll get me by while I
> search for a more favorable one.  Is there another way to utilize the
> webhook feature without enabling any anon privileges?

I'm using it fine without allowing anonymous users to start builds.

For extra security you can put a front-end web server (like Apache) in
front of your Jenkins and disallow unauthenticated access, with the sole
exception of /github-webhook.

https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Plugin#GitHubPlugin-SecurityImplications
claims this is safe.

> - Original Message -
> From: "Kevin Fleming (BLOOMBERG/ 731 LEXIN)" 
> To: jenkinsci-users@googlegroups.com
> Sent: Wednesday, April 9, 2014 2:07:17 PM
> Subject: Re: Enabling Jenkins Security Blocks Github Webook <404 Error>
> 
> Keep in mind that this will allow anyone to kick off builds of your
> jobs if they can reach your Jenkins web interface. This may not be a
> concern for you, but something to think about.
> 
> - Original Message -
> From: jenkinsci-users@googlegroups.com
> To: jenkinsci-users@googlegroups.com
> At: Apr  9 2014 14:25:54
> 
> Ah, no.  Apologies, forgot to remove that.  Initially I had it enabled
> as disabling it seemed to break the webhook feature.  Today with
> Jobs:configure off, it seems to work fine.
> 
> To clarify - Jobs: Read, Build | Overall: read

Marius Gedminas
-- 
IBM motto: "We found five vowels hiding in a corner, and we used
them _all_ for the 'eieio' instruction so that we wouldn't have to use
them anywhere else"
-- Linus Torvalds


signature.asc
Description: Digital signature


Bug in the promoted-build plugin when using release condition

2014-04-10 Thread dev123
It seems that the promoting a build based on  a release condition is broken 
in the promoted build plugin (version 2.17). I have reported a bug:

https://issues.jenkins-ci.org/browse/JENKINS-22565


Please comment or vote for this bug if you have the same 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/d/optout.


Trying to decipher stack trace

2014-04-10 Thread Maureen Barger
Hi - restarting Jenkins this morning I am getting the following error
at startup. Jenkins fails to start and I am unsure why.Has anyone seen
this error before?

Exception in thread "Jenkins initialization thread" java.lang.StackOverflowError

at java.lang.String$CaseInsensitiveComparator.compare(String.java:1170)

at java.lang.String.compareToIgnoreCase(String.java:1220)

at 
hudson.util.CaseInsensitiveComparator.compare(CaseInsensitiveComparator.java:40)

at 
hudson.util.CaseInsensitiveComparator.compare(CaseInsensitiveComparator.java:34)

at java.util.TreeMap.getEntryUsingComparator(TreeMap.java:369)

at java.util.TreeMap.getEntry(TreeMap.java:340)

at java.util.TreeMap.get(TreeMap.java:273)

at hudson.util.CopyOnWriteMap.get(CopyOnWriteMap.java:99)

at jenkins.model.Jenkins.getItem(Jenkins.java:2241)

at 
hudson.plugins.templateproject.ProxyBuilder.getProjectBuilders(ProxyBuilder.java:44)

at 
hudson.plugins.templateproject.ProxyBuilder.getProjectActions(ProxyBuilder.java:107)

at 
hudson.plugins.templateproject.ProxyBuilder.getProjectActions(ProxyBuilder.java:108)

-- 
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/d/optout.


Find user host who started a job

2014-04-10 Thread Ethan Hemo
Hi,

I want to know on what machine did the user started the job in Jenkins.
Is there any way to have it with the build information? 
I looked through some plugins but i haven't found something like that.

Thanks :)

-- 
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/d/optout.


Re: Deadlocked threads

2014-04-10 Thread Dirk Kuypers
Meanwhile I could reproduce the bug with 1.556 and was able to copy the
stack trace by inspecting the html page in chrome.;-)

I opened

https://issues.jenkins-ci.org/browse/JENKINS-22560

BR
Dirk



2014-04-09 15:11 GMT+02:00 Dirk Kuypers :

> Hi,
>
> I think since Jenkins 1.556 (with 1.555 there is definetely no problem,
> with 1.557/8 it is there) we are facing occasional deadlocks with executors
> which are not abortable, only a Jenkins restart helps. Via monitoring
> plugin I can see the following warning:
>
> Warning, the following threads are deadlocked :
> Executor #16 for 1sp-slave1 : executing CONTEST_Reporting_Tests #1586,
> Executor #5 for 1sp-slave4 : executing CONTEST_Reporting_Tests #1585,
> Handling GET /job/CONTEST_Reporting_Tests/test/trend : 
> RequestHandlerThread[#601]
>
> When hovering over the blocked thread I can see a quite long stack trace.
> I would like to have this stack trace as plain text instead of committing a
> JIRA ticket with a screen shot attached. Is this possible?
>
> Thanks for a hint
> Dirk
>

-- 
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/d/optout.


Re: Where did the maven deploy plugin go?

2014-04-10 Thread teilo
It shows up for me as part of the standard maven plugin, under a post build 
action

-- 
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/d/optout.