[JIRA] (JENKINS-62210) Incorrect links in documentation.

2020-05-07 Thread 'd1mo...@gmail.com (JIRA)' via Jenkins Issues
Title: Message Title


 
 
 
 

 
 
 

 
   
 Donald Morton created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-62210  
 
 
  Incorrect links in documentation.   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Ulli Hafner  
 
 
Components: 
 warnings-ng-plugin  
 
 
Created: 
 2020-05-07 19:47  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Donald Morton  
 

  
 
 
 
 

 
 There are a several links in the documentation that lead to "Page not found" in github. It usually occurs when linking to a source file. The ones I see are: Under "Export your issues into a supported format", the XML, JSON, and example links are all wrong.  Under "Quality gate configuration", the QualityGateType link is wrong. Under "Simple Pipeline configuration, the "step implementation" link is wrong. Under "Advanced Pipeline configuration", the AnnotatedReport, and both "step implementation" links are wrong.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 

[JIRA] (JENKINS-30183) Openstack Cloud Plugin does not wait until the user data script completes

2016-08-25 Thread d1mo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Donald Morton commented on  JENKINS-30183  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Openstack Cloud Plugin does not wait until the user data script completes   
 

  
 
 
 
 

 
 How do you control when cloud-init creates a user?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-30183) Openstack Cloud Plugin does not wait until the user data script completes

2016-08-22 Thread d1mo...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Donald Morton commented on  JENKINS-30183  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Openstack Cloud Plugin does not wait until the user data script completes   
 

  
 
 
 
 

 
 I have run into this problem as well. It takes about 20 minutes for our init script to finish running. I was able to work around it by using the jenkins-cli.jar to reconnect the node at the end of the script. Here is an example: curl --insecure https:///jnlpJars/jenkins-cli.jar > jenkins-cli.jar 2>> $ {LOGFILE}  #Fix SSL Cert so jenkins-cli works properly openssl x509 -in <(openssl s_client -connect :443 -prexit 2>/dev/null) > jenkins.cer 2>> ${LOGFILE} /opt/java/jdk1.8.0_25/bin/keytool -keystore /opt/java/jdk1.8.0_25/jre/lib/security/cacerts -import -file jenkins.cer -alias  -storepass changeit -noprompt >> $ {LOGFILE} 2>&1  #Tell Jenkins master to connect to the slave runuser -l cloud-user -c "/opt/java/jdk1.8.0_25/bin/java -jar jenkins-cli.jar -s https:// connect-node `hostname`" >> ${LOGFILE}  2>&1  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] [jclouds-plugin] (JENKINS-20919) Add generic networks selection support

2016-05-20 Thread d1mo...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Donald Morton commented on  JENKINS-20919 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Add generic networks selection support  
 
 
 
 
 
 
 
 
 
 
This seems to be fixed now. I ran into this same issue, and I was able to enter the UUID of the network in the advanced template options.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [core] (JENKINS-19728) Much needed dependency management between jobs

2014-11-12 Thread d1mo...@gmail.com (JIRA)














































Donald Morton
 commented on  JENKINS-19728


Much needed dependency management between jobs















I have this same use case. We have an application with thousands of modules that all depend on one another in various ways. It takes 10 hours to build the whole thing. This makes it hard to respond quickly if something goes wrong. A partial build operator would be great. 



























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] [hp-application-automation-tools-plugin] (JENKINS-24835) Question on supported versions

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














































Donald Morton
 updated  JENKINS-24835


Question on supported versions
















Change By:


Donald Morton
(24/Sep/14 1:39 PM)




Environment:


HPALM12.01HPUFT12.
01
00





Description:


IamrunningHPALM12.01andUFT12.
01
00
.Lookingatthesupportedversionsofthevariouscomponents,itisnotcleartomewhatfunctionalitywillandwontwork.DoesthispluginsupportrunningfunctionalandperformancetestsfromJenkinsinv12.01?ItsaysPC12.00issupported,butitalsosaysQTPonlysupports11.00.Andthen,ALMislistedatversion11.52.Iftheansweristhatitwontwork,thenwhenwillthepluginbeupdatedtoworkwiththelatestversions?Pleaseforgivemyignoranceofthevariouscomponents.ItriedtoopenaticketwithHP,buttheytoldmetheydontsupportthepluginandtoldmetocomehere.



























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] [hp-application-automation-tools-plugin] (JENKINS-24835) Question on supported versions

