[JIRA] [junit-plugin] (JENKINS-26077) Multiple Test Reports Graphs and Links in Job Page

2015-05-03 Thread svvivekan...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vivekanand SV closed an issue as Fixed 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-26077 
 
 
 
  Multiple Test Reports Graphs and Links in Job Page  
 
 
 
 
 
 
 
 
 

Change By:
 
 Vivekanand SV 
 
 
 

Status:
 
 Resolved Closed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [junit-plugin] (JENKINS-26077) Multiple Test Reports Graphs and Links in Job Page

2015-05-03 Thread svvivekan...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vivekanand SV commented on  JENKINS-26077 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Multiple Test Reports Graphs and Links in Job Page  
 
 
 
 
 
 
 
 
 
 
Thanks for the fix, its working perfectly.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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] [copy-to-slave-plugin] (JENKINS-25346) Copy files back to master node doesn't copy to workspace

2015-02-25 Thread svvivekan...@gmail.com (JIRA)














































Vivekanand SV
 commented on  JENKINS-25346


Copy files back to master node doesnt copy to workspace















@Dan, you can cancel the bounty, thats not needed to make me work, I was (and still am) busy with my personal life, that gives me no time to look here 



























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] [copy-to-slave-plugin] (JENKINS-25346) Copy files back to master node doesn't copy to workspace

2015-02-21 Thread svvivekan...@gmail.com (JIRA)














































Vivekanand SV
 commented on  JENKINS-25346


Copy files back to master node doesnt copy to workspace















@ Aaron, @Dan, @Daniel ... I fixed this and have the changes ready for release, before I release I need your feedback on the paths I chose (asking you people as you might have some real use-cases which can help me decide this)

Assuming the following factors, 

Multiconfiguration Project name - C2S_Test_MultiConf
Axis 1 label - machine
Axis 1 Label values  - Lin_Test1 and master

Axis 2 label - temp_axis
Axis 2 label values  - 1 and 2

the files copied on the master will be @
/home/test/jenkins/workspace/C2S_Test_MultiConf/machine/Lin_Test1/temp_axis/1  
/home/test/jenkins/workspace/C2S_Test_MultiConf/machine/Lin_Test1/temp_axis/2

other machine is master itself, so they wont be copied.

I thought of copying the files into "/home/test/jenkins/workspace/C2S_Test_MultiConf/" itself, but i was thinking these files should be kept separate for each configuration.

For freestyle job, workspace will be the default one "/home/test/jenkins/workspace/C2S_Test_FreeStyle/" where "C2S_Test_FreeStyle" is the project name.

Coming to Maven style jobs, if you guys can give me example paths I can add that for those.



























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] [copy-to-slave-plugin] (JENKINS-25346) Copy files back to master node doesn't copy to workspace

2015-02-21 Thread svvivekan...@gmail.com (JIRA)














































Vivekanand SV
 commented on  JENKINS-25346


Copy files back to master node doesnt copy to workspace















Its okay, I wrote that way for the others to check the output path generated, I wanted to know if they agree to the paths that I am using now for different types of jobs.



























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] [copy-to-slave-plugin] (JENKINS-25346) Copy files back to master node doesn't copy to workspace

2015-02-21 Thread svvivekan...@gmail.com (JIRA)














































Vivekanand SV
 commented on  JENKINS-25346


Copy files back to master node doesnt copy to workspace















What you could try is to determine the TopLevelItem ancestor of the current build's project, and get the workspace of that on the current node (e.g. /jenkins/workspace/foo). If that's a prefix of the current actual workspace (/jenkins/workspace/foo/bar/baz), just append the rest (/bar/baz) to the workspace path on master

Yes, thats what I end up doing as stated in the comment before your reply above.



























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] [copy-to-slave-plugin] (JENKINS-25346) Copy files back to master node doesn't copy to workspace

2015-02-21 Thread svvivekan...@gmail.com (JIRA)














































