[JIRA] (JENKINS-11783) SAXParser-related IllegalAccessError on svn update

2012-11-07 Thread andrey.regen...@uvaresearch.com (JIRA)














































andrey regentov
 commented on  JENKINS-11783


SAXParser-related IllegalAccessError on svn update















Confirmed on 1.486 and Mac slave.

Removing *.jar from jenkins home on slave helped though.



























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






[JIRA] (JENKINS-15766) Cannot checkout on Mac Slave: java.lang.IllegalAccessError: tried to access method org.apache.xerces.jaxp.SAXParserImpl

2012-11-07 Thread andrey.regen...@uvaresearch.com (JIRA)














































andrey regentov
 commented on  JENKINS-15766


Cannot checkout on Mac Slave: java.lang.IllegalAccessError: tried to access method org.apache.xerces.jaxp.SAXParserImpl















Found a workaround.
Removing *.jar from home dir of build user helped to overcome it.
There were some of them:


mac:~ $ ls *.jar
classworlds.jar
maven-agent.jar
maven-interceptor.jar
maven2.1-interceptor.jar
maven3-agent.jar
maven3-interceptor.jar
plexus-classworld.jar
slave.jar
mac:~ $ rm *.jar



Then I restarted slave forcing slave.jar to appear. I am quite sure that it is just the same slave.jar that was before removing.



























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






[JIRA] (JENKINS-15766) Cannot checkout on Mac Slave: java.lang.IllegalAccessError: tried to access method org.apache.xerces.jaxp.SAXParserImpl

2012-11-07 Thread andrey.regen...@uvaresearch.com (JIRA)














































andrey regentov
 created  JENKINS-15766


Cannot checkout on Mac Slave: java.lang.IllegalAccessError: tried to access method org.apache.xerces.jaxp.SAXParserImpl















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


subversion



Created:


08/Nov/12 4:24 AM



Description:


I use jenkins 1.486. Trying to build on Mac slave I get svn update error (Caused by: java.lang.IllegalAccessError: tried to access method org.apache.xerces.jaxp.SAXParserImpl., see full stacktrace below).

Such error started appearing when I update on jenkins 1.488. Falling back to 1.486 seemed to fix it, but the error started to appear again after XCode update from 4.5.1 to 4.5.2.

Clearing workspace doesn't affect anything.


Updating https://my.svn/some/path to revision '2012-11-08T11:22:02.823 +0800'
hudson.util.IOException2: remote file operation failed: workspace/JobName at hudson.remoting.Channel@14d1265:iOS
 at hudson.FilePath.act(FilePath.java:847)
 at hudson.FilePath.act(FilePath.java:824)
 at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:746)
 at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:688)
 at hudson.model.AbstractProject.checkout(AbstractProject.java:1308)
 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:679)
 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:584)
 at hudson.model.Run.execute(Run.java:1516)
 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
 at hudson.model.ResourceController.execute(ResourceController.java:88)
 at hudson.model.Executor.run(Executor.java:236)
Caused by: java.io.IOException: Remote call on iOS failed
 at hudson.remoting.Channel.call(Channel.java:673)
 at hudson.FilePath.act(FilePath.java:840)
 ... 11 more
Caused by: java.lang.IllegalAccessError: tried to access method org.apache.xerces.jaxp.SAXParserImpl.(Lorg/apache/xerces/jaxp/SAXParserFactoryImpl;Ljava/util/Hashtable;Z)V from class org.apache.xerces.jaxp.SAXParserFactoryImpl
 at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(Unknown Source)
 at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.readData(HTTPConnection.java:787)
 at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.readData(HTTPConnection.java:761)
 at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch(HTTPRequest.java:218)
 at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:385)
 at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:298)
 at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:289)
 at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:277)
 at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:696)
 at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doPropfind(DAVConnection.java:132)
 at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getProperties(DAVUtil.java:73)
 at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getResourceProperties(DAVUtil.java:79)
 at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getStartingProperties(DAVUtil.java:103)
 at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:125)
 at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.fetchRepositoryUUID(DAVConnection.java:121)
 at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryUUID(DAVRepository.java:150)
 at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:339)
 at org.tmatesoft.svn.core.internal.wc16.SVNBasicDelegate.createRepository(SVNBasicDelegate.java:328)
 at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.update(SVNUpdateClient16.java:532)
 at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:414)
 at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doUpdate(SVNUpdateClient16.java:324)
 at org.tmatesoft.svn.c

[JIRA] (JENKINS-15765) IRC Bot does not take commands

2012-11-07 Thread 11x...@gmail.com (JIRA)














































Nik Hodgkinson
 created  JENKINS-15765


IRC Bot does not take commands















Issue Type:


Bug



Assignee:


Michael O'Cleirigh



Components:


github-oauth, ircbot



Created:


08/Nov/12 4:11 AM



Description:


This is what happens:

nik> taskmaster:
taskmaster> nik did you mean me? Unknown command ''
taskmaster> Use 'taskmaster: help' to get help!
nik> taskmaster: help

::no response::

nik> taskmaster: status my_project

::no response::

::After fixing a build::

taskmaster: Yippie, build fixed!
taskmaster: Project SMP Pull Requests build #36: FIXED in 1 min 0 sec: http://jenkins.example.com:8080/job/my_project/36/
taskmaster: * Nik: My commit message.
taskmaster: * Nik: My second commit message.



The IRC bot will issue messages about broken builds and the like for configured projects, but does not respond to commands.

These are the only logs that I get from hudson.plugins.ircbot(Finest):



Nov 08, 2012 3:09:17 AM hudson.plugins.ircbot.v2.PircListener onNotice
INFO: Notice from irc.example.com: 'Connection statistics: client 0.9 kb, server 2.0 kb.'
Nov 08, 2012 3:06:59 AM hudson.plugins.ircbot.v2.PircListener onServerResponse
WARNING: IRC server responded error 461 Message:
taskmaster AWAY :Syntax error
Nov 08, 2012 3:05:28 AM hudson.plugins.ircbot.v2.IRCConnection channelJoined
INFO: Joined channel #bots and bot registered
Nov 08, 2012 3:05:27 AM hudson.plugins.ircbot.v2.IRCConnection getGroupChat
INFO: Trying to join channel #bots
Nov 08, 2012 3:05:27 AM hudson.plugins.ircbot.v2.IRCConnection connect
INFO: connected to IRC
Nov 08, 2012 3:05:27 AM hudson.plugins.ircbot.v2.IRCConnection connect
INFO: Connecting to irc.example.com:6667 as taskmaster using charset UTF-8



Config:


	Using SSL and self signed cert which was addressed by: https://issues.jenkins-ci.org/browse/JENKINS-13018?focusedCommentId=165345&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-165345
	Using server password
	The Jenkins username is set to a username which is both a Jenkins username and a GitHub account name.
	Everything else is pretty standard with the exception of changing the command prefix.



As far as I can tell this is a bug or I'm missing something after digging through a bunch of the docs.

I'm happy to provide anything else needed.




Environment:


CentOS, Jenkins 1.486, Using the GitHub auth plugin




Project:


Jenkins



Priority:


Minor



Reporter:


Nik Hodgkinson

























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






