Re: https://jenkins-ci.org is down?

2015-05-01 Thread Kohsuke Kawaguchi
Yes, we had a short DNS outage that caused all the name resolutions to fail. We are back online now, though the infra team now has some work to do. 2015-05-01 18:09 GMT-07:00 Slide : > I've had intermittent problems today, but > http://downforeveryoneorjustme.com/jenkins-ci.org says it's up righ

Re: https://jenkins-ci.org is down?

2015-05-01 Thread Slide
I've had intermittent problems today, but http://downforeveryoneorjustme.com/jenkins-ci.org says it's up right now. On Fri, May 1, 2015 at 4:56 PM Yasmary Hernandez < yasmary.hernan...@gmail.com> wrote: > Trying to install jenkins and having trouble even pulling down the key > file: https://jenki

https://jenkins-ci.org is down?

2015-05-01 Thread Yasmary Hernandez
Trying to install jenkins and having trouble even pulling down the key file: https://jenkins-ci.org/debian/jenkins-ci.org.key I tried accessing https://jenkins-ci.org/ directly and it doesn't look it anything is coming up. -- You received this message because you are subscribed to the Google Gr

Re: Bug Publish over SSH

2015-05-01 Thread Daniel Beck
If you expect your command to have these values set from .bashrc: .bashrc is only loaded for interactive shells, which the Publish over SSH plugin likely is not. Find another way to define these, or explicitly load (source) .bashrc. 'man bash', section 'invocation' On 28.04.2015, at 23:16, Eric

jenkins cli login help please

2015-05-01 Thread Cote, Marlene
I have tried every combination I can think of to get the cli login command to work, and it just won't. Do you know of any issues with this? I have the latest Jenkins version, with plugins for ssh and active domain. - Marlene Cote Consulting Release Engineer +1 (978) 9

Publish HTML reports outside of JENKINS_HOME

2015-05-01 Thread Mark Sinclair
I have some rather large HTML reports to publish. I had planned to use HTML Publisher as that will place these reports right inline with my existing HTML reports. The issue is that I want these reports to live in a directory outside JENKINS_HOME (due to space constraints - JENKINS HOME would

Re: Where is the JRE?

2015-05-01 Thread Jeff Dege
OK, never mind. People are assuming that JAVA_HOME is also where the Jenkins application is installed. That may be the default, but it makes no sense to me, and we changed it long ago. I found jenkins.xml in the Jenkins installed directory, and the jre alongside it. Now that I know where is

Re: Where is the JRE?

2015-05-01 Thread Suckow, Thomas J
Manage Jenkins -> System Information should include the path to the Java Install being used. It is probably listed in the java.home environmental variable. From: Jeff Dege mailto:jd...@korterra.com>> Reply-To: "jenkinsci-users@googlegroups.com" mailto:je

Where is the JRE?

2015-05-01 Thread Jeff Dege
We have Jenkins 1.561 running on a 64-bit Windows 7 Professional SP1 box. This is our primary build machine, it runs Jenkins as well as most of our actual builds. (Our load isn't sufficient to require a more complicated multi-server structure). Now my understanding is that Jenkins is written i

Parameterized sub project not prompting for user input in checkbox.

2015-05-01 Thread PL_JenkinsUser
Hi There, I am recently using Jenkins with plugin for parameterized build. I have created two projects. 1. Checking code from subversion. 2. Select file from checked code using checkbox (extended choice). - Trigger as parameterized build from project 1. When i trigger 2nd project its takin

Re: Lost Job Properties after upgrading Hudson 3.1.0 to Jenkins 1.598

2015-05-01 Thread Slide
The short answer is you can't. The XML format for settings changed significantly after the fork, so there is currently no method to "upgrade" from any Hudson after the fork to a version of Jenkins. On Fri, May 1, 2015 at 8:19 AM Anitha Parvatham wrote: > Hi, > > I upgraded from Hudson 3.1.0 to J

Lost Job Properties after upgrading Hudson 3.1.0 to Jenkins 1.598

2015-05-01 Thread Anitha Parvatham
Hi, I upgraded from Hudson 3.1.0 to Jenkins 1.598. In hudson, job properties are defined . After upgrading to Jenkins, job properties are lost. Can you advise how to retain the hudson job properties after moving to jenkins. -- You received this message because you are subscribed to the Google

Re: How to get detailed change list via the json api

2015-05-01 Thread Daniel Beck
Edit type is not made available through the API. http://javadoc.jenkins-ci.org/hudson/scm/ChangeLogSet.Entry.html It's the difference between getAffectedFiles (which has the information) and getAffectedPaths (which is made available to the API). On 01.05.2015, at 03:58, Brent Scriver wrote: >