Vivekanand SV
 commented on  JENKINS-25346


Copy files back to master node doesnt copy to workspace















Actually, yes. "machine/Lin_Test1/temp_axis/1" and "machine/Lin_Test1/temp_axis/2" parts of the path, from my comment, is generated after checking the prefix 



























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] [copy-to-slave-plugin] (JENKINS-25346) Copy files back to master node doesn't copy to workspace

2015-02-20 Thread svvivekan...@gmail.com (JIRA)














































Vivekanand SV
 commented on  JENKINS-25346


Copy files back to master node doesnt copy to workspace















@Daniel, getWorkspaceFor() accepts only an implementation of TopLevelItem, so this will work in case of a free style project, what about other cases ? I tried Jenkins javadoc for some time but I couldn't get a clue.

Sorry for posting these questions, I don't have much knowledge about Jenkins code so looking for all help.



























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] [copy-to-slave-plugin] (JENKINS-25346) Copy files back to master node doesn't copy to workspace

2015-02-19 Thread svvivekan...@gmail.com (JIRA)














































Vivekanand SV
 commented on  JENKINS-25346


Copy files back to master node doesnt copy to workspace















I'll give it a try, thanks.



























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] [copy-to-slave-plugin] (JENKINS-25346) Copy files back to master node doesn't copy to workspace

2015-02-18 Thread svvivekan...@gmail.com (JIRA)














































Vivekanand SV
 commented on  JENKINS-25346


Copy files back to master node doesnt copy to workspace















@Daniel, I have done the following code based on your comment ...

 - DIFF START  

LINE 57


	projectWorkspaceOnMaster = new FilePath(new File(freeStyleProject.getRootDir(), "workspace"));
+projectWorkspaceOnMaster = freeStyleProject.getWorkspace();



LINE 61


	projectWorkspaceOnMaster = new FilePath(new File(project.getRootDir(), "workspace"));
+projectWorkspaceOnMaster = project.getWorkspace();



 - DIFF END  

Can I know your review comments for this please ?



























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] [copy-to-slave-plugin] (JENKINS-25346) Copy files back to master node doesn't copy to workspace

2015-02-18 Thread svvivekan...@gmail.com (JIRA)












































 
Vivekanand SV
 edited a comment on  JENKINS-25346


Copy files back to master node doesnt copy to workspace
















@Daniel, I have done the following code based on your comment ...

 - DIFF START  

LINE 57

 DELprojectWorkspaceOnMaster = new FilePath(new File(freeStyleProject.getRootDir(), "workspace"));
 ADDprojectWorkspaceOnMaster = freeStyleProject.getWorkspace();

LINE 61

 DELprojectWorkspaceOnMaster = new FilePath(new File(project.getRootDir(), "workspace"));
 ADDprojectWorkspaceOnMaster = project.getWorkspace();

 - DIFF END  

Can I know your review comments for this please ?



























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] [junit-plugin] (JENKINS-26077) Multiple Test Reports Graphs and Links in Job Page

2015-01-05 Thread svvivekan...@gmail.com (JIRA)














































Vivekanand SV
 updated  JENKINS-26077


Multiple Test Reports Graphs and Links in Job Page
















Change By:


Vivekanand SV
(05/Jan/15 12:34 PM)




Description:


IveupgradedJenkinsfrom1.575to1.594.Afterupdating,thenIopenthejobpage,Isee2graphsandlinksforthetestreports.Thoughtestreportsarecorrectandavailable,thereare2instanceofitpointingtothesameURLs.IusexUnitplugintopublishmyJUnitreportsasIneededawaytochangethebuildstatusbasedonthetestPASS/FAILcountthatIwantedwhichIwasnotabletodoinJUnitplugin.Also,allthebuildsarenotshowninthegraphs.Inthereferenceimageattached,IvebeenusingbothCoberturaandxUnitforallthebuilds,buttestgraphstartsonlyfrombuild#322whileitshouldvestartedfrombuild#291asintheCoberturagraph.Iveattachedthescreenshotofthejobpage
andconfigpage
forreference.
Andtheconfig.xmlhasthefollowingcontentunderthepublisherstagpublishersxunitplugin=xunit@1.90/hudson.plugins.cobertura.CoberturaPublisherplugin=cobertura@1.9.5/hudson.tasks.ArtifactArchiver//publishersRemovedtagcontentsforbrevity.