[JIRA] (JENKINS-15733) Mercurial plugin crashes when polling repository

2012-11-07 Thread dogf...@java.net (JIRA)














































dogfood
 commented on  JENKINS-15733


Mercurial plugin crashes when polling repository















Integrated in  jenkins_main_trunk #2058
 [FIXED JENKINS-15733] ArrayIndexOutOfBoundsException from Launcher due to misinterpretation of ProcStarter.envs in f5cebdc. (Revision 58484bb80ca0d6bca745d9962c79b06c536f3266)

 Result = SUCCESS
Jesse Glick : 58484bb80ca0d6bca745d9962c79b06c536f3266
Files : 

	core/src/main/java/hudson/Launcher.java
	changelog.html
	core/src/test/java/hudson/LauncherTest.java





























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






[JIRA] (JENKINS-15733) Mercurial plugin crashes when polling repository

2012-11-07 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 updated  JENKINS-15733


Mercurial plugin crashes when polling repository
















Change By:


Jesse Glick
(07/Nov/12 9:46 PM)




Labels:


plugin
exception process regression





Component/s:


core





Component/s:


mercurial



























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






[JIRA] (JENKINS-15718) Failed to record SCM polling (again) while polling for SCM changes (Clearcase, Mercurial...)

2012-11-07 Thread jgl...@cloudbees.com (JIRA)















































Jesse Glick
 resolved  JENKINS-15718 as Duplicate


Failed to record SCM polling (again) while polling for SCM changes (Clearcase, Mercurial...)
















Change By:


Jesse Glick
(07/Nov/12 9:46 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






[JIRA] (JENKINS-15733) Mercurial plugin crashes when polling repository

2012-11-07 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 updated  JENKINS-15733


Mercurial plugin crashes when polling repository
















Should be fixed in 1.491. I would not use 1.489 due to this. Maybe the fix will be backported to 1.490.





Change By:


Jesse Glick
(07/Nov/12 9:41 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






[JIRA] (JENKINS-15733) Mercurial plugin crashes when polling repository

2012-11-07 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-15733 as Fixed


Mercurial plugin crashes when polling repository
















Change By:


SCM/JIRA link daemon
(07/Nov/12 9:39 PM)




Status:


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






[JIRA] (JENKINS-15733) Mercurial plugin crashes when polling repository

2012-11-07 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-15733


Mercurial plugin crashes when polling repository















Code changed in jenkins
User: Jesse Glick
Path:
 changelog.html
 core/src/main/java/hudson/Launcher.java
 core/src/test/java/hudson/LauncherTest.java
http://jenkins-ci.org/commit/jenkins/58484bb80ca0d6bca745d9962c79b06c536f3266
Log:
  [FIXED JENKINS-15733] ArrayIndexOutOfBoundsException from Launcher due to misinterpretation of ProcStarter.envs in f5cebdc.
(Should this field be made a [LinkedHash]Map or even EnvVars?
It is protected in a final class, so effectively package-private, thus not a b/w compat issue.)































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






[JIRA] (JENKINS-14865) svn version mismatch

2012-11-07 Thread jburr...@ebscohost.com (JIRA)














































Jay Burrill
 commented on  JENKINS-14865


svn version mismatch















Have you found any workaround for this issue, short of upgrading SVN Client?



























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






[JIRA] (JENKINS-13468) Would like to create/use a central "catalog" . . .

2012-11-07 Thread d...@fortysix.ch (JIRA)















































domi
 resolved  JENKINS-13468 as Fixed


Would like to create/use a central "catalog" . . .
















implemented in 2.5





Change By:


domi
(07/Nov/12 8:34 PM)




Status:


Open
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






[JIRA] (JENKINS-15276) Store Groovy Scripts into a local VCS

2012-11-07 Thread d...@fortysix.ch (JIRA)















































domi
 resolved  JENKINS-15276 as Fixed


Store Groovy Scripts into a local VCS
















implemented in 2.5





Change By:


domi
(07/Nov/12 8:35 PM)




Status:


Open
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






[JIRA] (JENKINS-15760) java.lang.NullPointerException when starting job

2012-11-07 Thread jrodg...@vbridges.com (JIRA)














































Jeff Rodgers
 commented on  JENKINS-15760


java.lang.NullPointerException when starting job















This also occurred for me after upgrading the following plugins:

	Jenkins CVS plugin (2.7)
	Environment Injector Plugin (1.73)
	Jenkins Multijob Plugin (1.6)
	conditional-buildstep (1.2.1)
	Jenkins Artifact Deployer Plug-in (0.25)





























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






[JIRA] (JENKINS-15160) earliest git hash passed by parameterized build trigger when downstream job was triggered multiple times

2012-11-07 Thread h...@coverity.com (JIRA)














































hlau
 commented on  JENKINS-15160


earliest git hash passed by parameterized build trigger when downstream job was triggered multiple times















Many thanks.  Fix Version/s for this bug says None.  Which version contains the fix?  



























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






[JIRA] (JENKINS-15276) Store Groovy Scripts into a local VCS

2012-11-07 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-15276


Store Groovy Scripts into a local VCS















Code changed in jenkins
User: imod
Path:
 pom.xml
 src/main/java/org/jenkinsci/plugins/scriptler/ScriptlerManagment.java
 src/main/java/org/jenkinsci/plugins/scriptler/ScritplerPluginImpl.java
 src/main/java/org/jenkinsci/plugins/scriptler/SyncUtil.java
 src/main/java/org/jenkinsci/plugins/scriptler/config/Script.java
 src/main/java/org/jenkinsci/plugins/scriptler/git/GitScriptlerRepository.java
 src/main/java/org/jenkinsci/plugins/scriptler/git/GitScriptlerRepositorySSHAccess.java
 src/main/resources/org/jenkinsci/plugins/scriptler/git/GitScriptlerRepository/index.groovy
 src/main/resources/org/jenkinsci/plugins/scriptler/git/GitScriptlerRepository/index.properties
http://jenkins-ci.org/commit/scriptler-plugin/d76a4f2538e8e127e8f6a7e3a00d6c472ef5d989
Log:
  first addition to expose scripts via git (JENKINS-15276)





























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






[JIRA] (JENKINS-14810) Multiple eggplant plugins in the same project cause incorrect log interpretation

2012-11-07 Thread jenkins...@gbp.gaige.net (JIRA)














































Gaige Paulsen
 commented on  JENKINS-14810


Multiple eggplant plugins in the same project cause incorrect log interpretation















Still happens under 1.3.

It appears that the key problem is that the design of the plugin is such that running multiples is likely to result in all of the results ending up in the same RunHistory.csv file, which is then parsed for each run through the plugin.

The first time through, the results are just the initial run results.

The second time through, the results contain both the original and the second run results.




























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






[JIRA] (JENKINS-15487) External monitoring job exception java.lang.NoSuchMethodError: hudson.model.RunMap.put

2012-11-07 Thread a.szwajkaj...@crlf.pl (JIRA)














































Adam Szwajkajzer
 commented on  JENKINS-15487


External monitoring job exception java.lang.NoSuchMethodError: hudson.model.RunMap.put















I experience that also on 1.487



























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






[JIRA] (JENKINS-15706) Quality center plugin for Jenkins does not work properly

2012-11-07 Thread nadjim.chetb...@bnpparibas.com (JIRA)














































chetbani nadjim
 commented on  JENKINS-15706


Quality center plugin for Jenkins does not work properly















No help for my 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






[JIRA] (JENKINS-15764) Name of COPYARTIFACT_BUILD_NUMER_ variable is incorrectly documented

2012-11-07 Thread johnl1...@gmail.com (JIRA)














































John Luetke
 created  JENKINS-15764


Name of COPYARTIFACT_BUILD_NUMER_ variable is incorrectly documented















Issue Type:


Improvement



Affects Versions:


current



Assignee:


Unassigned


Attachments:


cpartifact.png



Components:


copyartifact



Created:


07/Nov/12 5:58 PM



Description:


Plugin documentation states that "The name of the environment variable is COPYARTIFACT_BUILD_NUMBER_ with the source project name appended (in all uppercase, and characters other than A-Z replaced with underscore)."

When the project to copy artifacts from contains a number or special characters, those characters are removed, not replaced with _.  




Project:


Jenkins



Priority:


Minor



Reporter:


John Luetke

























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






[JIRA] (JENKINS-15733) Mercurial plugin crashes when polling repository

2012-11-07 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-15733


Mercurial plugin crashes when polling repository















Can reproduce by setting /project/parent/version to 1.491-SNAPSHOT and running mvn -Dtest=hudson.plugins.mercurial.MercurialSCMTest#testPollingLimitedToModules2 test-compile surefire:test.



























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






[JIRA] (JENKINS-15733) Mercurial plugin crashes when polling repository

2012-11-07 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 started work on  JENKINS-15733


Mercurial plugin crashes when polling repository
















Change By:


Jesse Glick
(07/Nov/12 5:54 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






[JIRA] (JENKINS-15763) Publisher hudson.tasks.Mailer aborted due to exception

2012-11-07 Thread akuj...@evertz.com (JIRA)














































Andrew Kujtan
 created  JENKINS-15763


Publisher hudson.tasks.Mailer aborted due to exception















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


mail



Created:


07/Nov/12 5:21 PM



Description:


Got this exception after a failed build. Running the build again did not reproduce it though.

ERROR: Publisher hudson.tasks.Mailer aborted due to exception
java.lang.ArrayIndexOutOfBoundsException: Assertion error: failing to load #1732 DESC: lo=354,hi=352,size=1132,size2=1132
	at jenkins.model.lazy.AbstractLazyLoadRunMap.search(AbstractLazyLoadRunMap.java:418)
	at hudson.model.AbstractBuild.getPreviousBuild(AbstractBuild.java:207)
	at hudson.tasks.Fingerprinter$FingerprintAction.onLoad(Fingerprinter.java:349)
	at hudson.model.Run.onLoad(Run.java:303)
	at hudson.model.RunMap.retrieve(RunMap.java:221)
	at hudson.model.RunMap.retrieve(RunMap.java:59)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:638)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:621)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.search(AbstractLazyLoadRunMap.java:432)
	at hudson.model.AbstractBuild.getPreviousBuild(AbstractBuild.java:207)
	at hudson.tasks.Fingerprinter$FingerprintAction.onLoad(Fingerprinter.java:349)
	at hudson.model.Run.onLoad(Run.java:303)
	at hudson.model.RunMap.retrieve(RunMap.java:221)
	at hudson.model.RunMap.retrieve(RunMap.java:59)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:638)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:621)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.search(AbstractLazyLoadRunMap.java:432)
	at hudson.model.AbstractBuild.getPreviousBuild(AbstractBuild.java:207)
	at hudson.tasks.Fingerprinter$FingerprintAction.onLoad(Fingerprinter.java:349)
	at hudson.model.Run.onLoad(Run.java:303)
	at hudson.model.RunMap.retrieve(RunMap.java:221)
	at hudson.model.RunMap.retrieve(RunMap.java:59)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:638)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:621)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.getById(AbstractLazyLoadRunMap.java:498)
	at jenkins.model.lazy.AbstractLazyLoadRunMap.search(AbstractLazyLoadRunMap.java:472)
	at hudson.model.AbstractBuild.getPreviousBuild(AbstractBuild.java:207)
	at hudson.model.AbstractProject.hasParticipant(AbstractProject.java:1514)
	at hudson.model.User.getProjects(User.java:444)
	at hudson.scm.MailAddressResolverImpl.findMailAddressFor(MailAddressResolverImpl.java:21)
	at hudson.tasks.MailAddressResolver.resolve(MailAddressResolver.java:100)
	at hudson.tasks.Mailer$UserProperty.getAddress(Mailer.java:530)
	at hudson.tasks.MailSender.buildCulpritList(MailSender.java:407)
	at hudson.tasks.MailSender.createEmptyMail(MailSender.java:367)
	at hudson.tasks.MailSender.createFailureMail(MailSender.java:226)
	at hudson.tasks.MailSender.getMail(MailSender.java:153)
	at hudson.tasks.MailSender.execute(MailSender.java:99)
	at hudson.tasks.Mailer.perform(Mailer.java:115)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:779)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:726)
	at hudson.model.Run.execute(Run.java:1541)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)




