[JIRA] (JENKINS-16838) Jenkins v1.501 do not allow non-ansi passwords when launching slave as windows service.

2013-02-18 Thread linards.liep...@gmail.com (JIRA)














































Linards L
 updated  JENKINS-16838


Jenkins v1.501 do not allow non-ansi passwords when launching slave as windows service.
















Change By:


Linards L
(18/Feb/13 9:10 AM)




Affects Version/s:


current



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16853) Installation on Windows 7 fails

2013-02-18 Thread tbroust-prestata...@ventadis.fr (JIRA)














































Thomas Broust
 created  JENKINS-16853


Installation on Windows 7 fails















Issue Type:


Bug



Affects Versions:


current



Assignee:


Peter Hayes



Attachments:


jenkins-log.rar



Components:


release



Created:


18/Feb/13 9:17 AM



Description:


When I try to install the software using the Windows installer, the installation fails.
Apparently it's because of the firewall (I have the same kind of exception in the attached log) : https://groups.google.com/forum/#!msg/jenkinsci-users/W-YHlKSUsX0/v0U79ovE2IEJ

I can't try the fix, because of group policies I can't reactivate the Windows firewall.




Environment:


Windows 7




Project:


Jenkins



Labels:


windows
installation
installer




Priority:


Major



Reporter:


Thomas Broust

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16849) StackOverflowError involving findMailAddressFor

2013-02-18 Thread ku...@gmx.de (JIRA)














































kutzi
 updated  JENKINS-16849


StackOverflowError involving findMailAddressFor
















Change By:


kutzi
(18/Feb/13 9:22 AM)




Component/s:


git



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16849) StackOverflowError involving findMailAddressFor

2013-02-18 Thread ku...@gmx.de (JIRA)















































kutzi
 assigned  JENKINS-16849 to Nicolas De Loof



StackOverflowError involving findMailAddressFor
















Looks like an infinite recursion in the Git plugin to me





Change By:


kutzi
(18/Feb/13 9:23 AM)




Assignee:


Nicolas De Loof



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16854) svn:externals with fixed revision causes continuous builds

2013-02-18 Thread carlos.barra...@metaemotion.com (JIRA)














































Carlos Barrales
 created  JENKINS-16854


svn:externals with fixed revision causes continuous builds















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


subversion



Created:


18/Feb/13 9:37 AM



Description:


Having a external with a specific revision causes the system to continuous rebuild.

For example, we have a dependency called "dep" at revision setted at revision 1022.
The structure is:


trunk/externals
trunk/externals/dep
trunk/src

SVN Polls logs are:


Received SCM poll call on  for PROJECT on DATE
svn://host/project/trunk is on revision 602
svn://host/dep is on revision 1.022
(changed by 1.008)
Done. Took 87 Ms
Changes found

and the project continuous rebuilds although no changes made.

If we upgrade "dep" revision to latest (1024), now:


Received SCM poll call on  for PROJECT on DATE
svn://host/project/trunk is on revision 602
svn://host/dep is on revision 1.024
Done. Took 80 Ms
No changes}

in which one, the builds works as expected




Environment:


Windows 7 64bits




Project:


Jenkins



Labels:


svn
externals




Priority:


Major



Reporter:


Carlos Barrales

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-13959) StackOverflowException on Job Finish

2013-02-18 Thread andrey.hit...@gmail.com (JIRA)














































Andrey Hitrin
 updated  JENKINS-13959


StackOverflowException on Job Finish
















We've run into the same problem today (with the different stack trace though).

In order to reproduce bug you need to use following configuration:


	Jenkins 1.502 (or another fresh build)
	CVS plugin (we use 2.7)
	Git plugin (we use 1.1.28)
	Mailer plugin (we use 1.4)



Steps to reproduce defect:

1. Create project that uses git scm code versioning.
2. Build it once.
3. Turn on "E-mail Notification" option on the project setup page.
4. Make any change in the project's git repository.
5. Build it again (or use "poll scm" trigger).

Result: all three plugins call each other in an infinite loop until the end of stack.





Change By:


Andrey Hitrin
(18/Feb/13 9:47 AM)




Attachment:


failLog.txt



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-13959) StackOverflowException on Job Finish

2013-02-18 Thread andrey.hit...@gmail.com (JIRA)












































  
Andrey Hitrin
 edited a comment on  JENKINS-13959


StackOverflowException on Job Finish
















(duplicated comment about the same defect)



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-13959) StackOverflowException on Job Finish

2013-02-18 Thread andrey.hit...@gmail.com (JIRA)














































Andrey Hitrin
 commented on  JENKINS-13959


StackOverflowException on Job Finish















We've run into the same problem today (with different stack trace though).

In order to reproduce defect you must have following plugins installed and enabled (on Jenkins 1.502):


	Mailer (we use 1.4)
	CVS (we use 2.7)
	Git (we use 1.1.28)



Steps to reproduce defect:

1. Create a project that uses git source control
2. Build it once (successfully)
3. Turn on "E-mail Notification" option on the project setup page
4. Make a change in the git repository that project looks into
5. Run the build again (or use "scm polling" build trigger)

Result: all three plugins call each other in an infinite loop until the end of stack.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16802) Using Apache proxysettings breaks several GUI functions

2013-02-18 Thread i...@edict.de (JIRA)














































Technical Operations
 commented on  JENKINS-16802


Using Apache proxysettings breaks several GUI functions















Yes, we have set the externally visible Jenkins URL in "Jenkins URL" in the config screen. It's set to "randomname.my-company.com" and works on 1.452.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16855) Add "Allow broken build claiming" function

2013-02-18 Thread m...@nordicsemi.no (JIRA)














































Markus Hjerto
 created  JENKINS-16855


Add "Allow broken build claiming" function















Issue Type:


New Feature



Assignee:


mdonohue



Components:


configurationslicing



Created:


18/Feb/13 10:02 AM



Description:


It would be great if it was possible to add "Allow broken build claiming". See the https://wiki.jenkins-ci.org/display/JENKINS/Claim+plugin plugin. The plugin has 1800 installations, so I'd assume others would need it as well.

(Thanks for a great plugin!)




Project:


Jenkins



Priority:


Major



Reporter:


Markus Hjerto

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16856) Plugin uses hostname for links instead of ip address

2013-02-18 Thread mark.zieg...@rakekniven.de (JIRA)














































rake kniven
 created  JENKINS-16856


Plugin uses hostname for links instead of ip address















Issue Type:


Bug



Affects Versions:


current



Assignee:


vjuranek



Components:


disk-usage, plugin



Created:


18/Feb/13 10:13 AM



Description:


We do not use hostnames for many it services. There are not DNS/WINS entries.
Our jenkins system is reachable at http://10.14.110.154:8080 in our intranet.
All links works fine except disk usage plugin.
It uses http://hostname:8080. That doesn't work. 
Disk usage plugin should use the same URL as jenkins itself.




Environment:


Win 7, Java 7




Project:


Jenkins



Priority:


Major



Reporter:


rake kniven

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16857) Doesn't list all builds

2013-02-18 Thread peter.b...@gmail.com (JIRA)














































Peter Miklosko
 created  JENKINS-16857


Doesn't list all builds















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Attachments:


Screen shot 2013-02-18 at 11.09.20.png



Components:


jenkinswalldisplay



Created:


18/Feb/13 11:19 AM



Description:


After upgrading to current 0.6.16 wall display doesn't list all jobs, just random selection of 5 jobs.




Environment:


Ubuntu 12, Jenkins 1.5




Project:


Jenkins



Labels:


plugin




Priority:


Major



Reporter:


Peter Miklosko

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16857) Doesn't list all builds

2013-02-18 Thread peter.b...@gmail.com (JIRA)














































Peter Miklosko
 updated  JENKINS-16857


Doesn't list all builds
















Change By:


Peter Miklosko
(18/Feb/13 11:20 AM)




Description:


After upgrading to current 0.6.16 wall display doesn't list all jobs, just random selection of 5 jobs.
 Also help info for paint interval is broken, can't find



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16849) StackOverflowError involving findMailAddressFor

2013-02-18 Thread jan.schae...@tngtech.com (JIRA)














































Jan Schäfer
 commented on  JENKINS-16849


StackOverflowError involving findMailAddressFor















Deactivating the CVS plugin solves the problem for us



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16849) StackOverflowError involving findMailAddressFor

2013-02-18 Thread ku...@gmx.de (JIRA)














































kutzi
 updated  JENKINS-16849


StackOverflowError involving findMailAddressFor
















Change By:


kutzi
(18/Feb/13 11:30 AM)




Component/s:


cvs





Component/s:


postbuild-task



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16849) StackOverflowError involving findMailAddressFor

2013-02-18 Thread ku...@gmx.de (JIRA)














































kutzi
 commented on  JENKINS-16849


StackOverflowError involving findMailAddressFor















Another example why MailAddressResolvers (as they are currently implemented) are a very bad idea.
See also JENKINS-16389



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16849) StackOverflowError involving findMailAddressFor

2013-02-18 Thread kaspar.fisc...@dreizak.com (JIRA)














































Kaspar Fischer
 commented on  JENKINS-16849


StackOverflowError involving findMailAddressFor















Jan, thanks for the hit. Your suggestion works for me, too – perfect workaround. Very much appreciated.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16849) StackOverflowError involving findMailAddressFor

2013-02-18 Thread dean.reilly+jenk...@gmail.com (JIRA)














































Dean Reilly
 commented on  JENKINS-16849


StackOverflowError involving findMailAddressFor















Upgrading to the latest CVS plugin version also seems to fix the problem.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16856) Plugin uses hostname for links instead of ip address

2013-02-18 Thread vjura...@java.net (JIRA)














































vjuranek
 commented on  JENKINS-16856


Plugin uses hostname for links instead of ip address















Could you be more specific where it happens? Disk usage uses relative URL like plugin/disk-usage



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16809) Plugins FSTrigger/Envinject, NPE while loading jobs

2013-02-18 Thread riccardo.go...@gmx.ch (JIRA)














































Riccardo Gorza
 reopened  JENKINS-16809


Plugins FSTrigger/Envinject, NPE while loading jobs
















Hi Gregory,
Installed the latest fix. The original NPE is gone, but now I get a new exception during job-loading:


Feb 18, 2013 1:01:45 PM jenkins.InitReactorRunner$1 onTaskFailed
SEVERE: Failed Loading job Eval-Hot-Systemtest
java.lang.NullPointerException: Current Project is null
at com.sonyericsson.rebuild.RebuildAction.getProject(RebuildAction.java:138)
at com.sonyericsson.rebuild.RebuildAction.isRebuildAvailable(RebuildAction.java:276)
at com.sonyericsson.rebuild.RebuildAction.getUrlName(RebuildAction.java:163)
at org.jenkinsci.lib.envinject.service.EnvInjectActionRetriever.getEnvInjectAction(EnvInjectActionRetriever.java:36)
at org.jenkinsci.lib.envinject.service.EnvVarsResolver.getEnVars(EnvVarsResolver.java:54)
at org.jenkinsci.lib.envinject.service.EnvVarsResolver.getPollingEnvVars(EnvVarsResolver.java:36)
at org.jenkinsci.plugins.fstrigger.triggers.FolderContentTrigger.start(FolderContentTrigger.java:371)
at org.jenkinsci.lib.xtrigger.AbstractTrigger.start(AbstractTrigger.java:97)
at org.jenkinsci.lib.xtrigger.AbstractTrigger.start(AbstractTrigger.java:26)
at hudson.model.AbstractProject.onLoad(AbstractProject.java:294)
at hudson.model.Project.onLoad(Project.java:83)
at hudson.model.Items.load(Items.java:221)
at jenkins.model.Jenkins$17.run(Jenkins.java:2539)
at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146)
at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
at jenkins.model.Jenkins$7.runTask(Jenkins.java:883)
at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)





Change By:


Riccardo Gorza
(18/Feb/13 12:05 PM)




Resolution:


Fixed





Status:


Resolved
Reopened



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16809) Plugins FSTrigger/Envinject, NPE while loading jobs

2013-02-18 Thread riccardo.go...@gmx.ch (JIRA)














































Riccardo Gorza
 commented on  JENKINS-16809


Plugins FSTrigger/Envinject, NPE while loading jobs















Still about the same fstrigger jobs, which haven't changed.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16809) Plugins FSTrigger/Envinject, NPE while loading jobs

2013-02-18 Thread riccardo.go...@gmx.ch (JIRA)












































  
Riccardo Gorza
 edited a comment on  JENKINS-16809


Plugins FSTrigger/Envinject, NPE while loading jobs
















Still about the same fstrigger jobs, which haven't changed. Today, I'm using Jenkins v1.502.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16858) No build phases after update to 1.8

2013-02-18 Thread java.arti...@javacraft.org (JIRA)














































Jan Goyvaerts
 created  JENKINS-16858


No build phases after update to 1.8















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


jenkins-multijob-plugin



Created:


18/Feb/13 12:18 PM



Description:


After the update to 1.8 the build phases are not shown any more. 

Reverting to 1.7 made them appear again.




Environment:


1.8 version, Jenkins 1.500




Project:


Jenkins



Priority:


Major



Reporter:


Jan Goyvaerts

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16851) Strategy GerritTrigger missing with plugin 1.1.28

2013-02-18 Thread marcelhuber...@gmail.com (JIRA)














































Marcel Huber
 commented on  JENKINS-16851


Strategy GerritTrigger missing with plugin 1.1.28















I encountered same effects when using jenkins 1.502 and either git-plugin 1.1.27 or 1.1.28. So it might be related to 'platform' changes and not only git-plugin-changes.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16856) Plugin uses hostname for links instead of ip address

2013-02-18 Thread mark.zieg...@rakekniven.de (JIRA)














































rake kniven
 commented on  JENKINS-16856


Plugin uses hostname for links instead of ip address















Ok, I will try to make it more clear to you.

I open main page of our jenkins system  http://10.14.110.154:8080
When moving mouse over links like "New job", people, build history, manage jenkins, my views I see all links are relative to http://10.14.110.154:8080/.
When I move mouse over "Disk usage" it doesn't shows "http://10.14.110.154:8080/plugin/disk-usage", instead it shows "http://hostname:8080/plugin/disk-usage".
We have no name resolution, so link doesn't work.