Attachment:


ScreenShot2014-12-18at10.30.54am.png



























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] [junit-plugin] (JENKINS-26077) Multiple Test Reports Graphs and Links in Job Page

2014-12-16 Thread svvivekan...@gmail.com (JIRA)














































Vivekanand SV
 created  JENKINS-26077


Multiple Test Reports Graphs and Links in Job Page















Issue Type:


Bug



Assignee:


Gregory Boissinot



Attachments:


Screen Shot 2014-12-16 at 2.12.41 pm.png



Components:


junit-plugin, xunit-plugin



Created:


16/Dec/14 8:47 AM



Description:


I've upgraded Jenkins from 1.575 to 1.594. After updating, then I open the job page, I see 2 graphs and links for the test reports. Though test reports are correct and available, there are 2 instance of it pointing to the same URLs.

I use xUnit plugin to publish my JUnit reports as I needed a way to change the build status based on the test PASS/FAIL count that I wanted which I was not able to do in JUnit plugin.

I've attached the screen shot of the job page for reference.




Environment:


Jenkins version 1.594 

JUnit Plugin Version - 1.3

xUnit Plugin Version - 1.92

All the above are latest at the time of posting this issue.




Project:


Jenkins



Priority:


Major



Reporter:


Vivekanand SV

























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] [junit-plugin] (JENKINS-26077) Multiple Test Reports Graphs and Links in Job Page

2014-12-16 Thread svvivekan...@gmail.com (JIRA)














































Vivekanand SV
 updated  JENKINS-26077


Multiple Test Reports Graphs and Links in Job Page
















Change By:


Vivekanand SV
(16/Dec/14 8:51 AM)




Description:


IveupgradedJenkinsfrom1.575to1.594.Afterupdating,thenIopenthejobpage,Isee2graphsandlinksforthetestreports.Thoughtestreportsarecorrectandavailable,thereare2instanceofitpointingtothesameURLs.IusexUnitplugintopublishmyJUnitreportsasIneededawaytochangethebuildstatusbasedonthetestPASS/FAILcountthatIwantedwhichIwasnotabletodoinJUnitplugin.
Also,allthebuildsarenotshowninthegraphs.Inthereferenceimageattached,
Ive
beenusingbothCoberturaandxUnitforallthebuilds,buttestgraphstartsonlyfrombuild#322whileitshouldvestartedfrombuild#291asintheCoberturagraph.Ive
attachedthescreenshotofthejobpageforreference.



























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] [core] (JENKINS-22758) Jenkins =1.560 breaks Jenkins slave handling / NIO JNLP related (using swarm plugin)

2014-08-15 Thread svvivekan...@gmail.com (JIRA)














































Vivekanand SV
 commented on  JENKINS-22758


Jenkins =1.560 breaks Jenkins slave handling / NIO JNLP related (using swarm plugin)















I updated to 1.575 and used the latest salve.jar, things are working fine till now. Will update if there are any issues.

Vivek.



























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] [core] (JENKINS-22758) Jenkins =1.560 breaks Jenkins slave handling / NIO JNLP related (using swarm plugin)

2014-08-13 Thread svvivekan...@gmail.com (JIRA)














































Vivekanand SV
 commented on  JENKINS-22758


Jenkins =1.560 breaks Jenkins slave handling / NIO JNLP related (using swarm plugin)