Environment:


Win7x64 Jenkins 1.489




Project:


Jenkins



Priority:


Major


[JIRA] (JENKINS-15499) HistoryWidget/entry.jelly throws NullPointerException

2012-11-07 Thread ben.mcdo...@gmail.com (JIRA)














































Ben McDonie
 commented on  JENKINS-15499


HistoryWidget/entry.jelly throws NullPointerException















I am also seeing this error in 1.489



























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






[JIRA] (JENKINS-15733) Mercurial plugin crashes when polling repository

2012-11-07 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-15733


Mercurial plugin crashes when polling repository















Well this code was introduced in https://github.com/jenkinsci/jenkins/commit/f5cebdc843d2f86642b63f41a2b94f892e9de50a but still unsure what causes it.



























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






[JIRA] (JENKINS-8751) ROADMAP: Exploit Inversion of Control (JSR-330)

2012-11-07 Thread jgl...@cloudbees.com (JIRA)















































Jesse Glick
 assigned  JENKINS-8751 to Kohsuke Kawaguchi



ROADMAP: Exploit Inversion of Control (JSR-330)
















Not sure how this can be considered fixed. The acid test for using IoC in Jenkins code would be that Jenkins.getInstance() would be deprecated in favor of @Inject private final Jenkins jenkins, etc.





Change By:


Jesse Glick
(07/Nov/12 4:41 PM)




Assignee:


Kohsuke Kawaguchi



























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






[JIRA] (JENKINS-15499) HistoryWidget/entry.jelly throws NullPointerException

2012-11-07 Thread d...@panpwr.com (JIRA)














































David Gersht
 commented on  JENKINS-15499


HistoryWidget/entry.jelly throws NullPointerException















The error is still there in 1.489



























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






[JIRA] (JENKINS-15762) Ability to set the description of the current build

2012-11-07 Thread alex.lixan...@gmail.com (JIRA)














































Alex L
 created  JENKINS-15762


Ability to set the description of the current build















Issue Type:


Improvement



Assignee:


bap



Components:


project-description-setter