Same on "manage jenkins" page. All icons using ip address, only "Disk Usage" uses hostname.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16856) Plugin uses hostname for links instead of ip address

2013-02-18 Thread mark.zieg...@rakekniven.de (JIRA)














































rake kniven
 updated  JENKINS-16856


Plugin uses hostname for links instead of ip address
















Change By:


rake kniven
(18/Feb/13 12:43 PM)




Description:


We do not use hostnames for many it services. There are
 not
 no
 DNS/WINS entries.Our jenkins system is reachable at http://10.14.110.154:8080 in our intranet.All links works fine except disk usage plugin.It uses http://hostname:8080. That doesn't work. Disk usage plugin should use the same URL as jenkins itself.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16851) Strategy GerritTrigger missing with plugin 1.1.28

2013-02-18 Thread bjoern.peder...@frm2.tum.de (JIRA)














































Björn Pedersen
 commented on  JENKINS-16851


Strategy GerritTrigger missing with plugin 1.1.28















After reverting git-plugin to 1.1.26 everything is back to normal here. The change was introduced in git 1.1.27, 1.1.28 was just a minor bugfix.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-13659) Migrating to Jenkins 1.462 : Bad version number in .class file (unable to load class com.google.common.collect.ImmutableSet)

2013-02-18 Thread christian.muel...@gmail.com (JIRA)














































Christian Müller
 commented on  JENKINS-13659


Migrating to Jenkins 1.462 : Bad version number in .class file (unable to load class com.google.common.collect.ImmutableSet)















We hit the same issue with Jenkins 1.500 running in Tomcat 7.0.35 with Java 1.7.0_13 and building a project with Java 1.5.0_22:

ERROR: Failed to parse POMs
java.io.IOException: Remote call on Channel to Maven [/home/wlsiadm/.jenkins/tools/hudson.model.JDK/jdk1.5.0_22/bin/java, -Xmx512m, -cp, /home/wlsiadm/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.2.jar:/home/wlsiadm/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar, org.jvnet.hudson.maven3.agent.Maven3Main, /home/wlsiadm/apache-maven-3.0.4, /home/wlsiadm/apache-tomcat-jenkins/webapps/jenkins/WEB-INF/lib/remoting-2.21.jar, /home/wlsiadm/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.2.jar, 50473] failed
	at hudson.remoting.Channel.call(Channel.java:681)
	at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:156)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:755)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:592)
	at hudson.model.Run.execute(Run.java:1557)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: java.lang.ClassFormatError: Failed to load org.kohsuke.stapler.Stapler
	at hudson.remoting.RemoteClassLoader.loadClassFile(RemoteClassLoader.java:193)
	at hudson.remoting.RemoteClassLoader.findClass(RemoteClassLoader.java:144)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
	at hudson.model.Result.(Result.java:191)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:164)
	at $Proxy2.(Unknown Source)
	at sun.reflect.GeneratedSerializationConstructorAccessor39.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:501)
	at java.io.ObjectStreamClass.newInstance(ObjectStreamClass.java:896)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1704)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1910)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1834)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
	at java.util.HashMap.readObject(HashMap.java:1067)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1812)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1910)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1834)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:182)
	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.ClassFormatError: Failed to load javax.servlet.http.Htt

[JIRA] (JENKINS-16860) Support for cloudformation CAPABILITIES option

2013-02-18 Thread mar...@bashton.com (JIRA)














































Marcin Kulisz
 created  JENKINS-16860


Support for cloudformation CAPABILITIES option















Issue Type:


Improvement



Assignee:


edovale



Components:


cloudformation



Created:


18/Feb/13 1:06 PM



Description:


When roles are created withing stack 'capabilities' option have to be enabled to make whole stack working.
Currently it's not working and causing whole stack creation to fail with following message:
Failed to create stack: . Reason: Detailed Message: Stack [] already exists
But it's not and never been




Environment:


CentOS6.2 2.6.32-279.1.1.el6.x86_64 #1 SMP 




Project:


Jenkins



Labels:


plugin




Priority:


Major



Reporter:


Marcin Kulisz

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16859) Plugin forgets "Ignore Exit Code" setting

2013-02-18 Thread sch...@spaceagerobotics.com (JIRA)














































Andrew Schamp
 created  JENKINS-16859


Plugin forgets "Ignore Exit Code" setting















Issue Type:


Bug



Affects Versions:


current



Assignee:


Johannes Ohlemacher



Components:


valgrind



Created:


18/Feb/13 1:06 PM



Description:


We have some unit tests that fail when running under valgrind (which causes a bad exit status).  This causes the build to fail, so we use the "ignore exit code" setting in the valgrind plugin.  However, it appears that sometimes (perhaps when changing some other setting?) the "ignore exit code" config parameter is forgotten, and we get failed builds because the exit code is no longer ignored.

Can you please teach it to remember that code when changing other settings in the job configuration?




Environment:


RHEL6




Project:


Jenkins



Priority:


Major



Reporter:


Andrew Schamp

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16851) Strategy GerritTrigger missing with plugin 1.1.28

2013-02-18 Thread marcelhuber...@gmail.com (JIRA)














































Marcel Huber
 commented on  JENKINS-16851


Strategy GerritTrigger missing with plugin 1.1.28















Thank you Björn, I did not step back in git-plugin versions so I missed this one, sorry.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-12818) Fix Linux mouse paste in the description fields

2013-02-18 Thread jcarsi...@java.net (JIRA)















































Julien Carsique
 resolved  JENKINS-12818 as Cannot Reproduce


Fix Linux mouse paste in the description fields
















Not reproducible with 1.500





Change By:


Julien Carsique
(18/Feb/13 1:21 PM)




Status:


Open
Resolved





Resolution:


Cannot Reproduce



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16861) Add support for the Claim Plugin

2013-02-18 Thread m...@nordicsemi.no (JIRA)














































Markus Hjerto
 created  JENKINS-16861


Add support for the Claim Plugin















Issue Type:


New Feature



Assignee:


Alex Earl



Components:


email-ext



Created:


18/Feb/13 2:14 PM



Description:


It would be great if this plugin could add support for the Claim Plugin (https://wiki.jenkins-ci.org/display/JENKINS/Claim+plugin, 1800 installations).

I imagine two additional features shown to the user in the Project configuration, if the Claim Plugin is installed:

	A "recipient group" called "Claimer" or something so that we can select when this person gets an email.
	One or more triggers related to a failed build which is already claimed. Maybe it could be a checkbox to the existing triggers ("...and is already claimed")



The end result would be that the user can configure that for example only the owners and the claimer (i.e. not the other culprits) will be emailed when a build with a sticky Claim fails again.





Project:


Jenkins



Priority:


Major



Reporter:


Markus Hjerto

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-15652) All executors dead with item.isStuck(): ArrayIndexOutOfBoundsException and more in logs

2013-02-18 Thread tak...@java.net (JIRA)














































taksan
 commented on  JENKINS-15652


All executors dead with item.isStuck(): ArrayIndexOutOfBoundsException and more in logs















It seems we are having a similar problem. All of our executors were dead today with the following stacktrace:

