Re: Kubernetes Plugin - Fails When Executing Commands on Second Container

2019-09-09 Thread Sardar Junaid Mukhtar
Hi Carlos I have upgraded the plugin to the latest version 1.18.3 and we are still hitting the same issue but with a slightly different error message. Any chance that you can look into this? Thanks, Junaid On Friday, December 14, 2018 at 1:08:55 PM UTC, Simon Young wrote: > > Unfortunately it

Looking for Resource Manager plugin

2019-09-09 Thread Yoram Shamir
Hi, I am looking for a Docker Cloud plugin that will build a Docker slave (just like jenkinsci/docker-plugin) but with one more step. The Docker Host URL will not be a user input but will be retrieved from a "Resource Management" system. I.e., the plugin will connect to some "Resource Management"

Re: Integrating Jenkins with EKS Cluster

2019-09-09 Thread Junaid Mukhtar
I have made the necessary configurations but I am getting following exception; it looks like Jenkins is not sending the configured username properly io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: GET at: https://x.sk1.eu-west-1.eks.amazonaws.com/api/v1/namespaces/ku

Re: how to ignore jenkisnfile from polling for pipeline jobs

2019-09-09 Thread SADHAN
1)I want this check to happen before getting triggered itself else the job always shows failed state incase if jenkinsfiles are changed frequently (note: we have jenkinsfiles in separate repo than source code) 2)In case am ok with above thing also, there will be chances that at the same time,

Re: withcredentials keystore not working

2019-09-09 Thread Dennis Kavanagh
Well On further examination, we are not on the latest version of the CredentialsBinding plugin. We are at CredentialsBinding v 1.16 while 1.20 is out Also we do not have the current dependencies of Credentials Plugin v 1.20 either...so we are behind which is probably while the

Re: How to do MulitLanguage in Jenkinsfile

2019-09-09 Thread Dennis Kavanagh
Hello, We do not have Docker in the loop currently and we are not using the Declarative Pipeline Syntax. Dennis On Saturday, July 27, 2019 at 9:57:57 PM UTC-4, Jan Monterrubio wrote: > > Could you use the docker plugin and run each thing within a container > built for that tech stack?! > > On

Re: Java and C/C++ and or Javascript in one Jenkinsfile or ?

2019-09-09 Thread Dennis Kavanagh
Hello, Thanks for the reply. We are using the Interpreted/Scripted Pipeline Jenkins syntax vs the Declarative Syntax which does not support steps AFAIK. Thank You On Wednesday, August 28, 2019 at 5:48:10 PM UTC-4, Yeikel wrote: > > Are you talking about building multiple languages or writing