Reputation: 17407
I am trying to update remote jenkins
config.xml
file but i am having issue, I am sure username and password are correct and path of file also correct because same thing is working in other server but with newer version of jenkin 1.514
. I have having issue with 1.501
version, Even i have disabled cross-site request forgery (CSRF)
any idea how to make it work if there is any work around?
wget --auth-no-challenge --http-user=spatel --http-password=secret --post-file=config.xml --no-check-certificate http://jenkin.example.com/jenkin/jobs/Sched_M_Builds2Test/config.xml
--2013-05-23 15:54:22-- http://jenkin.example.com/jenkin/jobs/Sched_M_Builds2Test/config.xml
Resolving hudson.outcome.com... 10.101.100.60
Connecting to hudson.outcome.com|10.101.100.60|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-05-23 15:54:22 ERROR 404: Not Found.
Upvotes: 0
Views: 5517
Reputation: 1448
You are probably talking about software called Jenkins - http://jenkins-ci.org/ but your link points at jenkin
.
404 means not found so please make sure that you have right URL.
Upvotes: 1