java.lang.ArrayIndexOutOfBoundsException: Assertion error: failing to load #12608 DESC: lo=97,hi=95,size=98,size2=98
	at jenkins.model.lazy.AbstractLazyLoadRunMap.search(AbstractLazyLoadRunMap.java:418)
	at hudson.model.AbstractProject.getNearestOldBuild(AbstractProject.java:1025)
	at hudson.maven.MavenModuleSetBuild.getModuleLastBuilds(MavenModuleSetBuild.java:434)
	at hudson.maven.MavenModuleSetBuild.getResult(MavenModuleSetBuild.java:189)
	at hudson.model.Job.getLastBuildsOverThreshold(Job.java:853)
	at hudson.model.Job.getEstimatedDuration(Job.java:864)
	at hudson.model.queue.MappingWorksheet.(MappingWorksheet.java:320)
	at hudson.model.queue.MappingWorksheet.(MappingWorksheet.java:303)
	at hudson.model.Queue.maintain(Queue.java:1033)
	at hudson.model.Queue.pop(Queue.java:861)
	at hudson.model.Executor.grabJob(Executor.java:284)
	at hudson.model.Executor.run(Executor.java:205)

This weekend, the daylight saving just ended and the clocks went back one hour, so it seems the same problem Alexander described.

Besides removing the builds, are there other workarounds? 



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16862) Email sending? causes Jenkins to fail job.

2013-02-18 Thread jo...@yahoo.com (JIRA)














































Jochen Kapaun
 created  JENKINS-16862


Email sending? causes Jenkins to fail job.















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


other



Created:


18/Feb/13 2:27 PM



Description:


In the console output of a job, suddenly this error appears when emails should be sent. The emails are sent, but the job fails and contains the errormessage shown below.

This first occured after installing jenkins 1.501. (The previous version was something like 1.493 or so)

The stacktrace repeats itself, suggesting an infinite loop.

Sorry, i have no idea which component this error is about.

java.lang.StackOverflowError
	at java.io.UnixFileSystem.getBooleanAttributes0(Native Method)
	at java.io.UnixFileSystem.getBooleanAttributes(UnixFileSystem.java:228)
	at java.io.File.exists(File.java:733)
	at hudson.model.User.getOrCreate(User.java:341)
	at hudson.model.User.get(User.java:331)
	at hudson.model.User.get(User.java:299)
	at hudson.plugins.git.GitChangeSet.findOrCreateUser(GitChangeSet.java:271)
	at hudson.plugins.git.GitChangeSet.getAuthor(GitChangeSet.java:325)
	at hudson.model.AbstractBuild.hasParticipant(AbstractBuild.java:454)
	at hudson.model.AbstractProject.hasParticipant(AbstractProject.java:1530)
	at hudson.model.User.getProjects(User.java:448)
	at hudson.scm.MailAddressResolverImpl.findMailAddressFor(MailAddressResolverImpl.java:21)
	at hudson.tasks.MailAddressResolver.resolve(MailAddressResolver.java:101)
	at hudson.tasks.Mailer$UserProperty.getAddress(Mailer.java:532)
	at hudson.plugins.git.GitChangeSet.isMailerPropertySet(GitChangeSet.java:291)
	at hudson.plugins.git.GitChangeSet.findOrCreateUser(GitChangeSet.java:277)
	at hudson.plugins.git.GitChangeSet.getAuthor(GitChangeSet.java:325)
	at hudson.model.AbstractBuild.hasParticipant(AbstractBuild.java:454)
	at hudson.model.AbstractProject.hasParticipant(AbstractProject.java:1530)
	at hudson.model.User.getProjects(User.java:448)
	at hudson.scm.MailAddressResolverImpl.findMailAddressFor(MailAddressResolverImpl.java:21)
	at hudson.tasks.MailAddressResolver.resolve(MailAddressResolver.java:101)
	at hudson.tasks.Mailer$UserProperty.getAddress(Mailer.java:532)
	at hudson.plugins.git.GitChangeSet.isMailerPropertySet(GitChangeSet.java:291)
	at hudson.plugins.git.GitChangeSet.findOrCreateUser(GitChangeSet.java:277)




Environment:


centos 5




Fix Versions:


current



Project:


Jenkins



Priority:


Major



Reporter:


Jochen Kapaun

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16851) Strategy GerritTrigger missing with git plugin 1.1.28

2013-02-18 Thread bjoern.peder...@frm2.tum.de (JIRA)














































Björn Pedersen
 updated  JENKINS-16851


Strategy GerritTrigger missing with git plugin 1.1.28
















Change By:


Björn Pedersen
(18/Feb/13 3:18 PM)




Summary:


Strategy GerritTrigger missing with
 git
 plugin 1.1.28



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16851) Strategy GerritTrigger missing with git plugin 1.1.28

2013-02-18 Thread rsand...@java.net (JIRA)














































rsandell
 commented on  JENKINS-16851


Strategy GerritTrigger missing with git plugin 1.1.28















The git plugin beats me again 

I've managed to fix the incompatibility, and in the process I happened to fix the changelog issue in GT as well.
But that introduced an infinite loop between the git plugin and Mailer in core when the culprits are being calculated at the end of the build.
>From the looks of it it does not have to do with my changes, but I need to dive into it more before I let it loose in the wild.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16861) Add support for the Claim Plugin

2013-02-18 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-16861


Add support for the Claim Plugin















Not sure I understand what you are looking for. Does the claim plugin export any variables? If so, you could just use that as the recipient list. Also, I am adding a script trigger that you would be able to do anything in groovy script to cause an email to be sent.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-11638) When claimed, stop sending e-mails to individuals who broke the build

2013-02-18 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-11638


When claimed, stop sending e-mails to individuals who broke the build















With the template support in email-ext, you could easily add the claim information.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-8573) Replacement of some maven properties is not working

2013-02-18 Thread brent.atkin...@gmail.com (JIRA)












































  
Brent Atkinson
 edited a comment on  JENKINS-8573


Replacement of some maven properties is not working
















This only works for builds not using maven.build.timestamp.format since the pattern used is hard-coded. Is there a reason that we couldn't use the format if specified here? https://github.com/jenkinsci/maven-interceptors/commit/d4f8020ad40f0ad5b715e083981b1d63cd518664#L0R92 



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-8573) Replacement of some maven properties is not working

2013-02-18 Thread brent.atkin...@gmail.com (JIRA)














































Brent Atkinson
 commented on  JENKINS-8573


Replacement of some maven properties is not working















This only works for builds not using maven.build.timestamp.format since the patter used is hard-coded. Is there a reason that we couldn't use the format if specified here? https://github.com/jenkinsci/maven-interceptors/commit/d4f8020ad40f0ad5b715e083981b1d63cd518664#L0R92 



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16746) Unable to send email since Jenkins 1.500

2013-02-18 Thread eink...@hlp.de (JIRA)














































René Charbonneau
 commented on  JENKINS-16746


Unable to send email since Jenkins 1.500















Sorry for the late response.

Yes I have tried both TLS and non-TLS.

Here is the error message when I use TLS:


Das Versenden der E-Mail ist fehlgeschlagen