Created:


07/Nov/12 4:24 PM



Description:


It would be nice to be able to set the description of the current build through the same mechanism. There is a plugin which sets the build description, but it does not do it based on an external file.

Any thoughts?




Project:


Jenkins



Priority:


Major



Reporter:


Alex L

























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






[JIRA] (JENKINS-12676) next-executions: Support evenly distributed crontab

2012-11-07 Thread igna...@albors.ws (JIRA)















































Ignacio Albors
 resolved  JENKINS-12676 as Fixed


next-executions: Support evenly distributed crontab
















Change By:


Ignacio Albors
(07/Nov/12 4:03 PM)




Status:


Open
Resolved





Fix Version/s:


current





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






[JIRA] (JENKINS-15718) Failed to record SCM polling (again) while polling for SCM changes (Clearcase, Mercurial...)

2012-11-07 Thread norman.sei...@googlemail.com (JIRA)














































Norman Seidel
 commented on  JENKINS-15718


Failed to record SCM polling (again) while polling for SCM changes (Clearcase, Mercurial...)















I've got the same problem for Synergy CM and Jenkins 1.489. Jenkins 1.488 works fine.


07.11.2012 14:54:46 hudson.triggers.SCMTrigger$Runner runPolling
SCHWERWIEGEND: Failed to record SCM polling for hudson.maven.MavenModuleSet@32c3601b[xxx-continuous_1.6.0]
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1937)
at hudson.Launcher.inherit(Launcher.java:1068)
at hudson.Launcher.access$100(Launcher.java:80)
at hudson.Launcher$LocalLauncher.launch(Launcher.java:756)
at hudson.Launcher$2.launch(Launcher.java:723)
at hudson.Launcher$ProcStarter.start(Launcher.java:346)
at hudson.Launcher$ProcStarter.join(Launcher.java:353)
at hudson.plugins.synergy.impl.Commands.executeSynergyCommand(Commands.java:175)
at hudson.plugins.synergy.util.SessionUtils.openSession(SessionUtils.java:87)
at hudson.plugins.synergy.SynergySCM.pollChanges(SynergySCM.java:1062)
at hudson.scm.SCM.poll(SCM.java:375)
at hudson.model.AbstractProject._poll(AbstractProject.java:1471)
at hudson.model.AbstractProject.poll(AbstractProject.java:1404)
at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:420)
at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:449)
at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
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:662)





























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






[JIRA] (JENKINS-15718) Failed to record SCM polling (again) while polling for SCM changes (Clearcase, Mercurial...)

2012-11-07 Thread paxsony...@gmail.com (JIRA)














































Paxson Yang
 commented on  JENKINS-15718


Failed to record SCM polling (again) while polling for SCM changes (Clearcase, Mercurial...)















The same issue with Jenkins 1.489 and ClearCase plugin 1.3.10.1 and I already roll-backed to Jenkins 1.486 to fix this 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






[JIRA] (JENKINS-12676) next-executions: Support evenly distributed crontab

2012-11-07 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-12676


next-executions: Support evenly distributed crontab















Code changed in jenkins
User: Ignacio Albors
Path:
 src/main/java/hudson/plugins/nextexecutions/utils/NextExecutionsUtils.java
http://jenkins-ci.org/commit/next-executions-plugin/51fa26639a9ed58b78ef3e1bd9330891c8521cec
Log:
  Fixed JENKINS-12676.

Get the next builds through Java reflection.

Thanks to OHTAKE Tomohiro for patch.





























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






RE: Ihre Adresse

2012-11-07 Thread Tom Wagner

Willkommen bei Ihrem alternativen Partner, 

wenn es um die rechtliche Abwicklung von Firmengründungen bis Firmeninsolvenzen 
in und von England aus geht.
Ihre Firma oder Sie selbst stehen vor der Insolvenz?
Ihnen droht der Führerscheinentzug und Ihre Existenz ist davon bedroht?
Wir begleiten Sie durch alle nötigen rechtlichen Schritte und stehen Ihnen mit 
gut ausgebildeten Fachkräften zur Seite.

Wir bieten:

? Hilfe bei der Beantragung von Firmen- und Privatinsolvenzverfahren IN und von 
England aus
? Hilfe bei der Beantragung einer Bank-, Inkasso- oder Glücksspiellizenz IN und 
von England aus
? Hilfe bei der Vermittlung und Gründung von LTDs und Treuhandgesellschaften IN 
und von England aus
? Hilfe bei der Beantragung eines englischen EU Führerscheins IN und von 
England aus

Als Partner vieler Anwälte und Steuerberater stehen wir für Problemlösungen in 
ihrem Sinne, ohne unnötige Kompromisse!

Kontaktieren sie uns! Wir sind für sie da. 

mailto:ltd-gruen...@web.de

Sie brauchen eine LTD mit guten Namen, folgende LTDs sind bereits gegründet und 
sofort verfügbar: 

EU Hush Hush - EU Chapters - EU Logistik - EU Transporte- EU Spedition - EU 
Partner - Service Europe 
EU Internationale Fashion -IF Internationale Fashion - EU Alligator -Excalibur 
Europe - 
EU Excalibur - Dr.Wagner Europa - Dr. Watson & Son - Aido EU - Boom EU - Boom 
Europe - 
Boom Europa - EU Boom - Snapbox Europa - Fivepoint - Realtype Europa - Genti 
Europa - Photoopia 

..wir können in Ihrem Sinne Veränderungen bewirken,

ohne zu Kompromissen gedrängt zu werden.

Sie werden den Unterschied lieben.

Sie möchten mehr erfahren, senden Sie uns Ihre Kontaktdaten, wir Informieren 
Sie.
Bitte Mail an: Tom Wagner 

ltd-gruen...@web.de mailto:ltd-gruen...@web.de

Sie möchten KEINE Informationen mehr sondern sich Abmelden, bitte eine Mail mit 
dem Abmelden an: 

ltd-gruen...@web.de mailto:ltd-gruen...@web.de


[JIRA] (JENKINS-9264) Create a new job into a view via REST API

2012-11-07 Thread ruediger.do...@1und1.de (JIRA)














































Rüdiger zu Dohna
 commented on  JENKINS-9264


Create a new job into a view via REST API















closing, eh? at least the docu should be fixed, no?



























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






[JIRA] (JENKINS-15761) BuildFlow task gets stuck

2012-11-07 Thread ssand...@wayfair.com (JIRA)














































Scott Sandler
 created  JENKINS-15761


BuildFlow task gets stuck















Issue Type:


Bug



Assignee:


Nicolas De Loof



Components:


build-flow



Created:


07/Nov/12 2:22 PM



Description:


Running a buildflow that looks like this (all steps are calling the same project with different parameters):

buid("jobname", PARAM: "value")
parallel (
{build("jobname", PARAM: "value2") },
{build("jobname", PARAM: "value3") },
{build("jobname", PARAM: "value4") },
{build("jobname", PARAM: "value5") },
{build("jobname", PARAM: "value6") },
{build("jobname", PARAM: "value7") },
{build("jobname", PARAM: "value8") },
{build("jobname", PARAM: "value9") },
{build("jobname", PARAM: "value10") }
}

