Re: [Jenkins Kubernetes Plugin] Issues building plugin from source

2019-10-21 Thread Carlos Sanchez
a jenkins server is started for each of those integration tests. the port used is printed in the logs On Mon, Oct 21, 2019 at 6:03 PM 'Andrew Douglas' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Thanks Carlos, > > "Some integration tests run a local jenkins" is it possible that

Re: [Jenkins Kubernetes Plugin] Issues building plugin from source

2019-10-21 Thread 'Andrew Douglas' via Jenkins Users
Thanks Carlos, "Some integration tests run a local jenkins" is it possible that this is not starting correctly? I can't see a copy of Jenkins running anywhere during testing. I'm using minikube on hyperkit for testing Andrew On Monday, October 21, 2019 at 11:14:11 AM UTC+1, Carlos Sanchez wr

Re: [Jenkins Kubernetes Plugin] Issues building plugin from source

2019-10-21 Thread Carlos Sanchez
you would need to check the pod logs, to see what happened probably the pods can't connect to jenkins and you may need to set the hot ip in maven anyway if you submit a PR it will be tested in jenkins infra and will give you the test results If your minikube is running in a VM (e.g. on virtualbox)

[Jenkins Kubernetes Plugin] Issues building plugin from source

2019-10-17 Thread 'Andrew Douglas' via Jenkins Users
Hi, I am trying to diagnose a potential issue with this plugin and have downloaded the source (from https://github.com/jenkinsci/kubernetes-plugin). I am running Minikube and have the latest version of Maven. When I try to build the plugin with the command `mvn clean install -DconnectorHost=0.0