javax.mail.MessagingException: Could not connect to SMTP host: exchange.hlp.de, port: 465;
  nested exception is:
	java.net.ConnectException: Connection refused
	at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1934)
	at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:638)
	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.Mailer$DescriptorImpl.doSendTestMail(Mailer.java:499)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:288)
	at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:151)
	at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:90)
	at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:111)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:573)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:658)
	at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:241)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:573)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:658)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:487)
	at org.kohsuke.stapler.Stapler.service(Stapler.java:164)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:45)
	at winstone.ServletConfiguration.execute(ServletConfiguration.java:248)
	at winstone.RequestDispatcher.forward(RequestDispatcher.java:333)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:376)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:95)
	at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:87)
	at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
	at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:47)
	at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
	at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
	at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
	at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
	at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:50)
	at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
	at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
	at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
	at winstone.RequestDispatcher.forward(RequestDispatcher.java:331)
	at winstone.RequestHandlerThread.processRequest(RequestHandlerThread.java:215)
	at winstone.RequestHandlerThread.run(RequestHandlerThread.java:138)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(Abstra

[JIRA] (JENKINS-16861) Add support for the Claim Plugin

2013-02-18 Thread m...@nordicsemi.no (JIRA)














































Markus Hjerto
 commented on  JENKINS-16861


Add support for the Claim Plugin















I don't think the Claim Plugin exports any variables, but I don't know. I've seen the claim status in the builds' APIs.

What I'm looking for is a possibility to make Jenkins not send "build is still failing" e-mails to all committers if a user has Claimed the failing build. Only the claimer (and maybe the default recipients) should get e-mails if the build is claimed. But if no-one has claimed the failing build, then all committers should get emails as normal. Therefore I don't think it would help to add a variable to the recipient list, if such a variable is exported by the Claim Plugin.

I was also considering the custom script that can execute before e-mailing. But this can only stop all e-mails (cancel=true), not modify the recipients list (I think?). I would like it to send e-mails to different recipients depending on the claim status.

The end result and goal is less spam. I think this would fit nicely in email-ext, since I can select who'll get emails when (1st fail, next fails etc). It only needs a "if claimed" option to the triggers and the ability to fetch the claimer's username from the job's API.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16600) NullPointerException Exception in AuthorizationMatrixProperty when saving job config

2013-02-18 Thread cfo...@gmx.de (JIRA)














































cforce
 updated  JENKINS-16600


NullPointerException Exception in  AuthorizationMatrixProperty when saving job config
















I found the cause in plugin "remote-terminal-access". If i remove the plugin all problems are gone.





Change By:


cforce
(18/Feb/13 4:23 PM)




Component/s:


remote-terminal-access





Component/s:


core



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16746) Unable to send email since Jenkins 1.500

2013-02-18 Thread eink...@hlp.de (JIRA)














































René Charbonneau
 commented on  JENKINS-16746


Unable to send email since Jenkins 1.500















I have some updates for you: I you configure smtp to send emails without SMTP-Auth it works just fine! So it must have something to do with the javamail libarys. Cause Atlassian does have the EXACT same problem in Jira and Confluence...



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16851) Strategy GerritTrigger missing with git plugin 1.1.28

2013-02-18 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-16851


Strategy GerritTrigger missing with git plugin 1.1.28















https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin claims this is fixed in 1.1.29.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16851) Strategy GerritTrigger missing with git plugin 1.1.28

2013-02-18 Thread rsand...@java.net (JIRA)














































rsandell
 commented on  JENKINS-16851


Strategy GerritTrigger missing with git plugin 1.1.28















I probably need to do some changes in the Gerrit Trigger as well, because the current code assumes that the IGitApi reference is something else (by casting it) so that it can do some log parsing. And with the new git api implementation that assumption is wrong.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16863) After upgrade to 1.502, hudson.tasks.Mailer.UserProperty is unresolvable

2013-02-18 Thread adam.daughter...@dothill.com (JIRA)














































fuck you
 created  JENKINS-16863


After upgrade to 1.502, hudson.tasks.Mailer.UserProperty is unresolvable















Issue Type:


Bug



Assignee:


Unassigned


Components:


core, mail



Created:


18/Feb/13 5:15 PM



Description:


Looked for this in JIRA for a bit and found https://issues.jenkins-ci.org/browse/JENKINS-16862 which is close to the issue I'm seeing, but not sure if really a dupe.

After upgrade to 1.502, hudson.tasks.Mailer.UserProperty is unresolvable in a groovy script which emails the user (LDAP) who kicked off the job.

Stack dump is:

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
/mnt/cns/DeviceMgmt/jenkins/scripts/JenkinsEmailer.groovy: 50: unable to resolve class hudson.tasks.Mailer.UserProperty 
 @ line 50, column 37.
   if (userProp instanceof hudson.tasks.Mailer.UserProperty)
   ^

1 error

	at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:302)
	at org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:858)
	at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:548)
	at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:497)
	at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:306)
	at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:283)
	at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:267)
	at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:197)
	at groovy.lang.GroovyClassLoader$parseClass.call(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
	at Script1.run(Script1.groovy:11)
	at groovy.lang.GroovyShell.evaluate(GroovyShell.java:580)
	at groovy.lang.GroovyShell.evaluate(GroovyShell.java:618)
	at groovy.lang.GroovyShell.evaluate(GroovyShell.java:589)
	at groovy.lang.Script.evaluate(Script.java:208)
	at groovy.lang.Script$evaluate.callCurrent(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141)
	at Script1.run(Script1.groovy:14)
	at groovy.lang.GroovyShell.evaluate(GroovyShell.java:580)
	at groovy.lang.GroovyShell.evaluate(GroovyShell.java:618)
	at groovy.lang.GroovyShell.evaluate(GroovyShell.java:589)
	at org.jvnet.hudson.plugins.groovypostbuild.GroovyPostbuildRecorder.perform(GroovyPostbuildRecorder.java:276)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:814)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:786)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:733)
	at hudson.model.Run.execute(Run.java:1593)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:237)




Environment:


Ubuntu Server 10.04 32-bit, fully updated

Previous Jenkins version 1.486




Project:


Jenkins



Labels:


job
exception
plugin




Priority:


Major



Reporter:


fuck you


[JIRA] (JENKINS-16862) Email sending? causes Jenkins to fail job.

2013-02-18 Thread ku...@gmx.de (JIRA)















































kutzi
 resolved  JENKINS-16862 as Duplicate


Email sending? causes Jenkins to fail job.
















Change By:


kutzi
(18/Feb/13 5:41 PM)




Status:


Open
Resolved





Resolution:


Duplicate



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-12830) Java Heap exception for the post build task

2013-02-18 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-12830


Java Heap exception for the post build task















Is it reproduced with a recent Jenkins version?
If yes, would be ok to just increase -Xmx in your configuration?

(Without more information on your server and on your jobs, it will be hard to know the cause of this. And yes, your current jobs/builds or perhaps new jenkins version may need just a little bit more heap memory than before and that is not always a defect. It depends on what you do with this server.)



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-12830) Java Heap exception for the post build task

2013-02-18 Thread ever...@free.fr (JIRA)












































  
evernat
 edited a comment on  JENKINS-12830


Java Heap exception for the post build task
















Is it reproduced with a recent Jenkins version?
If yes, would it be ok to just increase -Xmx in your configuration?

