[JIRA] [selenium-plugin] (JENKINS-31695) Element is not currently visible error for selenium test, while the test was running fine from eclipse

2015-11-20 Thread zengyue...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 yueran zeng created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31695 
 
 
 
  Element is not currently visible error for selenium test, while the test was running fine from eclipse  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Richard Lavoie 
 
 
 

Attachments:
 

 JenkinsTickets.png 
 
 
 

Components:
 

 selenium-plugin, testng-plugin 
 
 
 

Created:
 

 20/Nov/15 9:42 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 yueran zeng 
 
 
 
 
 
 
 
 
 
 
Jenkins version 1.638  org.seleniumhq.selenium selenium-java 2.48.2   org.seleniumhq.selenium selenium-server 2.48.2   org.seleniumhq.selenium selenium-firefox-driver 2.48.2  
I ran a maven selenium test and basically it was trying to locate a text box. The test was running perfectly from eclipses, but when I ran it from Jenkins, the test hanged with the step finding that element.. 
I noticed that the selenium web driver updated recently, I updated it from eclipse, not sure if this happened was because Jenkins was using a different web driver then what I had? Or what other possible causes that might trigger that problem? 
Error message: Error:org.openqa.selenium.ElementNotVisibleException: Element is not currently visible and so may not be interacted with Command duration or timeout: 3.09 seconds 
 
 
   

[JIRA] [git-plugin] (JENKINS-29755) not able to install git plugin on Ubuntu with error 'java.io.IOException: Failed to dynamically deploy this plugin

2015-08-19 Thread zengyue...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 yueran zeng commented on  JENKINS-29755 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: not able to install git plugin on Ubuntu with error 'java.io.IOException: Failed to dynamically deploy this plugin  
 
 
 
 
 
 
 
 
 
 
The problem was that when I migrate jenkins from one server to another, I need to change the user/usergroup by: chown -R jenkins:jenkins /var/lib/jenkins 
Because some of the files/folders in /var/lib/jenkins was with other user/group, thus permission denied. fixed the owner/group problem, and tried again, it works fine! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [git-plugin] (JENKINS-29755) not able to install git plugin with error 'java.io.IOException: Failed to dynamically deploy this plugin

2015-08-03 Thread zengyue...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 yueran zeng created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-29755 
 
 
 
  not able to install git plugin with error 'java.io.IOException: Failed to dynamically deploy this plugin  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Nicolas De Loof 
 
 
 

Components:
 

 git-plugin 
 
 
 

Created:
 

 03/Aug/15 4:24 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 yueran zeng 
 
 
 
 
 
 
 
 
 
 
Jenkins 1.622 
Distributor ID: Ubuntu Description: Ubuntu 14.04 LTS Release: 14.04 Codename: trusty 
When I tried to install git-plugin, caught error: java.io.IOException: Failed to dynamically deploy this plugin at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1328) at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1126) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110) at java.lang.Thread.run(Thread.java:745) Caused by: java.nio.file.AccessDeniedException: /var/lib/jenkins/plugins/git/extraRepo.html at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) at sun.nio.fs.UnixFileSystemProvider.implDelete(UnixFileSystemProvider.java:244) at sun.nio.fs.AbstractFileSystemProvider.delete(AbstractFileSystemProvider.java:103) at java.nio.file.Files.delete(Files.java:1079) at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at 

[JIRA] [git-plugin] (JENKINS-29755) not able to install git plugin with error 'java.io.IOException: Failed to dynamically deploy this plugin

2015-08-03 Thread zengyue...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 yueran zeng updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-29755 
 
 
 
  not able to install git plugin with error 'java.io.IOException: Failed to dynamically deploy this plugin  
 
 
 
 
 
 
 
 
 

Change By:
 
 yueran zeng 
 
 
 

Attachment:
 
 2015-08-03_1225_001.png 
 
 
 

