Re: No credentials/secrets pulled from master into PodTemplate/ContainerTemplate by Jenkins Kubernetes Plugin during pipeline execution?

2018-02-08 Thread Carlos Sanchez
"timed out waiting for server" means the pod can't connect to your svn server On Thu, Feb 8, 2018 at 1:49 AM, Dan Leshc wrote: > Hi, > > i have v1.2 of Kubernetes plugin, but checkout still fails -- apparently > due to not finding credentials -- when i point at any node other than the > master.

Re: No credentials/secrets pulled from master into PodTemplate/ContainerTemplate by Jenkins Kubernetes Plugin during pipeline execution?

2018-02-08 Thread Dan Leshc
Hi, i have v1.2 of Kubernetes plugin, but checkout still fails -- apparently due to not finding credentials -- when i point at any node other than the master. any pointers as to what i am doing wrong or how to workaround the issue? thanks, dan pipeline: podTemplate( label: 'svntest',

Re: No credentials/secrets pulled from master into PodTemplate/ContainerTemplate by Jenkins Kubernetes Plugin during pipeline execution?

2017-09-03 Thread Carlos Sanchez
To pull images from private registries you need the imagePullSecrets option (not yet released for pipeline, will be in 1.0) For credentials you would need to do something with them, ie. put them in an environment variable and then use it in the containers. This has also been improved/fixed for 1.0

No credentials/secrets pulled from master into PodTemplate/ContainerTemplate by Jenkins Kubernetes Plugin during pipeline execution?

2017-09-03 Thread Vedran Lerenc
Hi, Setting the scene: I have set up a multi-node Kubernetes cluster [1] and deployed the Jenkins Helm Chart [2] with the Jenkins Kubernetes plugin [3]. We run (company-)internally an Enterprise GitHub installation and we have multiple private and public repos. The builds are implemented using