Bruce Zu

Results 11 comments of Bruce Zu

Test and failed. I think the Dockerfile need adding the VOLUME instruction

I run into this issue too. I provide NFS persistent storage for Nexus OSS 2 running in Kubernetes. It works fine. But when I test it by kill the pod,...

Hi @carlossg, Thank you for your feedback. I test and find it does not work. no matter I using env or args ``` $ cat deploy-jenkins.yaml apiVersion: extensions/v1beta1 kind: Deployment...

Yes. Your are right. The kube-dns cannot work in my k8s cluster now. Once the kube-dns is available I will test this again. Thank you! @carlossg

Hey @carlossg May I know if `updates.jenkins-ci.org` is hard code in Jenkins? Is there some way to configure it as its IP address directly as a work around when kube-dns...

Thank you! @khmarbaise Seems I did not make my question clear. I agree that using 'signature' is what I have to use now as ``` ... org.apache.maven.plugins maven-toolchains-plugin 1.1 ${jdk.sun.specified.version}...

I mean with the 'signature' I think it is not guranteed that the JDK version used by the animal sniff plugin is as same as the one provided by tool-chain....

the [link](http://www.mojohaus.org/animal-sniffer/animal-sniffer-maven-plugin/examples/generating-java-signatures.html) say ``` "The observant reader may have spotted that it may not always be possible to run Maven with the Java Runtime that you want to generate the...

Seems the JDK signature has nothing to do with it sub version :(

Thank you! @sormuras About the idea to "install a second "Formatter implementation" plugin that provides AOSP style ". I am wondering if it has the same effect as 'google-java-format IntelliJ...