Attachment:
 
 2015-08-03_1225.png 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [git-plugin] (JENKINS-29755) not able to install git plugin on Ubuntu with error 'java.io.IOException: Failed to dynamically deploy this plugin

2015-08-03 Thread zengyue...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 yueran zeng updated an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-29755 
 
 
 
  not able to install git plugin on Ubuntu with error 'java.io.IOException: Failed to dynamically deploy this plugin  
 
 
 
 
 
 
 
 
 

Change By:
 
 yueran zeng 
 
 
 

Summary:
 
 notabletoinstallgitplugin onUbuntu witherror'java.io.IOException:Failedtodynamicallydeploythisplugin 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [other] (JENKINS-27294) jenkins spin with recording testng report state when running maven project(Selenium+TestNG automation test)

2015-05-26 Thread zengyue...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 yueran zeng commented on  JENKINS-27294 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: jenkins spin with recording testng report state when running maven project(Selenium+TestNG automation test)  
 
 
 
 
 
 
 
 
 
 
@Sergio Sacristan, Which Jenkins version you are using? Tried newer version of Jenkins.. I tried with newer version of 1.609, it seemed to be fine... if not, what report plugins you are using?  
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [other] (JENKINS-27294) jenkins spin with recording testng report state when running maven project(Selenium+TestNG automation test)

2015-05-26 Thread zengyue...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 yueran zeng commented on  JENKINS-27294 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: jenkins spin with recording testng report state when running maven project(Selenium+TestNG automation test)  
 
 
 
 
 
 
 
 
 
 
try newer jenkins version does it work? I didn't touch the project which has the problem for a little while, not quite remember, but I feel it was working with 1.609.. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [htmlpublisher-plugin] (JENKINS-27946) When rename the HTML Report title, the HTML report disappeared.

2015-04-14 Thread zengyue...@gmail.com (JIRA)














































yueran zeng
 created  JENKINS-27946


When rename the HTML Report title, the HTML report disappeared. 















Issue Type:


Bug



Assignee:


mcrooney



Components:


htmlpublisher-plugin



Created:


14/Apr/15 9:09 PM



Description:


Problem found with Jenkins 1.609

Problem is with the HTML Publisher plugin

When I edit the HTML Report title from default 'HTML Report' to 'test', the HTML report disappeared from the project.




Project:


Jenkins



Priority:


Minor



Reporter:


yueran zeng

























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] [htmlpublisher-plugin] (JENKINS-27946) When rename the HTML Report title, the HTML report disappeared.

2015-04-14 Thread zengyue...@gmail.com (JIRA)














































yueran zeng
 updated  JENKINS-27946


When rename the HTML Report title, the HTML report disappeared. 
















Change By:


yueran zeng
(14/Apr/15 9:10 PM)




Attachment:


DefaultReportTitleSettings.png





Attachment:


DefaultReportTitleSettings2.png





Attachment:


EditedReportTitleSettings.png





Attachment:


EditedReportTitleSettings2.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] [testng-plugin] (JENKINS-27294) jenkins spin with recording testng report state when running maven project(Selenium+TestNG automation test)

2015-03-09 Thread zengyue...@gmail.com (JIRA)














































yueran zeng
 created  JENKINS-27294


jenkins spin with recording testng report state when running maven project(Selenium+TestNG automation test)















Issue Type:


Bug



Assignee:


Nalin Makar



Attachments:


buildStuckInProgressState.png, testSpin.png, thisIsTheWorkingOne.png



Components:


testng-plugin



Created:


09/Mar/15 5:48 PM



Description:


When I tried to run a selenium test with Jenkins, the test finished with results:
Tests run: 413, Failures: 3, Errors: 0, Skipped: 0

But Jenkins spin with recording test results.

Which cause the build failed to stop after running the test and I have to click force to kill the progress which cause the build aborted and I did not get any test results.





Project:


Jenkins



Labels:


jenkins
plugin




Priority:


Minor



Reporter:


yueran zeng

























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.