I will dig in there a bit. I was wondering , if someone had perform that kind of test before.
output from my test: GET : http://localhost:60768/jenkins/crumbIssuer/api/json 404 [Authorization:Basic YWRtaW46ZDk3MTYwOTZkMzY3YTA3MzI4OWVmNGM4MTFiYjY2MmI=] manual curl in the console: curl -XGET 'http://localhost:60768/jenkins/crumbIssuer/api/json' --user admin:password 09:06:10 {"_class":"org.jvnet.hudson.test.TestCrumbIssuer","crumb":"test","crumbRequestField":"Jenkins-Crumb"} On Fri, Feb 17, 2017 at 10:30 AM, Jesse Glick <[email protected]> wrote: > On Fri, Feb 17, 2017 at 10:17 AM, <[email protected]> wrote: > > somehow the response from the > > jenkins jetty instance always give 404. > > Well track down why. Plenty of tests using > `JenkinsRule.createWebClient` successfully. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Developers" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/jenkinsci-dev/1z0SDAP4U1M/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jenkinsci-dev/CANfRfr3m7aeBP7dvLXj36mgxoYjSv > Xksdh3pZ4d30O6FvgRz7g%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. > -- Maxim Chouinard *Java Developer / Ingeno* *c: 1 (418) 456-6706* *skype: maxim.chouinard* -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAE1CGz9aVFb%2BxdsCeevEOOyXh6dtOJc%3DRsq%2BeGgJCfZrzx743Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