(Without more information on your server and on your jobs, it will be hard to know the cause of this. And yes, your current jobs/builds or perhaps new jenkins version may need just a little bit more heap memory than before and that is not always a defect. It depends on what you do with this server.)



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16861) Add support for the Claim Plugin

2013-02-18 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-16861


Add support for the Claim Plugin















One of the little known features is that you can use a script in the recipient list. There are two pieces that you can use to do what you want I think.

1) Use the SCRIPT token and provide a script parameter directly so it doesn't try and use a template. This script would be used in the recipient field and would check if the build was claimed, if it was it would only return the person's email address that claimed it and this would be put into the recipient list. If no one has claimed the build, then you could return the full email list.

The pre-send script can indeed modify the recipient list since you have access to the message object.

In the future, the triggers will be an extension point, so anyone could implement a trigger, I think that would do what you want and allow for more portability and extensibility.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16746) Unable to send email since Jenkins 1.500

2013-02-18 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-16746


Unable to send email since Jenkins 1.500















The JavaMail library version didn't change in email-ext, so something must be conflicting in the classpath or something. Can you enable JavaMail debug and post the log (it will go to the Jenkins log file)?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16864) Error details misses to include the complete command line from the valgrind .xml files

2013-02-18 Thread siret...@gmail.com (JIRA)














































Reinhard Tartler
 created  JENKINS-16864


Error details misses to include the complete command line from the valgrind .xml files















Issue Type:


Bug



Assignee:


Johannes Ohlemacher



Components:


valgrind



Created:


18/Feb/13 6:30 PM



Project:


Jenkins



Priority:


Major



Reporter:


Reinhard Tartler

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16865) SVN fail to revert working dir : NullPointerException

2013-02-18 Thread emmanuel.boudr...@gmail.com (JIRA)














































Emmanuel Boudrant
 created  JENKINS-16865


SVN fail to revert working dir : NullPointerException















Issue Type:


Bug



Assignee:


David Pärsson



Components:


svn-release-mgr, svn-revert-plugin



Created:


18/Feb/13 6:38 PM



Description:


We have this error when we build using the revert + update SVN strategy.


Building remotely on MobileXcodeNode in workspace /Users/dev/jenkins/workspace/project
Reverting /Users/dev/jenkins/workspace/project/source to depth infinity with ignoreExternals: false
FATAL: null
java.lang.NullPointerException
	at hudson.scm.subversion.UpdateUpdater$TaskImpl.perform(UpdateUpdater.java:176)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:153)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:903)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:884)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:867)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2348)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:680)


When I try to do the revert manually on the node I can see this error not correctly handled by Jenkins : 


MobileXcodeNode:source dev$ svn revert . -R
Failed to revert 'Titanium_app/Resources' -- try updating instead.


Thanks




Environment:


Jenkins Subversion Plug-in : 1.45

Jenkins node running : Unix slave, version 2.21




Project:


Jenkins



Labels:


svn
revert




Priority:


Major



Reporter:


Emmanuel Boudrant

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16849) StackOverflowError involving findMailAddressFor

2013-02-18 Thread ku...@gmx.de (JIRA)














































kutzi
 updated  JENKINS-16849


StackOverflowError involving findMailAddressFor
















Change By:


kutzi
(18/Feb/13 7:07 PM)




Priority:


Major
Critical



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16809) Plugins FSTrigger/Envinject, NPE while loading jobs

2013-02-18 Thread gregory.boissi...@gmail.com (JIRA)















































Gregory Boissinot
 resolved  JENKINS-16809 as Fixed


Plugins FSTrigger/Envinject, NPE while loading jobs
















Hi Riccardo,
Thanks for your comment.
If you look at the stack trace, you see the bug relies on the rebuild plugin from SonyEricsson.
Rebuild plugin embeds the envinject library. There is a bug in the current version used by the rebuild plugin.
Please report a new bug for the rebuild plugin and ask to upgrade to envinject-lib 1.16.






Change By:


Gregory Boissinot
(18/Feb/13 9:23 PM)




Status:


Reopened
Resolved





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-15934) NPE when trying to open "Delete workspace when build is done"

2013-02-18 Thread aslo...@gmail.com (JIRA)














































Adam Sloan
 commented on  JENKINS-15934


NPE when trying to open "Delete workspace when build is done"















Me too, just started using Delete workspace:
Jenkins 1.500, Linux CentOS Redhat 6.2, Java 1.6.0_30

Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.blockbuild.BlockBuildWhenDownstreamBuildingBoolSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.blockbuild.BlockBuildWhenUpstreamBuildingBoolSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.buildtimeout.BuildTimeoutSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.customworkspace.CustomWorkspaceStringSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.email.CoreEmailSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.email.ExtEmailSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.executeshell.ExecuteJythonSlicerWrapper
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.executeshell.ExecutePythonSlicerWrapper
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.executeshell.ExecuteShellSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.executeshell.ExecuteWindowsBatchSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.executeshell.MavenTargetsSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.jdk.JdkSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.jobdisabled.JobDisabledBoolSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.jobdisabled.JobDisabledStringSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.label.LabelSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$ArtifactBuilds
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$ArtifactDays
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$Count
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$Days
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.maven.MavenGoals
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.maven.MavenOptsSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.maven.MavenVersionSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.parameters.ParametersSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.prioritysorter.PrioritySorterSlicerWrapper
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.timer.SCMTimerSliceStringSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.timer.TimerSliceStringSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.timestamper.TimestamperSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.tools.AntSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.tools.GradleSlicerWrappe

[JIRA] (JENKINS-16808) deployment of more files

2013-02-18 Thread r...@orange.fr (JIRA)














































Raphael CHAUMIER
 started work on  JENKINS-16808


deployment of more files
















Change By:


Raphael CHAUMIER
(18/Feb/13 9:57 PM)




Status:


Open
In Progress



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16866) NPE when trying to open Configuration Slicing "Delete workspace before build starts"

2013-02-18 Thread aslo...@gmail.com (JIRA)














































Adam Sloan
 created  JENKINS-16866


NPE when trying to open Configuration Slicing "Delete workspace before build starts"















Issue Type:


Bug



Assignee:


mdonohue



Components:


configurationslicing



Created:


18/Feb/13 10:16 PM



Description:


Configuration Slicing plugin 1.36
started using the 2 Delete workspace config options...

Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.blockbuild.BlockBuildWhenDownstreamBuildingBoolSlicer
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.blockbuild.BlockBuildWhenUpstreamBuildingBoolSlicer
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.buildtimeout.BuildTimeoutSlicer
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.customworkspace.CustomWorkspaceStringSlicer
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.email.CoreEmailSlicer
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.email.ExtEmailSlicer
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.executeshell.ExecuteJythonSlicerWrapper
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.executeshell.ExecutePythonSlicerWrapper
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.executeshell.ExecuteShellSlicer
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.executeshell.ExecuteWindowsBatchSlicer
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.executeshell.MavenTargetsSlicer
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.jdk.JdkSlicer
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.jobdisabled.JobDisabledBoolSlicer
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.jobdisabled.JobDisabledStringSlicer
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.label.LabelSlicer
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$ArtifactBuilds
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$ArtifactDays
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$Count
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$Days
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.maven.MavenGoals
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.maven.MavenOptsSlicer
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.maven.MavenVersionSlicer
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.parameters.ParametersSlicer
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.prioritysorter.PrioritySorterSlicerWrapper
Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.timer.SCMTimerSliceStringSlicer
Feb 18, 2013 10:13:38 P

