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.  The job runs on the Jenkins master.  It performs a 
wget to a network path:

+ wget --ca-certificate=xxxx --http-user=xxxx --http-password=xxxx -r 
https:<mypath>
Connecting to xxxx.. connected.
HTTP request sent, awaiting response... 401 Unauthorized
Failed writing HTTP request: Bad file descriptor.

(Obviously I have replaced sensitive data above with 'xxxx').

I notice that the job runs as user 'jenkins', which I guess is a service.

Did anything change in Jenkins, between 1.430 and 1.447.1, that could cause 
this problem?

Could a wrong version of Maven plugin (I am running 1.447.1) or some other 
plugin cause the problem?

Best regards

David

Reply via email to