Will the next Jenkins LTS release support SVN 1.7?

2013-02-28 Thread David Aldrich
Hi I believe that a Jenkins Governance meeting is coming up soon. I guess the board will discuss the next LTS release so I thought it would be an appropriate time to ask: Will the next Jenkins LTS release support SVN 1.7 (i.e. will it use SVN plugin 1.40 or later) ? Best regards David --

Simple Jenkins job fails - wrong working directory

2013-03-19 Thread David Aldrich
Hi I have created a very simple job for a new Windows slave. The 'Remote FS root' of the slave is set to: C:\Jenkins The job checks out a svn repo and executes a very simple Windows batch command: dir When it runs, the checkout succeeds but the dir command fails: FATAL: command execution f

RE: Simple Jenkins job fails - wrong working directory

2013-03-19 Thread David Aldrich
: jenkinsci-users@googlegroups.com Subject: Re: Simple Jenkins job fails - wrong working directory Hello David, did you set up a custom workspace path in the project? Best Regards Am 19.03.2013 17:16, schrieb David Aldrich: Hi I have created a very simple job for a new Windows slave. The 'R

Job works but Jenkins reports svn access problem

2013-03-19 Thread David Aldrich
Hi My simple Jenkins job runs on a Windows slave, checks out a Subversion project and executes a simple 'dir' command on it. It works fine but, in the Configure screen, Jenkins reports an error for the svn url: Unable to access /trunk : svn: OPTIONS /subversion/MyProject/trunk failed (show d

RE: Re:Job works but Jenkins reports svn access problem

2013-03-19 Thread David Aldrich
Hi Kevin Thanks for your reply. Ø Since the URL you have provided is local to the slave's filesystem Sorry, I don't understand. In what sense have I specified the url as 'local to the slave's filesystem' ? I have just used a https url. David From: jenkinsci-users@googlegroups.com [mailto

RE: Re:Job works but Jenkins reports svn access problem

2013-03-20 Thread David Aldrich
Thanks Kevin. I mangled the url for security reasons. I wonder if the reason that the Jenkins master complains about the svn url has to do with this: http://stackoverflow.com/questions/12625614/jenkins-not-able-to-use-svn-credentials-or-download-new-plugins-new-versions which advises to try st

How to connect to a Linux slave?

2013-03-20 Thread David Aldrich
Hi We have a Linux Jenkins master that connects to many Jenkins slaves that run Centos 5. I am trying to add a Ubuntu 12.04 slave but I get an error: [03/20/13 13:44:31] [SSH] Opening SSH connection to t4:22. java.io.IOException: There was a problem while connecting to t4:22 at com.tril

RE: How to connect to a Linux slave?

2013-03-20 Thread David Aldrich
n normally be set up to work in Jenkins? David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of JonathanRRogers Sent: 20 March 2013 16:41 To: jenkinsci-users@googlegroups.com Cc: David Aldrich Subject: Re: How to connect to a Linux slave? On Wednes

RE: How to connect to a Linux slave?

2013-03-20 Thread David Aldrich
ps.com [mailto:jenkinsci- > us...@googlegroups.com] On Behalf Of Les Mikesell > Sent: 20 March 2013 16:54 > To: jenkinsci-users@googlegroups.com > Subject: Re: How to connect to a Linux slave? > > On Wed, Mar 20, 2013 at 11:51 AM, David Aldrich > wrote: > > > > >

RE: How to connect to a Linux slave?

2013-03-21 Thread David Aldrich
sers@googlegroups.com [mailto:jenkinsci- > us...@googlegroups.com] On Behalf Of Jonathan Rogers > Sent: 20 March 2013 17:24 > To: jenkinsci-users@googlegroups.com > Subject: Re: How to connect to a Linux slave? > > David Aldrich wrote: > > Hi Les, > > > > Ye

RE: How to connect to a Linux slave?

2013-03-21 Thread David Aldrich
ll > Sent: 21 March 2013 12:35 > To: jenkinsci-users@googlegroups.com > Subject: Re: How to connect to a Linux slave? > > On Thu, Mar 21, 2013 at 4:06 AM, David Aldrich > wrote: > > Hi > > > >> What do you mean that an Ubuntu slave uses Windows authenti

Windows XP 64-bit slave launch failure (0x800706BA)

2013-04-04 Thread David Aldrich
Hi One of our Windows XP 64-bit slaves has stopping connecting to our Jenkins master (which runs on Linux). Launching Jenkins on the slave fails with error: ERROR: Message not found for errorCode: 0x800706BA I have checked that the firewall settings are correct on the slave, allowing access t

Question about Manage Credentials

2013-04-11 Thread David Aldrich
Hi In our Jenkins system, both Windows and Linux slaves use the same username. However, the Windows password is different to the Linux password. This means that the credentials plugin shows two credentials with the same username. Is this allowed and, if so, how can I differentiate between the

RE: Question about Manage Credentials

2013-04-11 Thread David Aldrich
Of Stephen Connolly Sent: 11 April 2013 10:09 To: jenkinsci-users@googlegroups.com Subject: Re: Question about Manage Credentials On 11 April 2013 09:19, David Aldrich mailto:david.aldr...@emea.nec.com>> wrote: Hi In our Jenkins system, both Windows and Linux slaves use the same usernam

RE: Question about Manage Credentials

2013-04-11 Thread David Aldrich
2013 10:17, David Aldrich mailto:david.aldr...@emea.nec.com>> wrote: Hi Stephen Thanks for your reply. > Which plugins are you using? I have installed: * Credentials Plugin 1.3.1 * SSH Credentials Plugin 0.2 >From your explanation, as I am only using credent

Will next LTS use svn v1.7?

2013-04-22 Thread David Aldrich
Hi I was hoping that the next Jenkins LTS release will use a Subversion v.1.7 compatible svn plugin, but this link suggests that it will still use a v.1.6 compatible version: https://wiki.jenkins-ci.org/display/JENKINS/LTS+1.509.x+RC+Testing

RE: Can a Jenkins job save/retrieve job information from previous run

2013-04-22 Thread David Aldrich
Yes, I suggest you use build artifacts. David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Wood Sent: 22 April 2013 16:15 To: jenkinsci-users@googlegroups.com Subject: Can a Jenkins job save/retrieve job information from previous run Is it p

RE: Can a Jenkins job save/retrieve job information from previous run

2013-04-22 Thread David Aldrich
job. Do I have to code this myself, is there a check box? Basically I'm looking to save information about the job as a series of name/value pairs so a subsequent run can read those values process accordingly. Thanks, Eric From: David Aldrich mailto:david

RE: Will next LTS use svn v1.7?

2013-04-23 Thread David Aldrich
testing on the Wiki page? That would answer your question, assist with the LTS testing, and help the Jenkins user community. Thanks, Mark Waite ____ From: David Aldrich mailto:david.aldr...@emea.nec.com>> To: "jenkinsci-users@googlegroups.com&l

RE: Will next LTS use svn v1.7?

2013-04-23 Thread David Aldrich
st is only 5 minutes. That 5 minutes includes downloading Jenkins, starting Jenkins, configuring a Subversion based Jenkins job, and running that Subversion based Jenkins job successfully. Thanks, Mark Waite On Tuesday, April 23, 2013 1:55:45 AM UTC-6, David Aldrich wrote: Hi Mark Thanks for y

RE: Will next LTS use svn v1.7?

2013-04-23 Thread David Aldrich
ng that Subversion based Jenkins job successfully. Thanks, Mark Waite On Tuesday, April 23, 2013 1:55:45 AM UTC-6, David Aldrich wrote: Hi Mark Thanks for your reply. It would require quite a lot of work to set up a test instance of Jenkins and to test the Subversion plugin with the new LTS. I'm

RE: Will next LTS use svn v1.7?

2013-04-23 Thread David Aldrich
, now it may upgrade them to 1.7 as soon as it sees them, or it may not. I have not verified so cannot comment. On 23 April 2013 15:29, David Aldrich mailto:david.aldr...@emea.nec.com>> wrote: Hi Stephen Thanks very much for your explanation. That is very clear. Do you know what happen

Upgrading from svn 1.6 to 1.7 within Jenkins

2013-05-10 Thread David Aldrich
Hi We are running Jenkins LTS release 1.480.3 and are using SVN Plugin v.1.39. This means that the Jenkins workspaces are in svn 1.6 format. I want to upgrade to SVN Plugin v1.45, which create workspaces in svn 1.7 format. Normally in Subversion, the user is prompted to perform 'svn upgrade'

How to make a shell script quieter?

2012-04-11 Thread David Aldrich
Hi Some of my Jenkins jobs run bash shell scripts that are stored in Subversion. The scripts are quite complex and may contain 'for' loops: For example: for Simulation in $SimulationsList_1 do cd $SIM_PATH_1/$Simulation zip -qr $SIM_PATH_1/$Simulation'_'$BUILD_NUMBER * done The Jenkin

RE: How to make a shell script quieter?

2012-04-11 Thread David Aldrich
try it with this snippet: """"""""""""""""""""""""""""""""""""""""""""""""""""""""""

Upgrade to LTS release 1.447.1 broke a job

2012-04-23 Thread David Aldrich
Hi We run Jenkins on a Centos Linux server. We installed it last year by installing a RedHat Linux RPM package. Today I upgraded from Jenkins 1.430 to LTS release 1.447.1 by simply stopping Jenkins, replacing the .war file and starting Jenkins. Was that ok to do? One of my jobs now fails. T

Plugin update confusion

2012-05-09 Thread David Aldrich
Hi I am running Jenkins 1.447.1 LTS. This morning I decided to update the svn plugin from 1.34 to 1.39. I selected the svn plugin update, the download succeeded and I restarted Jenkins. Now, the plugins updates table is still showing 1.39 available and 1.34 installed. The 'Installed' table sh

RE: Plugin update confusion

2012-05-10 Thread David Aldrich
e manually, deleted all subversion plugin files and > > > folders and placed the new one in and its still reporting as 1.34. > > > Perhaps the metadata for 1.39 is incorrect? > > > > > On May 9, 11:18 am, David Aldrich > wrote: > > > > > > Hi >

RE: SEVERE exception while starting jenkins LTS 1.477.1

2012-06-07 Thread David Aldrich
I guess you mean 1.447.1 ? > -Original Message- > From: jenkinsci-users@googlegroups.com [mailto:jenkinsci- > us...@googlegroups.com] On Behalf Of Eyal Edri > Sent: 07 June 2012 10:14 > To: jenkinsci-users@googlegroups.com > Subject: SEVERE exception while starting jenkins LTS 1.477.1 > >

What is the latest LTS release?

2012-08-06 Thread David Aldrich
Hi I am running Jenkins LTS release v.1.447.1. My 'Manage Jenkins' page shows that 1.447.2 is available. But this Jenkins change log: http://jenkins-ci.org/changelog-stable shows that 1.466.1 is available. What is the latest LTS release please? Best regards David

RE: What is the latest LTS release?

2012-08-06 Thread David Aldrich
that > screen? > > Cheers > Richard. > > On Mon, Aug 6, 2012 at 8:38 PM, David Aldrich > wrote: > > Hi > > > > > > > > I am running Jenkins LTS release v.1.447.1. My 'Manage Jenkins' page > > shows that 1.447.2 is available

RE: What is the latest LTS release?

2012-08-06 Thread David Aldrich
s in the past with Manage Jenkins screen showing the > correct next version - thought it had been fixed but perhaps there is some > process that needs to run on a server somewhere to make it visible to that > screen? > > Cheers > Richard. > > On Mon, Aug 6, 2012 at 8:38

RE: What is the latest LTS release?

2012-08-06 Thread David Aldrich
test LTS release? > > > > > > 1.466.1 is the latest as far as I'm aware. > > > > > > I've had problems in the past with Manage Jenkins screen showing the > > > correct next version - thought it had been fixed but perhaps there > > > is

When will Jenkins LTS support Subversion 1.7?

2012-08-06 Thread David Aldrich
Hi Subversion 1.7 was first supported in version 1.40 of the Jenkins Subversion Plugin. Does anyone know when Jenkins Subversion plugin 1.40 or later will be included in a Jenkins LTS release? Best regards David

RE: When will Jenkins LTS support Subversion 1.7?

2012-08-06 Thread David Aldrich
sci-users@googlegroups.com]> On Behalf Of David Aldrich Sent: 06 August 2012 15:23 To: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com> Subject: When will Jenkins LTS support Subversion 1.7? Hi Subversion 1.7 was first supported in version 1.40 of the Jenkins Subversion Pl

Project changes sometimes lost in Jenkins LTS 1.466.1?

2012-08-08 Thread David Aldrich
Hi Since upgrading from Jenkins LTS 1.447.1 to LTS 1.466.1 a few days ago, I sometimes find that when I edit a project's configuration and hit the Save button the browser window goes blank, i.e. the dashboard does not reappear. When I access the dashboard by re-entering the Jenkins url in the

RE: Project changes sometimes lost in Jenkins LTS 1.466.1?

2012-08-08 Thread David Aldrich
Windows, are you running under a user account (logged in user) or as the system account (installed using the installer)? Mark Waite ____ From: David Aldrich mailto:david.aldr...@emea.nec.com>> To: "jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googl

Active Directory authentication error with 1.466.1 LTS

2012-08-17 Thread David Aldrich
Hi I am running Jenkins 1.466.1 LTS with Active Directory authentication. The authentication has been working correctly, but today I noticed the following type of error in: Manage Jenkins > Configure System > Authorization > Project-based Matrix Authorization Strategy: Failed to test the val

RE: Active Directory authentication error with 1.466.1 LTS

2012-08-20 Thread David Aldrich
nkinsci-users@googlegroups.com> [mailto:jenkinsci-users@googlegroups.com]<mailto:[mailto:jenkinsci-users@googlegroups.com]> On Behalf Of David Aldrich Sent: Friday, August 17, 2012 9:25 AM To: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com> Subject: Active Di

Slaves fail to launch since plugin upgrade

2014-03-17 Thread David Aldrich
Hi I am running Jenkins 1.552. I upgraded to the latest verstion of the Active Directory (1.34) and Parameterised Trigger plugin (1.24) and Static Analysis plugin (1.56). Now many of our slaves do not launch: Connecting to r102 ERROR: Unexpected error in launching a slave. This is probably a

RE: Slaves fail to launch since plugin upgrade

2014-03-18 Thread David Aldrich
@googlegroups.com] On Behalf Of David Aldrich Sent: 17 March 2014 13:41 To: jenkinsci-users@googlegroups.com Subject: Slaves fail to launch since plugin upgrade Hi I am running Jenkins 1.552. I upgraded to the latest verstion of the Active Directory (1.34) and Parameterised Trigger plugin (1.24) and Static

PermGen failures

2014-03-25 Thread David Aldrich
Hi In the last few weeks I have been getting a lot of PermGen errors: FATAL: PermGen space I am running Jenkins 1.556 on Centos 5. How should I fix this problem please? Best regards David -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Can't login to Jenkins after upgrading to 1.556

2014-03-26 Thread David Aldrich
Hi Yesterday I upgraded to Jenkins 1.556. Today I cannot login to Jenkins. I see: HTTP ERROR 404 Problem accessing /jenkins/;jsessionid=hzlep1bpxdsuice7835saxjf. Reason: Not Found How can I recover from this please? Best regards David -- You received this message because you are subscri

RE: Can't login to Jenkins after upgrading to 1.556

2014-03-26 Thread David Aldrich
Fixed by deleting local Jenkins cookie in IE. David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Aldrich Sent: 26 March 2014 08:36 To: jenkinsci-users@googlegroups.com Subject: Can't login to Jenkins after upgrading to 1.556 Hi Yest

RE: PermGen failures

2014-03-26 Thread David Aldrich
@googlegroups.com] On Behalf Of Maciej Jaros Sent: 26 March 2014 10:48 To: jenkinsci-users@googlegroups.com Subject: Re: PermGen failures David Aldrich (2014-03-25 17:12): Hi In the last few weeks I have been getting a lot of PermGen errors: FATAL: PermGen space I am running Jenkins 1.556 on Centos 5. How

Our Jenkins instance keeps crashing

2014-03-27 Thread David Aldrich
Hi Jenkins is crashing on me several times a day. I am running Jenkins 1.552 on Centos 5, in a VM. Jenkins used to be stable for us. The only symptom I see is that my browser shows: "An internal server error occurred. Please try again later." I don't know where to start debugging this. The J

RE: Our Jenkins instance keeps crashing

2014-03-27 Thread David Aldrich
Fixed exceptions in System Log by deleting rogue .jpi file and enabling JavaDoc plugin. Will wait and see if that fixes the crashes. David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Aldrich Sent: 27 March 2014 10:24 To: jenkinsci-users

How to fix java.lang.reflect.InvocationTargetException ?

2014-03-27 Thread David Aldrich
Hi One of our Jenkins jobs is generating an exception that is reported in the System Log. It is a simple job that runs some DOS batch commands. In case it is relevant, we don't use Maven. The exception is below. Any thoughts about the reason please? We are running Jenkins 1.552 on Centos 5.

RE: How to fix java.lang.reflect.InvocationTargetException ?

2014-03-27 Thread David Aldrich
This problem seems to have gone away. Best regards David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Aldrich Sent: 27 March 2014 11:24 To: jenkinsci-users@googlegroups.com Subject: How to fix java.lang.reflect.InvocationTargetException

RE: PermGen failures

2014-03-27 Thread David Aldrich
or (so the error occurs but Jenkins continues to function), you need to figure out how to increase the Perm space for the java process that is crashing. From: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com> [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Da

Jenkins 1.556 still unstable - HTTP Error 404

2014-03-27 Thread David Aldrich
Hi Sorry for my many recent posts but I am finding it difficult to achieve a stable configuration of Jenkins. I have just upgraded from 1.552 to 1.556 and now see this error when I login: HTTP ERROR 404 Problem accessing /jenkins/;jsessionid=1ktrqn7avifn613oup7g5x0q2v. Reason: Not Found The

RE: PermGen failures

2014-03-28 Thread David Aldrich
You should enable GC logging for the JVM so you can see how much perm space is actually being used and adjust it down accordingly ☺ Rob From: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com> [mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Aldrich Sent: Frida

RE: Jenkins 1.556 still unstable - HTTP Error 404

2014-03-28 Thread David Aldrich
latest? I had lots of issues when I was tracking the latest for my Jenkins installs. I don't have those issues now that I am sticking with the LTS. On Thu, Mar 27, 2014 at 10:21 AM, David Aldrich mailto:david.aldr...@emea.nec.com>> wrote: Hi Sorry for my many recent posts but I am

No program output when running batch command on Windows 7

2014-03-28 Thread David Aldrich
Hi We have a regression test that runs happily under Jenkins on a Windows XP slave but fails on a Windows 7 slave. I believe that Jenkins runs as a Windows Service in both cases. Part of the test is to run our application and redirect the output to a file: myProg > out.txt This runs as a Win

RE: No program output when running batch command on Windows 7

2014-03-28 Thread David Aldrich
.txt gets created. What about trying to see if myProg is the issue on Win7 rather than Jenkins? Can you echo something (like ENV >>out.txt) to see if that can write out to your output file? If that succeeds, then I'd look at what myProg is doing. Scott On Fri, Mar 28, 2014 at 9:07 AM,

Can't delete Java VM Crash Reports

2014-03-31 Thread David Aldrich
Hi I am running Jenkins 1.552. The Java VM Crash Reports page lists some crash reports but when I try to delete them I get: HTTP ERROR 404 Problem accessing /jenkins/administrativeMonitor/jenkins.diagnosis.HsErrPidList/files/1/hs_err_pid29499.log/delete. Reason: Not Found How can I delete

How to set email address for a user when using AD?

2014-04-10 Thread David Aldrich
Hi We use Active Directory to authenticate users in Jenkins. Email to one of our users is going to the wrong email address. If his name is Fred Bloggs, his svn credentials are fbloggs, and Jenkins is sending the email to fbloggs@ourdomain. But his email address is fred.bloggs@ourdomain. How

RE: How to set email address for a user when using AD?

2014-04-11 Thread David Aldrich
The email plugins should pickup the address from there going foward. On Thu, Apr 10, 2014 at 9:41 AM, David Aldrich mailto:david.aldr...@emea.nec.com>> wrote: Hi We use Active Directory to authenticate users in Jenkins. Email to one of our users is going to the wrong email address. If

RE: How to set email address for a user when using AD?

2014-04-11 Thread David Aldrich
email address for a user when using AD? The People link will/should get you there (at least does on my install) Richard On Friday, April 11, 2014, David Aldrich mailto:david.aldr...@emea.nec.com>> wrote: Hi Slide Thanks for your reply. I have done what you suggested and am happy wit

RE: How to set email address for a user when using AD?

2014-04-11 Thread David Aldrich
ds... Richard. On Friday, April 11, 2014, David Aldrich mailto:david.aldr...@emea.nec.com>> wrote: My People link gives an empty list of people. Is that because I am using Active Directory? David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behal

RE: How to set email address for a user when using AD?

2014-04-11 Thread David Aldrich
have a list of people when I browse to the People page. What version of Jenkins are you using? On Apr 11, 2014 2:52 AM, "David Aldrich" mailto:david.aldr...@emea.nec.com>> wrote: Hi Richard That isn't the case for me. I have Manage Jenkins > Configure Global Security >

RE: How to set email address for a user when using AD?

2014-04-14 Thread David Aldrich
Hi Just for the record, the people list is displayed in Firefox but not in IE9. Best regards David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Aldrich Sent: 11 April 2014 13:51 To: jenkinsci-users@googlegroups.com Subject: RE: How to set

RE: How to set email address for a user when using AD?

2014-04-14 Thread David Aldrich
rs@googlegroups.com> [mailto:jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>] On Behalf Of David Aldrich Sent: 11 April 2014 13:51 To: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com> Subject: RE: How to set email address for a user when using A

RE: How to set email address for a user when using AD?

2014-04-15 Thread David Aldrich
a user when using AD? Looks to be this block of code [1], not sure what it does as I am not a web person. 1 - https://github.com/jenkinsci/jenkins/blob/master/war/src/main/webapp/scripts/sortable.js#L207 On Mon, Apr 14, 2014 at 8:04 AM, David Aldrich mailto:david.aldr...@emea.nec.com>>

Change log for 1.561?

2014-04-28 Thread David Aldrich
Hi I see that Jenkins 1.561 is available, but there is no change log for it yet. Is that an oversight? http://jenkins-ci.org/changelog Best regards David -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and s

A question about Subversion Plugin 2.3

2014-05-02 Thread David Aldrich
Hi I see that Subversion Plugin 2.3 was released yesterday. The change log states: "Note: Version 2.0 contained a fix for issue #18574. However, the fix caused 2 regressions, so it was reverted in this version" Now, I know that from version 2

RE: A question about Subversion Plugin 2.3

2014-05-02 Thread David Aldrich
Subversion Plugin 2.3 Hi, no JENKINS-18574 has nothing to do with credentials. It's only changelog related AFAIK. JENKINS-18574 wasn't even mentioned in the changelog of 2.0. Am 02.05.2014 09:25, schrieb David Aldrich: > Hi > > I see that Subversion Plugin 2.3 was released yes

RE: Note on IE 11 compatibility w/ Jenkins v.1532.2

2014-05-06 Thread David Aldrich
Hi There is already a JIRA for the people list issue, raised for IE9. You could add to that and vote for it: https://issues.jenkins-ci.org/browse/JENKINS-22606 Best regards David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Oleg Nenashev Sent

Can't download Subversion plugin 2.4

2014-05-19 Thread David Aldrich
Hi I am getting an exception when I try to download Subversion plugin 2.4. Is this a server failure? Best regards David java.io.IOException: Failed to download from http://updates.jenkins-ci.org/download/plugins/subversion/2.4/subversion.hpi at hudson.model.UpdateCenter$UpdateCenterC

How to run msbuild from a Python script?

2014-05-28 Thread David Aldrich
Hi I have a Jenkins job that builds a Visual Studio project in multiple configurations using msbuild. I currently have multiple build steps in the job - one Windows batch command step for each call of msbuild. I want to replace these steps with a single Python script, which will be easier to

Cannot launch slave agent on Win XP slave

2014-06-16 Thread David Aldrich
Hi We have multiple Win XP 64-bit slaves that we use with our Linux Jenkins master (v.1.565). Today, one of the slaves is failing to launch. This slave has launched fine in the past. Several error conditions occur: 1) Sometimes, when I click the "Launch slave agent" button, I see: POST

http://jenkins-ci.org/ unavailable

2014-06-17 Thread David Aldrich
Hi http://jenkins-ci.org/ seems to be down. Best regards David -- 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.

A question about svn credentials when doing multiple svn checkouts

2014-06-17 Thread David Aldrich
Hi We want a Jenkins job to perform several svn checkouts. As Jenkins's 'Source Code Management' section, on the Job Configuration page, only allows us to specify one svn checkout, we assume we will need to do the checkouts by a script run by the job. Is there an elegant way of getting the sv

RE: A question about svn credentials when doing multiple svn checkouts

2014-06-17 Thread David Aldrich
June 2014 16:36, David Aldrich mailto:david.aldr...@emea.nec.com>> wrote: Hi We want a Jenkins job to perform several svn checkouts. As Jenkins’s ‘Source Code Management’ section, on the Job Configuration page, only allows us to specify one svn checkout, we assume we will need to do th

Understanding build pipelines

2014-06-20 Thread David Aldrich
Hi For our large C++ project, hosted in Subversion, we have a Jenkins job that continuously builds the project on a Linux slave. We also have jobs that periodically run regression tests on it (these tests are long and we don't want to run them on every commit). Currently, the regression tests

Windows slaves will not connect after upgrading SSH Credentials to 1.7.1

2014-06-23 Thread David Aldrich
Hi This morning I upgraded the following plugins: Credentials 1.13 -> 1.14 Cron 1.003 -> 1.4 OWASP Markup Formatter Plugin 1.1 -> 1.2 SSH Credentials 1.6.1 -> 1.7.1 (I am running Jenkins 1.565). After the upgrade, our Linux slaves connected but our Windows slaves did not connect. Here's an exa

RE: Any comments on the UI changes in 1.572

2014-07-18 Thread David Aldrich
Hi I am using 1.570 and IE9. I'm not sure if this is relevant to this discussion, but I find the behaviour of the 'Save' and 'Apply' buttons in the Project Configuration screen odd. Clicking 'Apply' gives a green banner saying 'Saved'. Clicking 'Save' gives no message. Is this logical? Bes

RE: Any comments on the UI changes in 1.572

2014-07-18 Thread David Aldrich
David -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Daniel Beck Sent: 18 July 2014 14:17 To: jenkinsci-users@googlegroups.com Subject: Re: Any comments on the UI changes in 1.572 On 18.07.2014, at 15:15, David Aldrich wrote

What to do about NullPointerException (possibly associated with Naginator plugin)?

2014-07-22 Thread David Aldrich
Hi I periodically see the following exception in the Jenkins log. I am running Jenkins 1.570. What can I do to find the reason for this please? Best regards David == Jul 22, 2014 10:06:55 AM WARNING hudson.ExpressionFac

Upgrade woes (1.579)

2014-09-09 Thread David Aldrich
Hi I would be grateful for some advice on recent versions of Jenkins. Yesterday, I upgraded from Jenkins 1.570 to 1.579, and upgraded nearly all the plugins I use (including Timestamper). We run our Jenkins master on Centos 6. A few hours later Jenkins crashed: # # A fatal error has been dete

RE: Upgrade woes (1.579)

2014-09-09 Thread David Aldrich
Hi Matthew Thanks for your reply. The Community Ratings for 1.579 look good. I have also looked at the bug tracker but can see nothing appropriate. I wondered whether anyone would have any more suggestions as to how to proceed? BR David --

"An internal server error occurred. Please try again later."

2014-09-16 Thread David Aldrich
Hi We are running Jenkins 1.580 on a Centos 6 server. Sometimes we see the message: An internal server error occurred. Please try again later. For example, one of our users saw this message 4 times today while trying to save changes to a project configuration. On the 5th attempt it worked. H

'Got the class not registered exception' system log message

2014-10-20 Thread David Aldrich
Hi Today I upgraded from Jenkins 1.580 to 1.585. I am now seeing multiple instances of the following message in the System Log: Oct 20, 2014 10:45:29 AM WARNING org.jinterop.dcom.core.JIComServer initialise Got the class not registered exception , will attempt setting entries based on status f

RE: 'Got the class not registered exception' system log message

2014-10-21 Thread David Aldrich
> Oct 20, 2014 10:45:29 AM WARNING org.jinterop.dcom.core.JIComServer initialise > Got the class not registered exception , will attempt setting entries based > on status flags... This exception also occurs in 1.584. David -- You received this message because you are subscribed to the Google G

RE: 'Got the class not registered exception' system log message

2014-11-11 Thread David Aldrich
> Oct 20, 2014 10:45:29 AM WARNING org.jinterop.dcom.core.JIComServer initialise > Got the class not registered exception , will attempt setting entries based > on status flags... Can anyone help me understand how to fix this exception please? (It occurs in 1.588 and some earlier versions). Da

A svn credentials question

2014-11-20 Thread David Aldrich
Hi In one of my Jenkins jobs, I want to run 'svn ls' against the repository from which Jenkins has checked out its working copy. My svn client is compatible with Jenkins' svn working copy format. I get Jenkins to check out the working copy and then run some svn commands in the build steps. I

RE: A svn credentials question

2014-11-21 Thread David Aldrich
Hi Jan The actual command I used was: svn ls --verbose --non-interactive --trust-server-cert https: David -- 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 jen

RE: A svn credentials question

2014-11-21 Thread David Aldrich
Thanks for your reply. After trying lots of things, I moved the job from a Windows slave to a Linux slave and it worked fine ;-) David -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails f

Latest and Greatest still points to 1.588

2014-12-01 Thread David Aldrich
On Jenkins Change Log web page, 'Latest and Greatest' still points to 1.588 but latest appears to be 1.592. Best regards David -- 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,

Windows firewall settings for Jenkins slave

2014-12-15 Thread David Aldrich
Hi For Jenkins Windows Slaves, this link: https://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+DCOM#WindowsslavesfailtostartviaDCOM-Firewall states that a Windows firewall exception may be needed for: C:\WINDOWS\system32\javaw.exe This has worked fine for us until today

Spanner links are broken

2014-12-17 Thread David Aldrich
Hi I am running Jenkins 1.593 on a Centos server. When I click the spanner ('Config changed since last build') icon against a previous build of a job, I see: "This webpage is not available Google Chrome's connection attempt to  was rejected. " Please can anyone suggest how to fix this? Best r

"Some error ! Simple ping failed"

2014-12-18 Thread David Aldrich
Hi Our Jenkins instance is logging a lot messages of type: Dec 18, 2014 4:13:40 PM SEVERE org.jinterop.dcom.core.PingObject read Some error ! Simple ping failed , hresult: 1912 All slaves are online so I don't know what ping is failing. Any suggestions for how to investigate this please? Best

RE: Spanner links are broken

2014-12-19 Thread David Aldrich
? Are you getting a reverse proxy error message > on the /manage page? (these are independent questions) > > Anything interesting in the log? > > This may be the same issue as JENKINS-25986, but that is missing critical > information (how to reproduce). > > On 17.12.2014, a

"Some error ! Simple ping failed"

2014-12-19 Thread David Aldrich
Hi Does anyone have any suggestions for this please? BR David --- Hi Our Jenkins instance is logging a lot messages of type: Dec 18, 2014 4:13:40 PM SEVERE org.jinterop.dcom.core.PingObject read Some error ! Simple ping fail

RE: "Some error ! Simple ping failed"

2014-12-22 Thread David Aldrich
Hi Can anyone help with this please? BR David --- Hi Our Jenkins instance is logging a lot messages of type: Dec 18, 2014 4:13:40 PM SEVERE org.jinterop.dcom.core.PingObject read Some error ! Simple ping failed , hresult: 19

RE: "Some error ! Simple ping failed"

2014-12-22 Thread David Aldrich
groups.com<mailto:jenkinsci-users@googlegroups.com> [mailto:jenkinsci-users@googlegroups.com] Im Auftrag von David Aldrich Gesendet: Montag, 22. Dezember 2014 09:43 An: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com> Betreff: RE: "Some error ! Simple ping failed"

How to set system log max length?

2015-01-02 Thread David Aldrich
Hi We use the default system log settings in Jenkins 1.595. I notice that the length of the log is limited to 24 hours. How can I increase that time? Best regards David -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from t

RE: How to set system log max length?

2015-01-02 Thread David Aldrich
over" to a new log. They are retained as compressed files in that directory for at least 3 months. As far as I can tell, since you're using the default system log settings, those log files would retain the log information you're seeking. Mark Waite On Fri, Jan 2, 2015

RE: Jenkins - Baby steps

2015-01-14 Thread David Aldrich
Which environment are you targeting? (I guess you are targeting Linux with the gcc compiler). -- 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+

Which Mail plugins to use?

2015-01-27 Thread David Aldrich
Hi In our Jenkins instance we have installed both the Mailer plugin and the Email Extension plugin. Should we be using both? Part of my reason for asking is that the System Log shows errors like this one: Jan 27, 2015 9:15:42 AM WARNING org.kohsuke.stapler.RequestImpl$TypePair convertJSON 'st

<    1   2   3   4   >