Eric

Results 20 comments of Eric

Some code helps, but given the error, it's probably a firewall issue?

@Nelson-numerical-software You are passing in an ip. You need to pass in an url like http://localhost

I got a working project using master and boost 1.63.0 working on ubuntu 1604, windows and os x. Do the samples work on your system?

Also, you should bind all your functions before you call connect. I see you are waiting for a connection then doing binding. I am pretty sure those calls are not...

Afaik, you can't not w/o modifying the code. My gut feeling is you'll have to add two different namespace to avoid clash.

I was bitten by this bug trying to compile on ubuntu18.04. Since this library doesn't seem to be maintained, I suggest looking into boost.beast.

I have tried to recompile the plugin with 8.0.0 instead of 7.0.0 of the io.kubernetes library but it didn't work. tried using 9.0.0 but couldn't build a working plugin. I...

So some ideas on how to fix. In kubernetes-cd-plugin\src\main\java\com\microsoft\jenkins\kubernetes\wrapper\V1beta1ResourceManager.java where there are calls with "getPretty(), true", change to "getPretty(), null". That will set the export parameter to null so that...

Ah this line for example. https://github.com/jenkinsci/kubernetes-cd-plugin/blob/6665e2884b9efe24ba3a464d00f68fcdaa034dd8/src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1beta1ResourceManager.java#L72