Hey guys, 

       I'm currently writing a gradle plugin that import 
job/view/folder/pipeline from a job directory to a jenkins instance.

In the plugin i use httpClient, to post/get request that validate if the 
job exist or create it. I tried my plugin with a local and a cloud instance 
and it work great, But with the test harness, it looks like the JenkinsRule 
instance use the same thread than my test and somehow the response from the 
jenkins jetty instance always give 404.

Do you guys know a way to test restApi based functionality without having 
to spawn a jenkins docker instance?
Otherwise, a way to have a JenkinsRule Async?

Thanks

-- 
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/bef0129d-732c-44d2-bcf5-6e9673bab5d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to