2014-09-23 Thread d1mo...@gmail.com (JIRA)














































Donald Morton
 created  JENKINS-24835


Question on supported versions















Issue Type:


Task



Assignee:


Ofir Shaked



Components:


hp-application-automation-tools-plugin



Created:


24/Sep/14 12:47 AM



Description:


I am running HP ALM 12.01 and UFT 12.01. Looking at the supported versions of the various components, it is not clear to me what functionality will and won't work. Does this plugin support running functional and performance tests from Jenkins in v12.01? 

It says PC 12.00 is supported, but it also says QTP only supports 11.00. And then, ALM is listed at version 11.52. If the answer is that it won't work, then when will the plugin be updated to work with the latest versions? 

Please forgive my ignorance of the various components. I tried to open a ticket with HP, but they told me they don't support the plugin and told me to come here. 




Environment:


HP ALM 12.01

HP UFT 12.01




Project:


Jenkins



Priority:


Minor



Reporter:


Donald Morton

























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-23334) Jenkins Frezees After Windows Security Patches Applied

2014-08-30 Thread d1mo...@gmail.com (JIRA)














































Donald Morton
 commented on  JENKINS-23334


Jenkins Frezees After Windows Security Patches Applied















Please provide thread dumps, log output, and Windows system log information.



























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







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


[JIRA] [core] (JENKINS-23436) Jenkins Web UI Hanging Often

2014-06-16 Thread d1mo...@gmail.com (JIRA)














































Donald Morton
 commented on  JENKINS-23436


Jenkins Web UI Hanging Often















Looks like the Tomcat folks figured it out using strace. I suppose you could do the same here? Run 'jstack pid' to get the stacktrace. Find the thread with the Selector and get the 'nid'. Convert it from hex to decimal, and run 'sudo strace -f -p nid'.

And see if the output looks like theirs? 



























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-23436) Jenkins Web UI Hanging Often

2014-06-16 Thread d1mo...@gmail.com (JIRA)














































Donald Morton
 commented on  JENKINS-23436


Jenkins Web UI Hanging Often















Actually, I don't know if that works under OSX...



























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-15682) archive artifacts hangs on ia64 slave due to JNA initialization error

2014-06-15 Thread d1mo...@gmail.com (JIRA)














































Donald Morton
 commented on  JENKINS-15682


archive artifacts hangs on ia64 slave due to JNA initialization error















Let me see if I understand the flow of logic. It is trying to resolve a symlink, correct? Util.java - resolveSymlink.

First, it tries calling 'java.nio.file.Files' in Java7. If that isn't available, it tries to load this library:

https://kenai.com/projects/jna-posix/sources/mercurial/show/src/org/jruby/ext/posix?rev=59

If that fails, it tries to load this library:

https://github.com/jnr/jnr-posix/tree/master/src/main/java/jnr/posix

All three fail, possibly due to using a non-Oracle Java runtime? The key section in the logs being:

java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
at org.jruby.ext.posix.POSIXFactory.loadLibC(POSIXFactory.java:96)


I suppose that makes this a duplicate of JENKINS-13202? 




























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-20948) Can't start a second time (uses Winstone instead of Jetty)

2014-06-15 Thread d1mo...@gmail.com (JIRA)














































Donald Morton
 commented on  JENKINS-20948


Cant start a second time (uses Winstone instead of Jetty)















What OS does this happen on? What version of 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







-- 
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] [accurev] (JENKINS-11461) FATAL: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset

2014-06-15 Thread d1mo...@gmail.com (JIRA)














































Donald Morton
 commented on  JENKINS-11461


FATAL: hudson.remoting.RequestAbortedException: java.net.SocketException: Connection reset















I see this bug all the time, running Tomcat on Windows 7. Is there any additional data I can gather to help diagnose this?



























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] [other] (JENKINS-23436) Jenkins Web UI Hanging Often

2014-06-15 Thread d1mo...@gmail.com (JIRA)














































Donald Morton
 commented on  JENKINS-23436


Jenkins Web UI Hanging Often















Possibly similar to JENKINS-23193? 

Does it happen with Java 8?



























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.