Stéphane Philippart

Results 13 comments of Stéphane Philippart

I have still the problem but I think I find the cause, I think that the proxy is used without the credentials information. I set the proxy configuration as following:...

any chance that a fix to use http_proxy will be planed ?

I think you must use a Jenkinsfile (foo.jenkinsfile for instance) for your tests: ```groovy new Test().doSomething(this) ``` And in your test class: ```groovy @Test void should_xxx() { Script script =...

To test this kind of classes I do this way: In my resources test I create a file `foo.groovy` ```groovy def version = '1.0' return this ``` And my tests...

Hi @timja, I'm interrested to contribute to Jenkins plugins ans specialy this plugin. Is it ok for you if I take this issue ? Regards Stef

@timja ok for review I'don"t factorize code for addReaction and removeReaction to break less things.

@timja ok for review

This is what I remember but for one day the CRD is generated only in the package phase. I test with the sample (joke) of the extension and I have...

Here is a simple project generateed with the operator SDK: ```bash operator-sdk init --plugins quarkus --domain fr.wilda --project-name hello-world-quarkus Next: define a resource with: operator-sdk create api --version v1 --kind...