Occasionally the buildflow will get stuck after the very first step. The first step succeeds in a few minutes, but the buildflow task never moves on to the parallel steps even if left for days. The build flow task is set to run every 15 minutes and this issue only crops up once every day or two, but when it does it requires manually stopping the task to fix it. 




Environment:


FreeBSD 9.0, Jenkins 1.485, buildflow plugin 0.5, 




Project:


Jenkins



Priority:


Blocker



Reporter:


Scott Sandler

























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






[JIRA] (JENKINS-15760) java.lang.NullPointerException when starting job

2012-11-07 Thread java.arti...@javacraft.org (JIRA)














































Jan Goyvaerts
 created  JENKINS-15760


java.lang.NullPointerException when starting job















Issue Type:


Bug



Assignee:


Unassigned


Components:


jenkins-multijob-plugin



Created:


07/Nov/12 1:36 PM



Description:


Throws exception when starting job - Revert to 1.5 works.

Starting build job Foo_Bar_Baz
FATAL: null
java.lang.NullPointerException
	at com.tikal.jenkins.plugins.multijob.PhaseJobsConfig.getActions(PhaseJobsConfig.java:264)
	at com.tikal.jenkins.plugins.multijob.MultiJobBuilder.prepareActions(MultiJobBuilder.java:173)
	at com.tikal.jenkins.plugins.multijob.MultiJobBuilder.perform(MultiJobBuilder.java:89)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:160)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:586)
	at hudson.model.Run.execute(Run.java:1516)
	at hudson.model.Run.run(Run.java:1462)
	at com.tikal.jenkins.plugins.multijob.MultiJobBuild.run(MultiJobBuild.java:45)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)




Environment:


linux/debian,x64, JDK 1.7.0_09, Jenkins 1.489.




Project:


Jenkins



Priority:


Critical



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






[JIRA] (JENKINS-8087) Tag using project (pom) properties

2012-11-07 Thread dma...@gmail.com (JIRA)














































dmatag
 commented on  JENKINS-8087


Tag using project (pom) properties















Ok. This is not Jenkins' business. I Close it.



























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






[JIRA] (JENKINS-8087) Tag using project (pom) properties

2012-11-07 Thread dma...@gmail.com (JIRA)















































dmatag
 closed  JENKINS-8087 as Not A Defect


Tag using project (pom) properties
















Change By:


dmatag
(07/Nov/12 1:21 PM)




Status:


Open
Closed





Resolution:


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






[JIRA] (JENKINS-9264) Create a new job into a view via REST API

2012-11-07 Thread dma...@gmail.com (JIRA)














































dmatag
 commented on  JENKINS-9264


Create a new job into a view via REST API















I think this could be closed. May I?



























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






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

2012-11-07 Thread michael.m.cla...@gmail.com (JIRA)















































Michael Clarke
 closed  JENKINS-15702 as Cannot Reproduce


InstantiationError: hudson.scm.AbstractCvs
















User can't replicate any more and I can't reproduce the initial cause, so closing until it re-appears or someone can identify a suitable regression test for it





Change By:


Michael Clarke
(07/Nov/12 1:07 PM)




Status:


Open
Closed





Assignee:


Michael Clarke





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






[JIRA] (JENKINS-15624) Rest API for view manupulation

2012-11-07 Thread dma...@gmail.com (JIRA)














































dmatag
 updated  JENKINS-15624


Rest API for view manupulation
















Change By:


dmatag
(07/Nov/12 1:02 PM)




Description:


I have problems with REST API for view manipulation.
 Every thing
 Everything
 I send is forbidden. Do you
 now
 know
 if this is an issue? I didn't find it in Jira.   A small example with wget
 y
 and
 my Linux.   wget  https://mytestserver:8443/jenkins/view/MAIN%20VIEW/view/app3/config.xm l --post-file=conf.xml --no-check-certificate  --http-user=adminciuser  --http-password=password --2012-10-24 14:06:11--   https://mytestserver:8443/jenkins/view/Desglose%20Core/view/app3/confi g.xml connected. WARNING: cannot verify -  certificate, issued by --   Unable to locally verify the issuer's authority. HTTP request sent, awaiting response... 403 Forbidden 2012-10-24 14:06:11 ERROR 403: Forbidden.Before this I had a client sending "configSubmit" working fine with jenkins 1.476. With 486 and 487 (which I tested) I get the same result (403 Forbidden). 



























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






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

2012-11-07 Thread dave.ehrenber...@solipsys.com (JIRA)














































David Ehrenberger
 commented on  JENKINS-15702


InstantiationError: hudson.scm.AbstractCvs















I've restarted our Jenkins instance several times since this occurred and haven't seen this error appear. You can close this issue for now and I'll reopen if it occurs again and I have more information. I saw this error in the same logs which exhibited the behavior noted in JENKINS-10318 so it may just be a symptom of another problem as you noted.



























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






[JIRA] (JENKINS-15759) ant launched with unix-style when clover enabled

2012-11-07 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-15759 as Fixed


ant launched with unix-style when clover enabled
















Change By:


SCM/JIRA link daemon
(07/Nov/12 12:48 PM)




Status:


Open
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






[JIRA] (JENKINS-15759) ant launched with unix-style when clover enabled

2012-11-07 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-15759


ant launched with unix-style when clover enabled















Code changed in jenkins
User: Nicolas De Loof
Path:
 src/main/java/hudson/plugins/clover/CloverBuildWrapper.java
http://jenkins-ci.org/commit/clover-plugin/7ed015b1c9f85590150170f19d783325459cc4e2
Log:
  [FIXED JENKINS-15759] don't hide launcher OS type































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






[JIRA] (JENKINS-15759) ant launched with unix-style when clover enabled

2012-11-07 Thread nicolas.del...@gmail.com (JIRA)














































Nicolas De Loof
 created  JENKINS-15759


ant launched with unix-style when clover enabled















Issue Type:


Bug



Assignee:


stephenconnolly



Components:


clover



Created:


07/Nov/12 12:46 PM



Description:


job configured with an ant build step run fine with this setup as 
cmd.exe /C '"ant.bat ... && exit %%ERRORLEVEL%%"'

when clover is enabled, build fails trying to run "ant" (unix style)




Environment:


master is RHEL, slave is a Windows box




Project:


Jenkins



Priority:


Major



Reporter:


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






[JIRA] (JENKINS-15758) Cannot update tag if it's already exists.

2012-11-07 Thread vova.krav...@gmail.com (JIRA)














































Vladimir Kravets
 created  JENKINS-15758


Cannot update tag if it's already exists.















Issue Type:


Bug



Assignee:


Nicolas De Loof



Components:


git



Created:


07/Nov/12 12:32 PM



Description:


If during pushing tags to remote turn off the "Create tag" options and tag is exists the existing tag is not updated to new commit position.

Also we can add options to Create/Update Tag instead of Create Tag. And change functionality according to it.




Project:


Jenkins



Priority:


Major



Reporter:


Vladimir Kravets

























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






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

2012-11-07 Thread michael.m.cla...@gmail.com (JIRA)














































Michael Clarke
 commented on  JENKINS-15702


InstantiationError: hudson.scm.AbstractCvs















