Re: groovy syntax error while trying concurrent builds using buildflow plugin

2016-11-06 Thread Baptiste Mathus
Hello, Beware, build flow plugin has been abandoned by his creator. And the last maintainer also stopped doing it. You should look at the Pipeline plugin. Buildflow is most likely to not get any fixes or evolution in the future, so if you're just starting you presumably don't want to start with i

Re: Use jenkinsfile from "multi-configuration project"

2016-11-06 Thread Baptiste Mathus
IIUC your question, no. Cheers Le 4 nov. 2016 8:38 PM, "Jesús Linares" a écrit : > Hi, > > is it possible to select a jenkinfile in a multi-configuration project?. > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubs

Re: *****Help Needed ASAP****

2016-11-06 Thread Baptiste Mathus
Because basically: 1) It's expected to post a meaningful subject, *describing your issue*. That is a standard practice on any ml for obvious reasons (see Google if you don't see why, I can't search it now from the phone, but I'm also almost even sure we have something about it in our wiki) 2) Dis

Re: *****Help Needed ASAP****

2016-11-06 Thread Victor Martinez
Just to clarify what Baptiste just said, there are some details about how to ask in the below page - https://jenkins.io/content/mailing-lists/ Which redirects to: - http://www.catb.org/esr/faqs/smart-questions.html Section "Use meaningful, specific subject headers". This is a FOSS project there

Re: Integrating Jenkins with chef

2016-11-06 Thread Irfan Sayed
lavanya, any update ? On Sat, Nov 5, 2016 at 12:12 AM, Irfan Sayed wrote: > can you confirm following: > >1. curl::default is really the "cookbook::recipe" pattern? >2. can you click on validate syntax button and check whether the >syntax is correct >3. nodes are really assigned

Re: Jenkins in Cold/standby HA

2016-11-06 Thread Rachel Moreno
Hi John, Thanks to you for feedback. Best regards, Rachel On Saturday, November 5, 2016 at 10:43:01 PM UTC+1, John wrote: > > Thanks Rachel. > > Chose to have the following exclusions: so far the standby node seems to > be running fine > > rsync -e "ssh -o StrictHostKeyChecking=no" -rvh --del

plugin installation through a groovy script

2016-11-06 Thread christophe . demarey
Hi, I found a small groovy script to install automatically a set of plugins (including their dependencies): def pluginParameter="ldap matrix-auth ssh-credentials" def plugins = pluginParameter.split() def instance = Jenkins.getInstance() def pluginManager = instance.getPluginManager() def updateC

Writing integration tests for Global Libraries

2016-11-06 Thread Michael Kobit
I'm working on writing some global libraries using https://github.com/jenkinsci/workflow-cps-global-lib-plugin. My current process for iterating locally is: - Start up a local Jenkins instance - Point the *globalLibs* directory to my global libraries repository - Create a few jobs that

How to make the Jenkins build output as downloadable from Jenkins server machine itself?

2016-11-06 Thread Vadivel Natarajan
I am new to Jenkins. i have configured the Jenkins "Free Style" project and executing a power shell a script to get an executable application(Exe) as output. i have searched for some of the plugins to make the Jenkins output (exe) as downloadable from the Jenkins server machine itself as an artifac

Re: How to make the Jenkins build output as downloadable from Jenkins server machine itself?

2016-11-06 Thread Vadivel Natarajan
Hi All, I found the artifacts download information from the below link for Appveyor. https://www.appveyor.com/docs/packaging-artifacts/ Is there anything similar this for jenkins? Please share your suggestions about this.. Thanks in advance. On Mon, Nov 7, 2016 at 1:25 AM, Vadivel Natarajan

Facing issue with jenins-cli.jar commands

2016-11-06 Thread chinmaya hoshing
Hello , I am using Jenkins tool in our organisation for CI. I have installed Active directory plugin ver 1.43 to authenticate user and password. Now I am using jenkins-cli.jar and trying to login to Jenkins server but getting below issue Bad Credentials. Search the server log for 4ccec426-ac08-4

Re: Jenkins is hanging

2016-11-06 Thread SGD53
Hi Rachel, I've attached my "observations" to this ticket, but unfortunately no reactions :( Is ist better to open a new ticket? Regards Mirko -- You received this message because you are subscribed to the Google Groups "Jenkins Users" gro