Re: Kubernetes plugin cloud not found error

2018-03-14 Thread JonathanRRogers
On Wednesday, March 14, 2018 at 9:38:23 AM UTC-4, Prasanna Ranganathan wrote: > > Hi, > > I was trying the kubernetes plugin. I installed and configured the > kubernetes setup connection test was successfull. > and tried the below code. > > def label = "mypod-${UUID.randomUUID().toString()}"echo

pipelines - multiple branches

2018-03-14 Thread Mathieu Morneau
Hello. I have several issues with Github and jenkins 2 pipelines together. 1st - We are not using the multi branch plugin, and we do not want to. There are plenty of code branches (70+), and we don't want to have jenkinsfile in any of them. 2nd - We are using a shared library, and all the pipeli

Re: Run Tests Distributed

2018-03-14 Thread Viraj Dere
Hello brian your solution looks helpful can i see the setup by any means On Saturday, June 2, 2012 at 5:57:16 PM UTC+5:30, BrianParker wrote: > > Unless I'm mistaken, I think using the multiconfiguration job type would > require that the tests to run and the distribution of those tests is static

Re: How to get the list of changes since the last successful build via script

2018-03-14 Thread meh . 2000
Okay, I think I've figured out the big questions. First, I need to create a build step using "Execute system Groovy script" as the type. This will execute within the JVM running Jenkins and will have access to the Jenkins build information. Next, I can gain access to the current build using the

Kubernetes plugin cloud not found error

2018-03-14 Thread Prasanna Ranganathan
Hi, I was trying the kubernetes plugin. I installed and configured the kubernetes setup connection test was successfull. and tried the below code. def label = "mypod-${UUID.randomUUID().toString()}"echo "Label:" + labelpodTemplate(label: label) { node(label) { stage('Run shell') { sh 'echo hel

ANN: JEP-200 - Class serialization rules hardening in Jenkins LTS 2.107.1+, please read upgrade guidelines

2018-03-14 Thread Oleg Nenashev
Dear Jenkins users, As you probably know, in Jenkins 2.107.1 we are going to introduce a serious security hardening change. XStream and Remoting blacklists will be replaced by whitelists, so that Jenkins will become more restrictive about class serialization over the channel. You can find more