Jobs show as Pending

2014-11-17 Thread Steve Gallagher
Jenkins jobs show as Pending even though nothing is in front of it. But 
the Status page shows it counting down the minutes to zero. But when it 
gets to 0:00, nothing happens. On the dashboard, progress bar looks 
incomplete even though countdown = 0. Estimated remaining time shows N/A. 
This is a new glitch since we upgraded out Gerrit to 2.9.

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


svn checkout options

2014-11-17 Thread Prajakta Joshi
Hi, 

Is there a way in Jenkins to configure svn checkout options? I need to 
turn on the use-commit-times flag  option.

Thanks,
Prajakta

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


Jenkins responding on both ports 80 and 443?

2014-11-17 Thread Scott Evans
A weird thing has started happening for us, where our Jenkins instance (run
out of Tomcat) is coming up both at http: (port 80) and https: (port 443).
In our tomcat server.xml we do have a redirect as follows:

   Connector port=80 protocol=HTTP/1.1
   connectionTimeout=2
   URIEncoding=UTF-8
   redirectPort=443 /

And this hasn't changed for months, though the behavior of also responding
on port 80 has just started today.  We did change authentication from
ActiveDirectory to LDAP, but on a similar server at a different site we
made the same authentication change without this side effect, so we doubt
it's a related issue.

When I hit either instance (either http or https) I see my activity in the
same tomcat log file, so I know it's not a second instance out there
somewhere.

Any thoughts/suggestions on where to look?  This is an ubuntu box.

Thanks in advance!
Scott

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