Attached file doesn't seem to be the cause of your issue. I suspect there's a badly saved job config file in your system somewhere, but can't do much to identify the cause or resolution until you find it. Try searching your Jenkins jobs directory for files containing the text AbstractCvs.



























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






[JIRA] (JENKINS-15735) CVS "Tag this build" extremely slow

2012-11-07 Thread michael.m.cla...@gmail.com (JIRA)














































Michael Clarke
 updated  JENKINS-15735


CVS "Tag this build" extremely slow
















Change By:


Michael Clarke
(07/Nov/12 12:19 PM)




Priority:


Major
Minor





Due Date:


6/Nov/12



























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






[JIRA] (JENKINS-15752) Menggunakan Internet Secara Positif

2012-11-07 Thread ku...@gmx.de (JIRA)















































kutzi
 closed  JENKINS-15752 as Not A Defect


Menggunakan Internet Secara Positif
















Change By:


kutzi
(07/Nov/12 12:20 PM)




Status:


Resolved
Closed



























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






[JIRA] (JENKINS-15752) Menggunakan Internet Secara Positif

2012-11-07 Thread ku...@gmx.de (JIRA)















































kutzi
 resolved  JENKINS-15752 as Not A Defect


Menggunakan Internet Secara Positif
















Change By:


kutzi
(07/Nov/12 12:20 PM)




Status:


Open
Resolved





Resolution:


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






[JIRA] (JENKINS-15733) Mercurial plugin crashes when polling repository

2012-11-07 Thread an...@naetet.se (JIRA)














































Anton B
 commented on  JENKINS-15733


Mercurial plugin crashes when polling repository















Same problem for me when upgrading to Jenkins 1.489 with Jenkins Mercurial plugin 1.41.



























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






[JIRA] (JENKINS-15757) Disable\Delete "Remember me on this computer" check box in login screen

2012-11-07 Thread sendil.prak...@gmail.com (JIRA)














































prakash ganeshan
 created  JENKINS-15757


Disable\Delete "Remember me on this computer" check box in login screen















Issue Type:


Task



Assignee:


Unassigned


Components:


security



Created:


07/Nov/12 10:06 AM



Description:


As a security measure , we need to disable Disable\Delete "Remember me on this computer" check box in login screen.

Can you inform how to achieve this ?




Project:


Jenkins



Priority:


Minor



Reporter:


prakash ganeshan

























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






[JIRA] (JENKINS-15756) Set Tool Environment and Set Environment should be execute at the begining of the build.

2012-11-07 Thread vova.krav...@gmail.com (JIRA)














































Vladimir Kravets
 created  JENKINS-15756


Set Tool Environment and Set Environment  should be execute at the begining of the build.















Issue Type:


Bug



Assignee:


Unassigned


Components:


core, toolenv



Created:


07/Nov/12 10:00 AM



Description:


Since a lot of steps can be uses Tool Environment or Environment variable need to set it before any another steps is process during build.

E.g. I configure M2 Extra Step -> Shell Execute. When I trying to use Tool Environment I have empty value of any variable which I'm trying to use.

In the log I see that tool environment variable was set after executing of a script. For my oppinion we need to set both (tool and another) environments variables before any steps was proceed.




Project:


Jenkins



Priority:


Major



Reporter:


Vladimir Kravets

























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






[JIRA] (JENKINS-15755) Add ability to use TokenMacro plugin in M2 Extra Steps plugin

2012-11-07 Thread vova.krav...@gmail.com (JIRA)














































Vladimir Kravets
 created  JENKINS-15755


Add ability to use TokenMacro plugin in M2 Extra Steps plugin















Issue Type:


Improvement



Assignee:


abayer



Components:


m2-extra-steps



Created:


07/Nov/12 9:53 AM



Description:


Since a lot of jenkins plugins uses TokenMacro plugin to be able to use additional macros functionality. I think need to add this functionality to m2-extra-steps plugin too.




Project:


Jenkins



Priority:


Major



Reporter:


Vladimir Kravets

























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






[JIRA] (JENKINS-15754) Jenkins fails to save configuration when using Invoke Gradle with net.sf.json.JSONException: null object

2012-11-07 Thread vasilena.tren...@softwareag.com (JIRA)














































Vassilena Treneva
 updated  JENKINS-15754


Jenkins fails to save configuration when using Invoke Gradle with net.sf.json.JSONException: null object
















Change By:


Vassilena Treneva
(07/Nov/12 9:52 AM)




Description:


This seems to be happening when I play around with invoke gradle settings.It happens quite often
 and unfortunately I cannot figure out which setting precisely is breaking it.
 :(
Hope the log is enough.


ErrorFailed to parse form data. Please report this problem as a bugJSON={"":"","builder":[{"antName":"(Default)","antOpts":"","buildFile":"trunk/test-automation/Tools/EDATools/event-generator.xml","kind":"hudson.tasks.Ant","properties":"cis.tools.home=${WORKSPACE}/CISTools","stapler-class":"hudson.tasks.Ant","targets":""},{"antName":"(Default)","antOpts":"","buildFile":"trunk/test-automation/Tools/EDATools/broker.configs/build.xml","kind":"hudson.tasks.Ant","properties":"eda.broker.config.modules=\ncom.softwareag.install.root=${installdir}\ncis.tools.home=${WORKSPACE}/CISTools","stapler-class":"hudson.tasks.Ant","targets":"create"},{"antName":"(Default)","antOpts":"","buildFile":"trunk/test-automation/Tools/EDATools/create.eda.xml.configs.xml","kind":"hudson.tasks.Ant","properties":"","stapler-class":"hudson.tasks.Ant","targets":"parse.xml.configs"},{"antName":"(Default)","antOpts":"","buildFile":"trunk/test-automation/Tools/EDATools/generate.properties.xml","kind":"hudson.tasks.Ant","properties":"property.file=${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/shared/TestsExecutionDefault.properties\nproperty.file.resolved=${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/shared/ResolvedTestsExecutionDefault.properties\ncis.tools.home=${WORKSPACE}/CISTools\nqft.tests.home=${WORKSPACE}/trunk/test-automation/Tests/QFT\neda.tools.home=${WORKSPACE}/trunk/test-automation/Tools/EDATools","stapler-class":"hudson.tasks.Ant","targets":"load.properties"},{"antName":"(Default)","antOpts":"","buildFile":"./CISTools/ant_targets/qftest/build.xml","kind":"hudson.tasks.Ant","properties":"task.home=${WORKSPACE}/CISTools\nreportdir=${WORKSPACE}/trunk/test-automation/Tests/QFT/output/edaconsole\nlogdir=${WORKSPACE}/trunk/test-automation/Tests/QFT/output/edaconsole\n\n#Test files separated by space\nsuite=${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/shared/qft/startEclipse.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_2consoles.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_2consoles100th.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_createCons_applyRevertAllTabs.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_createCons_CheckTabs.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_dispFormatNoTopicNoType.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_dispFormatTopicOnly.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_dispFormatType100th.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/shared/qft/stopEclipse.qft \n\n#Arguments passed for execution:\nqftest.arguments=-batch -runlog ${WORKSPACE}/trunk/test-automation/Tests/QFT/output/edaconsole/+b.qrl -report.xml ${WORKSPACE}/trunk/test-automation/Tests/QFT/output/edaconsole -report.html ${WORKSPACE}/trunk/test-automation/Tests/QFT/output/edaconsole","stapler-class":"hudson.tasks.Ant","targets":"run.testsuite.witharguments"},{"antName":"(Default)","antOpts":"","buildFile":"./CISTools/ant_targets/qftest/build.xml","kind":"hudson.tasks.Ant","properties":"task.home=${WORKSPACE}/CISTools\nreportdir=${WORKSPACE}/trunk/test-automation/Tests/QFT/output/eventTypeEditor\nlogdir=${WORKSPACE}/trunk/test-automation/Tests/QFT/output/eventTypeEditor\n\n#Test files separated by space\nsuite=${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/shared/qft/startEclipse.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/eventTypeEditor/evtTypeEdt_createReusableET.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/eventTypeEditor/evtTypeEdt_checkDoc.qft ${WORKSPACE}/t

[JIRA] (JENKINS-15754) Jenkins fails to save configuration when using Invoke Gradle with net.sf.json.JSONException: null object

2012-11-07 Thread vasilena.tren...@softwareag.com (JIRA)














































Vassilena Treneva
 updated  JENKINS-15754


Jenkins fails to save configuration when using Invoke Gradle with net.sf.json.JSONException: null object
















Change By:


Vassilena Treneva
(07/Nov/12 9:51 AM)




Description:


This seems to be happening when I play around with invoke gradle settings.It happens quite often :(
ErrorFailed to parse form data. Please report this problem as a bugJSON={"":"","builder":[{"antName":"(Default)","antOpts":"","buildFile":"trunk/test-automation/Tools/EDATools/event-generator.xml","kind":"hudson.tasks.Ant","properties":"cis.tools.home=${WORKSPACE}/CISTools","stapler-class":"hudson.tasks.Ant","targets":""},{"antName":"(Default)","antOpts":"","buildFile":"trunk/test-automation/Tools/EDATools/broker.configs/build.xml","kind":"hudson.tasks.Ant","properties":"eda.broker.config.modules=\ncom.softwareag.install.root=${installdir}\ncis.tools.home=${WORKSPACE}/CISTools","stapler-class":"hudson.tasks.Ant","targets":"create"},{"antName":"(Default)","antOpts":"","buildFile":"trunk/test-automation/Tools/EDATools/create.eda.xml.configs.xml","kind":"hudson.tasks.Ant","properties":"","stapler-class":"hudson.tasks.Ant","targets":"parse.xml.configs"},{"antName":"(Default)","antOpts":"","buildFile":"trunk/test-automation/Tools/EDATools/generate.properties.xml","kind":"hudson.tasks.Ant","properties":"property.file=${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/shared/TestsExecutionDefault.properties\nproperty.file.resolved=${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/shared/ResolvedTestsExecutionDefault.properties\ncis.tools.home=${WORKSPACE}/CISTools\nqft.tests.home=${WORKSPACE}/trunk/test-automation/Tests/QFT\neda.tools.home=${WORKSPACE}/trunk/test-automation/Tools/EDATools","stapler-class":"hudson.tasks.Ant","targets":"load.properties"},{"antName":"(Default)","antOpts":"","buildFile":"./CISTools/ant_targets/qftest/build.xml","kind":"hudson.tasks.Ant","properties":"task.home=${WORKSPACE}/CISTools\nreportdir=${WORKSPACE}/trunk/test-automation/Tests/QFT/output/edaconsole\nlogdir=${WORKSPACE}/trunk/test-automation/Tests/QFT/output/edaconsole\n\n#Test files separated by space\nsuite=${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/shared/qft/startEclipse.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_2consoles.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_2consoles100th.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_createCons_applyRevertAllTabs.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_createCons_CheckTabs.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_dispFormatNoTopicNoType.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_dispFormatTopicOnly.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_dispFormatType100th.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/shared/qft/stopEclipse.qft \n\n#Arguments passed for execution:\nqftest.arguments=-batch -runlog ${WORKSPACE}/trunk/test-automation/Tests/QFT/output/edaconsole/+b.qrl -report.xml ${WORKSPACE}/trunk/test-automation/Tests/QFT/output/edaconsole -report.html ${WORKSPACE}/trunk/test-automation/Tests/QFT/output/edaconsole","stapler-class":"hudson.tasks.Ant","targets":"run.testsuite.witharguments"},{"antName":"(Default)","antOpts":"","buildFile":"./CISTools/ant_targets/qftest/build.xml","kind":"hudson.tasks.Ant","properties":"task.home=${WORKSPACE}/CISTools\nreportdir=${WORKSPACE}/trunk/test-automation/Tests/QFT/output/eventTypeEditor\nlogdir=${WORKSPACE}/trunk/test-automation/Tests/QFT/output/eventTypeEditor\n\n#Test files separated by space\nsuite=${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/shared/qft/startEclipse.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/eventTypeEditor/evtTypeEdt_createReusableET.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/eventTypeEditor/evtTypeEdt_checkDoc.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/eventTypeEditor/evtTypeEdt_copyPaste.qft ${WORKSPACE

[JIRA] (JENKINS-15754) Jenkins fails to save configuration when using Invoke Gradle with net.sf.json.JSONException: null object

2012-11-07 Thread vasilena.tren...@softwareag.com (JIRA)














































Vassilena Treneva
 updated  JENKINS-15754


Jenkins fails to save configuration when using Invoke Gradle with net.sf.json.JSONException: null object
















Change By:


Vassilena Treneva
(07/Nov/12 9:50 AM)




Attachment:


Gradle.jpg



























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






[JIRA] (JENKINS-15754) Jenkins fails to save configuration when using Invoke Gradle with net.sf.json.JSONException: null object

2012-11-07 Thread vasilena.tren...@softwareag.com (JIRA)














































Vassilena Treneva
 created  JENKINS-15754


Jenkins fails to save configuration when using Invoke Gradle with net.sf.json.JSONException: null object















Issue Type:


Bug



Affects Versions:


current



Assignee:


Gregory Boissinot



Attachments:


JenkinsIsYourFriend.jpg



Components:


gradle, gradle-jpi-plugin



Created:


07/Nov/12 9:48 AM



Description:


Error

Failed to parse form data. Please report this problem as a bug
JSON={"":"","builder":[{"antName":"(Default)","antOpts":"","buildFile":"trunk/test-automation/Tools/EDATools/event-generator.xml","kind":"hudson.tasks.Ant","properties":"cis.tools.home=${WORKSPACE}/CISTools","stapler-class":"hudson.tasks.Ant","targets":""},{"antName":"(Default)","antOpts":"","buildFile":"trunk/test-automation/Tools/EDATools/broker.configs/build.xml","kind":"hudson.tasks.Ant","properties":"eda.broker.config.modules=\ncom.softwareag.install.root=${installdir}\ncis.tools.home=${WORKSPACE}/CISTools","stapler-class":"hudson.tasks.Ant","targets":"create"},{"antName":"(Default)","antOpts":"","buildFile":"trunk/test-automation/Tools/EDATools/create.eda.xml.configs.xml","kind":"hudson.tasks.Ant","properties":"","stapler-class":"hudson.tasks.Ant","targets":"parse.xml.configs"},{"antName":"(Default)","antOpts":"","buildFile":"trunk/test-automation/Tools/EDATools/generate.properties.xml","kind":"hudson.tasks.Ant","properties":"property.file=${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/shared/TestsExecutionDefault.properties\nproperty.file.resolved=${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/shared/ResolvedTestsExecutionDefault.properties\ncis.tools.home=${WORKSPACE}/CISTools\nqft.tests.home=${WORKSPACE}/trunk/test-automation/Tests/QFT\neda.tools.home=${WORKSPACE}/trunk/test-automation/Tools/EDATools","stapler-class":"hudson.tasks.Ant","targets":"load.properties"},{"antName":"(Default)","antOpts":"","buildFile":"./CISTools/ant_targets/qftest/build.xml","kind":"hudson.tasks.Ant","properties":"task.home=${WORKSPACE}/CISTools\nreportdir=${WORKSPACE}/trunk/test-automation/Tests/QFT/output/edaconsole\nlogdir=${WORKSPACE}/trunk/test-automation/Tests/QFT/output/edaconsole\n\n#Test files separated by space\nsuite=${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/shared/qft/startEclipse.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_2consoles.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_2consoles100th.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_createCons_applyRevertAllTabs.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_createCons_CheckTabs.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_dispFormatNoTopicNoType.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_dispFormatTopicOnly.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/designer/edaconsole/edacons_dispFormatType100th.qft ${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/shared/qft/stopEclipse.qft \n\n#Arguments passed for execution:\nqftest.arguments=-batch -runlog ${WORKSPACE}/trunk/test-automation/Tests/QFT/output/edaconsole/+b.qrl -report.xml ${WORKSPACE}/trunk/test-automation/Tests/QFT/output/edaconsole -report.html ${WORKSPACE}/trunk/test-automation/Tests/QFT/output/edaconsole","stapler-class":"hudson.tasks.Ant","targets":"run.testsuite.witharguments"},{"antName":"(Default)","antOpts":"","buildFile":"./CISTools/ant_targets/qftest/build.xml","kind":"hudson.tasks.Ant","properties":"task.home=${WORKSPACE}/CISTools\nreportdir=${WORKSPACE}/trunk/test-automation/Tests/QFT/output/eventTypeEditor\nlogdir=${WORKSPACE}/trunk/test-automation/Tests/QFT/output/eventTypeEditor\n\n#Test files separated by space\nsuite=${WORKSPACE}/trunk/test-automation/Tests/QFT/${testfolder}/shared/qft/startEclipse.qft ${WORKSPACE}/trunk/test-aut

[JIRA] (JENKINS-15754) Jenkins fails to save configuration when using Invoke Gradle with net.sf.json.JSONException: null object

2012-11-07 Thread vasilena.tren...@softwareag.com (JIRA)














































Vassilena Treneva
 updated  JENKINS-15754


Jenkins fails to save configuration when using Invoke Gradle with net.sf.json.JSONException: null object
















Change By:


Vassilena Treneva
(07/Nov/12 9:49 AM)




Attachment:


JenkinsIsYourFriend.jpg



























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






[JIRA] (JENKINS-15718) Failed to record SCM polling (again) while polling for SCM changes (Clearcase, Mercurial...)

2012-11-07 Thread rafal.gar...@motorolasolutions.com (JIRA)














































Rafal Gardas
 commented on  JENKINS-15718


Failed to record SCM polling (again) while polling for SCM changes (Clearcase, Mercurial...)















The same issue here after upgrading from 1.463 to 1.489. We use ClearCase. We get the following stack trace:

Nov 07, 2012 10:41:24 AM hudson.triggers.SCMTrigger$Runner runPolling
SEVERE: Failed to record SCM polling for hudson.model.FreeStyleProject@a25509[ProdXProject]
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
	at java.lang.String.substring(Unknown Source)
	at hudson.Launcher.inherit(Launcher.java:1068)
	at hudson.Launcher.access$100(Launcher.java:80)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:756)
	at hudson.Launcher$2.launch(Launcher.java:723)
	at hudson.Launcher$ProcStarter.start(Launcher.java:346)
	at hudson.plugins.clearcase.HudsonClearToolLauncher.getLaunchedProc(HudsonClearToolLauncher.java:153)
	at hudson.plugins.clearcase.HudsonClearToolLauncher.run(HudsonClearToolLauncher.java:114)
	at hudson.plugins.clearcase.ClearToolExec.runAndProcessOutput(ClearToolExec.java:822)
	at hudson.plugins.clearcase.ClearToolExec.catcs(ClearToolExec.java:84)
	at hudson.plugins.clearcase.ClearCaseSCM.hasNewConfigSpec(ClearCaseSCM.java:302)
	at hudson.plugins.clearcase.AbstractClearCaseScm.compareRemoteRevisionWith(AbstractClearCaseScm.java:670)
	at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:356)
	at hudson.scm.SCM.poll(SCM.java:373)
	at hudson.model.AbstractProject._poll(AbstractProject.java:1471)
	at hudson.model.AbstractProject.poll(AbstractProject.java:1404)
	at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:420)
	at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:449)
	at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)



























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






[JIRA] (JENKINS-14545) Unusable environment variable TRIGGERED_BUILD_NUMBER_jobname

2012-11-07 Thread hits...@gmail.com (JIRA)














































hiteswar kumar
 commented on  JENKINS-14545


Unusable environment variable TRIGGERED_BUILD_NUMBER_jobname















any status for fixing this issue!!!



























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






[JIRA] (JENKINS-15733) Mercurial plugin crashes when polling repository

2012-11-07 Thread karl.w...@northplay.com (JIRA)














































Karl Werf
 commented on  JENKINS-15733


Mercurial plugin crashes when polling repository















Jenkins 1.489



























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






[JIRA] (JENKINS-9249) Svn information is not cloned

2012-11-07 Thread rob...@kleinschmager.net (JIRA)












































  
Robert Kleinschmager
 edited a comment on  JENKINS-9249


Svn information is not cloned
















as JENKINS-13888 is resolved, this issue seems also resolved and released with version 0.5



























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






[JIRA] (JENKINS-15753) Crowd2 plugin does not take group names with spaces even when enclosed in quotes

2012-11-07 Thread zio...@gmail.com (JIRA)














































KY Lee
 created  JENKINS-15753


Crowd2 plugin does not take group names with spaces even when enclosed in quotes















Issue Type:


Bug



Affects Versions:


current



Assignee:


Thorsten Heit



Components:


crowd2



Created:


07/Nov/12 8:41 AM



Description:


We use Crowd to manage users from Active Directory. So Crowd is much preferred than integrating Jenkins to the AD directly.

In the field, Group name/s for users, since the group separator is either space or comma, then it is impossible to have groups with spaces in the group name.

Example data: "Blah Group"
This "Blah Group" exists in the AD.

When Checking the connection, it failed with:
 The group '"Blah' does not exist or is not active.




Environment:


Windows Server 2003 R2

Crowd Version: 2.5.0 (Build:#582 - 02-08-2012)

Jenkins ver. 1.489




Project:


Jenkins



Priority:


Major



Reporter:


KY Lee

























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