[JIRA] (JENKINS-15702) InstantiationError: hudson.scm.AbstractCvs

2013-02-18 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-15702


InstantiationError: hudson.scm.AbstractCvs















Code changed in jenkins
User: Michael Clarke
Path:
 src/main/java/hudson/scm/cvstagging/CvsTagAction.java
http://jenkins-ci.org/commit/cvs-plugin/e14b9e37583f9004ae676bd023b933d95550a18a
Log:
  [FIXED JENKINS-15702] convert tag data to new structure





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-15702) InstantiationError: hudson.scm.AbstractCvs

2013-02-18 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-15702 as Fixed


InstantiationError: hudson.scm.AbstractCvs
















Change By:


SCM/JIRA link daemon
(18/Feb/13 10:19 PM)




Status:


Reopened
Resolved





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16867) Default ProcessTree should call any plugins to kill build

2013-02-18 Thread sleun...@gmail.com (JIRA)














































sam leung
 created  JENKINS-16867


Default ProcessTree should call any plugins to kill build















Issue Type:


Improvement



Assignee:


Unassigned


Components:


core



Created:


18/Feb/13 11:01 PM



Description:


hudson.util.ProcessTree

Unsupported os uses the Default ProcessTree, which is not capable of killing descendants. The default ProcessTree should look for available plugins to kill the descendants rather than do nothing. This provides possibility to supporting more os such as Aix/hp through plugins.




Project:


Jenkins



Priority:


Major



Reporter:


sam leung

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16868) Icons are not displayed with a reverse proxy

2013-02-18 Thread s.chagn...@lectra.com (JIRA)














































Sylvain C.
 created  JENKINS-16868


Icons are not displayed with a reverse proxy















Issue Type:


Bug



Assignee:


Tomas Westling



Attachments:


Capture.PNG



Components:


build-failure-analyzer



Created:


18/Feb/13 11:11 PM



Description:


I use a reverse proxy on my jenkins with a security management and icons are no more displayed from 1.4.0 version.
Plugin does not use the reverse proxy for create image url : http://computer_name:8080//plugin/build-failure-analyzer/images/48x48/information.png.




Environment:


Jenkins 1.496 and Build Failure Analyzer 1.4.0




Project:


Jenkins



Priority:


Major



Reporter:


Sylvain C.

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16869) exception when trying to open Configuration Slicing "Timestamper Slicer"

2013-02-18 Thread aslo...@gmail.com (JIRA)














































Adam Sloan
 created  JENKINS-16869


exception when trying to open Configuration Slicing "Timestamper Slicer"















Issue Type:


Bug



Assignee:


mdonohue



Components:


configurationslicing



Created:


18/Feb/13 11:41 PM



Description:


This seems to have broken the builds kicking off by timer

Exception: java.lang.NoClassDefFoundError: hudson/plugins/timestamper/TimestamperBuildWrapper

Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.blockbuild.BlockBuildWhenDownstreamBuildingBoolSlicer
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.blockbuild.BlockBuildWhenUpstreamBuildingBoolSlicer
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.buildtimeout.BuildTimeoutSlicer
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.customworkspace.CustomWorkspaceStringSlicer
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.email.CoreEmailSlicer
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.email.ExtEmailSlicer
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.executeshell.ExecuteJythonSlicerWrapper
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.executeshell.ExecutePythonSlicerWrapper
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.executeshell.ExecuteShellSlicer
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.executeshell.ExecuteWindowsBatchSlicer
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.executeshell.MavenTargetsSlicer
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.jdk.JdkSlicer
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.jobdisabled.JobDisabledBoolSlicer
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.jobdisabled.JobDisabledStringSlicer
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.label.LabelSlicer
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$ArtifactBuilds
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$ArtifactDays
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$Count
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$Days
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.maven.MavenGoals
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.maven.MavenOptsSlicer
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.maven.MavenVersionSlicer
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.parameters.ParametersSlicer
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.prioritysorter.PrioritySorterSlicerWrapper
Feb 18, 2013 11:24:24 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.tim

[JIRA] (JENKINS-16866) NPE when trying to open Configuration Slicing "Delete workspace before build starts"

2013-02-18 Thread aslo...@gmail.com (JIRA)














































Adam Sloan
 updated  JENKINS-16866


NPE when trying to open Configuration Slicing "Delete workspace before build starts"
















Change By:


Adam Sloan
(18/Feb/13 11:42 PM)




Description:


Configuration Slicing plugin 1.36started using the 2 Delete workspace config options...Feb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.blockbuild.BlockBuildWhenDownstreamBuildingBoolSlicerFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.blockbuild.BlockBuildWhenUpstreamBuildingBoolSlicerFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: NOT Loaded: class configurationslicing.buildtimeout.BuildTimeoutSlicerFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.customworkspace.CustomWorkspaceStringSlicerFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.email.CoreEmailSlicerFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: NOT Loaded: class configurationslicing.email.ExtEmailSlicerFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: NOT Loaded: class configurationslicing.executeshell.ExecuteJythonSlicerWrapperFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: NOT Loaded: class configurationslicing.executeshell.ExecutePythonSlicerWrapperFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.executeshell.ExecuteShellSlicerFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.executeshell.ExecuteWindowsBatchSlicerFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.executeshell.MavenTargetsSlicerFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.jdk.JdkSlicerFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.jobdisabled.JobDisabledBoolSlicerFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.jobdisabled.JobDisabledStringSlicerFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.label.LabelSlicerFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$ArtifactBuildsFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$ArtifactDaysFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$CountFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$DaysFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.maven.MavenGoalsFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.maven.MavenOptsSlicerFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.maven.MavenVersionSlicerFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.parameters.ParametersSlicerFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: NOT Loaded: class configurationslicing.prioritysorter.PrioritySorterSlicerWrapperFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.timer.SCMTimerSliceStringSlicerFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.timer.TimerSliceStringSlicerFeb 18, 2013 10:13:38 PM configurationslicing.ConfigurationSlicing getAxesINFO: Loaded: class configurationslicing.timestamper.TimestamperSlice

[JIRA] (JENKINS-15934) NPE when trying to open "Delete workspace when build is done"

2013-02-18 Thread aslo...@gmail.com (JIRA)












































  
Adam Sloan
 edited a comment on  JENKINS-15934


NPE when trying to open "Delete workspace when build is done"
