@koshuke, I am using jenkins version 1.574 and I get this error after upgrade to 1.574 for windows slaves (windows 8 and windows 2008 server, I also have windows 7 and windows 2012 server but they are working fine after jenkins upgrade). How should I get the fix that you mentioned above ? 

Do I just need to download salve.jar from the node page of the current jenkins and use that ? If yes, I tried that and it didn't work.


Any ideas ?


Vivek.



























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] [copy-to-slave] (JENKINS-21983) CopyToSlave exception when source contain a file starting with a .dot

2014-02-27 Thread svvivekan...@gmail.com (JIRA)














































Vivekanand SV
 commented on  JENKINS-21983


CopyToSlave exception when source contain a file starting with a .dot















Hi,

The file u mentioned first "WORKSPACE/slave/.buildinfo" is different from the file "/srv/org/wikimedia/doc/mw-tools-releng/html/.buildinfo (No such file or directory)". if that file is in slave folder then include slave instead of html.


Vivek.



























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] [copy-to-slave] (JENKINS-18899) Child job finishes with SUCCESS status even before copy-to-plugin finishes copying files from slave to master

2013-07-24 Thread svvivekan...@gmail.com (JIRA)














































Vivekanand SV
 created  JENKINS-18899


Child job finishes with SUCCESS status even before copy-to-plugin finishes copying files from slave to master















Issue Type:


Bug



Affects Versions:


current



Assignee:


Daniel Petisme



Components:


copy-to-slave



Created:


24/Jul/13 6:02 AM



Description:


Scenario:

I have jenkins installed (debian package) as master in Ubuntu, have 2 slaves for 32/64 bit Windows 7. I run some test cases in the slave windows OS' and use the use this plugin to get back the files to master. 

This is a multi configuration job and after child jobs (1 child job each for 2 slaves) are finished I publish combined HTML reports in the parent job.

Now the problem that I face here is, the child job finishes with "SUCCESS" without waiting for the copy-to-plugin post build action to finish. So the HTML Publisher in the parent job fails as the files are not yet copied to the master.

Note 1 : - Though the child job finishes, the copy-to-slave plugin continues to work and files are successfully copied to the master.

Note 2 : - The child job finishes before the post build action only for copy-to-plugin, it waits till the post build actions are finished for other plugins.




Environment:


Jenkins version - 1.523

Master OS - Ubuntu 12.04

Slave OS - Windows 7

Copy To Slave Plugin - 1.4




Project:


Jenkins



Priority:


Major



Reporter:


Vivekanand SV

























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] [copy-to-slave] (JENKINS-18899) Child job finishes with SUCCESS status even before copy-to-plugin finishes copying files from slave to master

2013-07-24 Thread svvivekan...@gmail.com (JIRA)














































Vivekanand SV
 updated  JENKINS-18899


Child job finishes with SUCCESS status even before copy-to-plugin finishes copying files from slave to master
















Change By:


Vivekanand SV
(24/Jul/13 6:05 AM)




Description:


Scenario:Ihavejenkinsinstalled(debianpackage)asmasterinUbuntu,have2slavesfor32/64bitWindows7.IrunsometestcasesintheslavewindowsOSanduse
theuse
thisplugintogetbackthe
files
testcaseresults
tomaster.Thisisamulticonfigurationjobandafterchildjobs(1childjobeachfor2slaves)arefinishedIpublishcombinedHTMLreportsintheparentjob.NowtheproblemthatIfacehereis,thechildjobfinisheswithSUCCESSwithoutwaitingforthecopy-to-pluginpostbuildactiontofinish.SotheHTMLPublisherintheparentjobfailsasthefilesarenotyetcopiedtothemaster.*Note1*:-Thoughthechildjobfinishes,thecopy-to-slaveplugincontinuestoworkandfilesaresuccessfullycopiedtothemaster.*Note2*:-Thechildjobfinishesbeforethepostbuildactiononlyforcopy-to-plugin,itwaitstillthepostbuildactionsarefinishedforotherplugins.



























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.