Rest API for view manupulation

2012-10-24 Thread David Mata Gorriz
Hi. I have problems with REST API for view manipulation. Every thing I send is forbidden. Do you now if this is an issue? I didn't find it in Jira. A small example with wget y my Linux. wget https://mytestserver:8443/jenkins/view/MAIN%20VIEW/view/app3/config.xml --post-file=conf.xml --no-check

RE: Rest API for view manupulation

2012-10-25 Thread David Mata Gorriz
de 2012 19:41 Para: jenkinsci-users@googlegroups.com Asunto: Re: Rest API for view manupulation Hi, try with --auth-no-challenge. IIRC it depends on whether Jenkins is set up to allow anonymous access whether this is required. Regards, Daniel On 24.10.2012, at 14:19, David Mata Gorriz wr

RE: Rest API for view manupulation

2012-10-25 Thread David Mata Gorriz
Asunto: Re: Rest API for view manupulation Hi, try with --auth-no-challenge. IIRC it depends on whether Jenkins is set up to allow anonymous access whether this is required. Regards, Daniel On 24.10.2012, at 14:19, David Mata Gorriz wrote: > Hi. > > I have problems with REST API

RE: jenkins plugin for sona type repository manager

2012-10-26 Thread David Mata Gorriz
Hello, Sonar plugin versión 2.0 does not pubish coverage report when the maven goals are "-U clean cobertura:cobertura jar:jar install:install javadoc:javadoc javadoc:jar source:jar", while versión 1.8 does it. Is this an issue or I have to change my maven goals? Thanks!! ___