Me too, just started using Delete workspace:
Jenkins 1.500, Linux CentOS Redhat 6.2, Java 1.6.0_30

Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.blockbuild.BlockBuildWhenDownstreamBuildingBoolSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.blockbuild.BlockBuildWhenUpstreamBuildingBoolSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.buildtimeout.BuildTimeoutSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.customworkspace.CustomWorkspaceStringSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.email.CoreEmailSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.email.ExtEmailSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.executeshell.ExecuteJythonSlicerWrapper
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.executeshell.ExecutePythonSlicerWrapper
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.executeshell.ExecuteShellSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.executeshell.ExecuteWindowsBatchSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.executeshell.MavenTargetsSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.jdk.JdkSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.jobdisabled.JobDisabledBoolSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.jobdisabled.JobDisabledStringSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.label.LabelSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$ArtifactBuilds
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$ArtifactDays
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$Count
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.logrotator.LogRotationSlicer$Days
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.maven.MavenGoals
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.maven.MavenOptsSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.maven.MavenVersionSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.parameters.ParametersSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.prioritysorter.PrioritySorterSlicerWrapper
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.timer.SCMTimerSliceStringSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.timer.TimerSliceStringSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.timestamper.TimestamperSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: Loaded: class configurationslicing.tools.AntSlicer
Feb 18, 2013 9:26:53 PM configurationslicing.ConfigurationSlicing getAxes
INFO: NOT Loaded: class configurationslicing.tools.GradleSlicerW

[JIRA] (JENKINS-16870) Jenkins cant display multijob view if the multijob face is wrapped in a run condition

2013-02-18 Thread steven.9.armstr...@gmail.com (JIRA)














































steven armstrong
 created  JENKINS-16870


Jenkins cant display multijob view if the multijob face is wrapped in a run condition















Issue Type:


Bug



Affects Versions:


current



Assignee:


domi



Components:


conditional-buildstep, jenkins-multijob-plugin



Created:


19/Feb/13 1:24 AM



Description:


The conditional buildstep plug-in allows you to specify a multijob phase as build step. 
However, the graphical display of a multijob phase is lost when a multijob phase is nested in a conditional build step which means it is not very useful as the user can't view it running except in the console log rather than the multijob screen. 
It would be very helpful to use conditional buildsteps in the multijob plugin and maintain this graphical representation. 
So could the code be altered so that conditional buildsteps that have a multijob phase as a build step are still displayed by the multijob plugin. Conditional logic is very important when promoting job reuse and not having it means I currently have to have Multijob calling conditional logic job that will run sub-jobs based on the parameters passed by the Multijob. Having conditional logic available to multijob will mean I can have multijob calling jobs directly without the added layer of the conditional job in between and would also allow better visulisation for the end user of all the jobs that are running.




Project:


Jenkins



Priority:


Blocker



Reporter:


steven armstrong

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16870) Jenkins cant display multijob view graphically if the multijob phase is wrapped in a conditional buildstep

2013-02-18 Thread steven.9.armstr...@gmail.com (JIRA)














































steven armstrong
 updated  JENKINS-16870


Jenkins cant display multijob view graphically if the multijob phase is wrapped in a conditional buildstep
















Change By:


steven armstrong
(19/Feb/13 1:26 AM)




Summary:


Jenkins cant display multijob view
 graphically
 if the multijob
 face
 phase
 is wrapped in a
 run condition
 conditional buildstep



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-15627) Using MacOS slave in 1.487 - Can't connect to window server - not enough permissions

2013-02-18 Thread pick...@java.net (JIRA)














































pickgr1
 commented on  JENKINS-15627


Using MacOS slave in 1.487 - Can't connect to window server - not enough permissions















Thanks for the work-around.  Unfortunately, this appears to affect the LTS release line as well.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16772) NullPointerException in Postbuild action for matrix child

2013-02-18 Thread magnus.jacobs...@netinsight.net (JIRA)














































Magnus Jacobsson
 updated  JENKINS-16772


NullPointerException in Postbuild action for matrix child
















Job config file showing the problem.





Change By:


Magnus Jacobsson
(19/Feb/13 6:51 AM)




Attachment:


magjac-matrix-test_config.xml



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16233) EnvInject plugin using a cached value for ${WORKSPACE}

2013-02-18 Thread magnus.jacobs...@netinsight.net (JIRA)














































Magnus Jacobsson
 updated  JENKINS-16233


EnvInject plugin using a cached value for ${WORKSPACE}
















Job config that shows the problem. Log from run below. Note that the workspace is /var/lib/jenkins/workspace/magjac-workspace-test, but the WORKSPACE variable is /var/lib/jenkins/workspace/saab-dev-branch_test_repo, which is another jobs workspace.

Started by user magjac
[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/workspace/magjac-workspace-test
[magjac-workspace-test] $ /bin/sh -xe /tmp/hudson102135884180944618.sh
+ env
LC_PAPER=sv_SE.UTF-8
BUILD_URL=http://worabu.netinsight.se:8080/job/magjac-workspace-test/1/
HUDSON_SERVER_COOKIE=89a7b7e616d9e722
SHELL=/bin/bash
TERM=unknown
XDG_SESSION_COOKIE=da3dd519a721d0e1b7b22e424d2ae4df-1360064288.175876-277727223
BUILD_TAG=jenkins-magjac-workspace-test-1
WORKSPACE=/var/lib/jenkins/workspace/saab-dev-branch_test_repo
JOB_URL=http://worabu.netinsight.se:8080/job/magjac-workspace-test/
USER=jenkins
LD_LIBRARY_PATH=/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server:/usr/lib/jvm/java-6-openjdk/jre/lib/amd64:/usr/lib/jvm/java-6-openjdk/jre/../lib/amd64
JENKINS_HOME=/var/lib/jenkins
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
MAIL=/var/mail/jenkins
BUILD_CAUSE_MANUALTRIGGER=true
_=/usr/bin/env
LC_COLLATE=sv_SE.UTF-8
PWD=/var/lib/jenkins/workspace/magjac-workspace-test
HUDSON_URL=http://worabu.netinsight.se:8080/
LANG=C
JOB_NAME=magjac-workspace-test
JENKINS_URL=http://worabu.netinsight.se:8080/
BUILD_CAUSE=MANUALTRIGGER
BUILD_ID=2013-02-19_08-30-44
SPEECHD_PORT=6682
HOME=/var/lib/jenkins
SHLVL=2
JENKINS_SERVER_COOKIE=89a7b7e616d9e722
EXECUTOR_NUMBER=1
NODE_LABELS=master
LOGNAME=jenkins
HUDSON_HOME=/var/lib/jenkins
LC_CTYPE=sv_SE.UTF-8
NODE_NAME=master
BUILD_NUMBER=1
HUDSON_COOKIE=d112eba8-2c55-4ff8-82d1-254f86f0b5e4
DISPLAY=:0.0
LC_TIME=en_DK.UTF-8
XAUTHORITY=/tmp/libgksu-Mbf5UN/.Xauthority
Collecting metadata...
Metadata collection done.
Finished: SUCCESS





Change By:


Magnus Jacobsson
(19/Feb/13 7:39 AM)




Attachment:


magjac-workspace-test_config.xml



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-16448) WORKSPACE env variable is incorrect for matrix project

2013-02-18 Thread magnus.jacobs...@netinsight.net (JIRA)















































Magnus Jacobsson
 resolved  JENKINS-16448 as Duplicate


WORKSPACE env variable is incorrect for matrix project
















This is indeed a duplicate of https://issues.jenkins-ci.org/browse/JENKINS-16233. I have now seen it also for a non-matrix job.





Change By:


Magnus Jacobsson
(19/Feb/13 7:44 AM)




Status:


Open
Resolved





Resolution:


Duplicate



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.