[JIRA] (JENKINS-27301) Pipeline support for XTrigger

2019-01-15 Thread bhanupat...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bhanu Pathak commented on  JENKINS-27301  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline support for XTrigger   
 

  
 
 
 
 

 
 Kinldy fix this issue if possible or atleast provide some pointers how it can be implemented  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





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


[JIRA] [findbugs] (JENKINS-24743) Findbug and PMD are broken in Jenkins 1.565.2

2014-09-24 Thread bhanupat...@gmail.com (JIRA)














































bhanu pathak
 commented on  JENKINS-24743


Findbug and PMD are broken in Jenkins 1.565.2















can you please let me know how to enable logging for "org.apache.commons.digester3.Digester"



























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


[JIRA] [findbugs] (JENKINS-24743) Findbug and PMD are broken in Jenkins 1.565.2

2014-09-22 Thread bhanupat...@gmail.com (JIRA)














































bhanu pathak
 commented on  JENKINS-24743


Findbug and PMD are broken in Jenkins 1.565.2















Java version is jdk1.7.0_67 , Findbugs version is 4.57 . PMD version is 3.38, somehow it is not showing analysis core plugin as installed , but neither there is any logs of saying that plugin is not loaded.

i have tried a restore of the data from my older sever which was running on Jenkins 1.479, i start jenkins as a windows service .



























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


[JIRA] [findbugs] (JENKINS-24743) Findbug and PMD are broken in Jenkins 1.565.2

2014-09-22 Thread bhanupat...@gmail.com (JIRA)














































bhanu pathak
 commented on  JENKINS-24743


Findbug and PMD are broken in Jenkins 1.565.2















actually i have checked and it seems that Jenkins does not show analysis -core plugin in its installed list of plugins , so the version of analysis core on my server is 1.59 ,do you need any logs which can be helpful 



























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


[JIRA] [findbugs] (JENKINS-24743) Findbug and PMD are broken in Jenkins 1.565.2

2014-09-17 Thread bhanupat...@gmail.com (JIRA)














































bhanu pathak
 created  JENKINS-24743


Findbug and PMD are broken in Jenkins 1.565.2















Issue Type:


Bug



Assignee:


Ulli Hafner



Components:


findbugs, pmd



Created:


17/Sep/14 12:35 PM



Description:


I have upgraded Jenkins to version 1.565.2 and after that when we are running Findbugs and PMD jobs they are failing with nullpointer exception code snippet is shown below

FINDBUGS Collecting findbugs analysis files...
ERROR: Publisher hudson.plugins.findbugs.FindBugsPublisher aborted due to exception
java.lang.NullPointerException
	at org.apache.commons.digester3.Digester.getXMLReader(Digester.java:799)
	at org.apache.commons.digester3.Digester.parse(Digester.java:1642)
	at org.apache.commons.digester3.Digester.parse(Digester.java:1701)
	at hudson.plugins.findbugs.parser.FindBugsParser.preParse(FindBugsParser.java:229)
	at hudson.plugins.findbugs.parser.FindBugsParser.parse(FindBugsParser.java:187)
	at hudson.plugins.findbugs.parser.FindBugsParser.parse(FindBugsParser.java:172)
	at hudson.plugins.findbugs.parser.FindBugsParser.parse(FindBugsParser.java:140)
	at hudson.plugins.analysis.core.FilesParser.parseFile(FilesParser.java:300)
	at hudson.plugins.analysis.core.FilesParser.parseFiles(FilesParser.java:258)
	at hudson.plugins.analysis.core.FilesParser.parserCollectionOfFiles(FilesParser.java:209)
	at hudson.plugins.analysis.core.FilesParser.invoke(FilesParser.java:178)
	at hudson.plugins.analysis.core.FilesParser.invoke(FilesParser.java:31)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2474)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	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 hudson.remoting.Engine$1$1.run(Engine.java:63)
	at java.lang.Thread.run(Unknown Source)
PMD Collecting PMD analysis files...
ERROR: Publisher hudson.plugins.pmd.PmdPublisher aborted due to exception
java.lang.NullPointerException
	at org.apache.commons.digester3.Digester.getXMLReader(Digester.java:799)
	at org.apache.commons.digester3.Digester.parse(Digester.java:1642)
	at org.apache.commons.digester3.Digester.parse(Digester.java:1701)
	at hudson.plugins.pmd.parser.PmdParser.parse(PmdParser.java:70)
	at hudson.plugins.analysis.core.AbstractAnnotationParser.parse(AbstractAnnotationParser.java:53)
	at hudson.plugins.analysis.core.FilesParser.parseFile(FilesParser.java:300)
	at hudson.plugins.analysis.core.FilesParser.parseFiles(FilesParser.java:258)
	at hudson.plugins.analysis.core.FilesParser.parserCollectionOfFiles(FilesParser.java:209)
	at hudson.plugins.analysis.core.FilesParser.invoke(FilesParser.java:178)
	at hudson.plugins.analysis.core.FilesParser.invoke(FilesParser.java:31)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2474)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	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 hudson.remoting.Engine$1$1.run(Engine.java:63)
	at java.lang.Thread.run(Unknown Source)




Environment:


windows server 2012 R2 and windows7




Project:


Jenkins



Priority: