Re: Rebuild bug with jenkins dynamic choice parameter

2016-02-22 Thread Divya Sethi
Hey Loannis, Thank u so much for the response :) Active plugin is not installed. Let me install it and try using. On Mon, Feb 22, 2016 at 8:03 PM, Ioannis Moutsatsos wrote: > Have you tried using the Active Choices[1] plugin instead? It generates > dynamic parameters from goorvy scriptlets (o

Re: Jenkins + Docker on Atomic Host

2016-02-22 Thread Rishabh Das
In jenkins logs I can see: Feb 23, 2016 6:18:00 AM com.nirima.jenkins.plugins.docker.DockerCloud$1 call SEVERE: Error in provisioning; template='DockerTemplate{configVersion=2, labelString='jenkins-git', launcher=com.nirima.jenkins.plugins.docker.launcher.DockerComputerSSHLauncher@3969d03c, remote

Re: Jenkins + Docker on Atomic Host

2016-02-22 Thread Rishabh Das
It returns the same with every image. I also tried following the Jenkins Docker plugin page documentation on creating a docker image and adding it to Jenkins. Jenkins still returns with 'Label serviced by no nodes and 1 cloud'. On Fri, Feb 19, 2016 at 1:33 PM, Baptiste Mathus wrote: > Being able

Re: Trigger remote job fails - quick question

2016-02-22 Thread Mark Hudson
I found that sometimes a workaround to ERROR 405: Method Not Allowed... ...is to change the final part of the URL path from .../build to .../buildWithParameters -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and

Re: WARNING: Failed to scout com.cloudbees.jenkins.plugins.sshcredentials

2016-02-22 Thread SamL
Jenkins Core 1.642.1 running in Ubuntu 14.04 On Monday, February 22, 2016 at 4:08:28 PM UTC-8, SamL wrote: > > Hello Folks, > > Running into the following issue: > > WARNING: Failed to scout > com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey$DescriptorImpl > java.lang.Ins

WARNING: Failed to scout com.cloudbees.jenkins.plugins.sshcredentials

2016-02-22 Thread SamL
Hello Folks, Running into the following issue: WARNING: Failed to scout com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey$DescriptorImpl java.lang.InstantiationException: java.lang.NoClassDefFoundError: com/cloudbees/plugins/credentials/impl/BaseStandardCredentials$BaseSt

Blizzard Entertainment Seeks Lead Software Engineer Automation

2016-02-22 Thread Tiffany Herrington
Lead Software Engineer, Automation World of Warcraft, Irvine - California, United States Blizzard Entertainment is looking for an experienced software engineer with a background in game development to help us design, implement, and maintain automation solutions to effectively support the dev

How to use Job DSL with Accurev SCM??

2016-02-22 Thread Hemant Gupta
I am using the following script to create a Job DSL using accurev. Please let me know how should the correct script look like. job('payer-server') { scm { accurev { /**What to insert here **/ } } triggers { scm('H/15 * * * *') } steps { maven { goals('-e clean

jclouds plugin with openstack keystone v3 auth

2016-02-22 Thread Jason Reslock
I'm having an issue with the jclouds plugin running against an openstack cloud that uses keystone v3 authentication. The problem appears to be that the system requires a domain as part of the credentials and there is no place to enter the domain. Has anyone been able to use the v3 auth with j

Re: Preventing jobs from running in parallel

2016-02-22 Thread 'Fred G' via Jenkins Users
Throttle Concurrent Builds Plugin can also be used to prevent jobs from running in parallel: https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin On Friday, February 19, 2016 at 12:39:31 PM UTC+1, Philip Pemberton wrote: > > Hi, > > I've been given the job of automating t

Re: Trouble using pre-build branch merging

2016-02-22 Thread ngsbioinformatics
I think I found the appropriate plugin to use: https://wiki.jenkins-ci.org/display/JENKINS/Multi-Branch+Project+Plugin On Monday, February 22, 2016 at 12:07:00 AM UTC-5, ngsbioin...@gmail.com wrote: > > Hi all - I just downloaded Jenkins-ci v1.647 and have it set up to build a > git repo and h

Upgrade 1.599 to Jenkins 1.609.3 Migration (build number id)

2016-02-22 Thread khmarbaise
Hi, i have upgraded a Jenkins version from 1.599 to 1.609.3 first i was not astonished that the build number ID's migration has started...but today i needed to restart Jenkins an other time and found that during the start an other migration has taken place. Furthermore based on the information

Issues with linux node

2016-02-22 Thread Umesh Padhye
Hello All, I am getting following error on one of my Linux node which is RHEL 6.7. Somehow Jenkins can not remove the old displays numbers which are not in use now. Manually I can launch the vncserver command fine. Please suggest me what to do. FATAL: All available display numbers are allocated

Email-ext pattern for two filetypes

2016-02-22 Thread Mike Ayers
I am running jmeter via maven and using the jmeter-analysis-maven-plugin, which generates files of type .html, .png, and .csv in the target/jmeter/report directory. I want to attach the .html and .png files, but not the .csv files, to the build report email. I know that the attachments are lo

Disabling job steps

2016-02-22 Thread Hector Magnanao
In Jenkins, Is there a way to disable a build job step without having to delete the whole step ? For example, if I wrote a long script as a build job step, I want to be able to disable it instead of having to delete it in case I want to use it again. I don't want to lose the whole script and

Re: Rebuild bug with jenkins dynamic choice parameter

2016-02-22 Thread Ioannis Moutsatsos
Have you tried using the Active Choices[1] plugin instead? It generates dynamic parameters from goorvy scriptlets (or scripts and much more) and re-build works fine for me. [1] https://wiki.jenkins-ci.org/display/JENKINS/Active+Choices+Plugin Hope it helps! Ioannis On Monday, February 22, 2016

List and Map arguments to Pipeline Steps

2016-02-22 Thread Ioannis Canellos
Hi, I need to use List and Map as arguments to some pipeline steps. I want my steps to be script generator friendly and I am looking for a way to configure my config.jelly. Any pointers to examples? -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Rebuild bug with jenkins dynamic choice parameter

2016-02-22 Thread Divya Sethi
Hi *Jenkins team and users*, This is wrt Jenkins bug JENKINS-32833- I used Jenkins dynamic choice parameter scriptler to get dynamic drop down list on the basis of a script output. When I attempt to rebuild the job using dynamic choice parameter, it does fetch the right parameters from