Re: Help staff the Contributors Corner at DevOps World | Jenkins World 2018

2018-08-23 Thread Mark Waite
Thanks Slide! I'll include you on those topics. I assume San Francisco only unless you tell me that you'll also be in Nice. Mark Waite On Mon, Aug 20, 2018 at 8:38 PM Slide wrote: > See response inline below. Thanks for leading this effort! > > On Mon, Aug 20, 2018, 17:56 Mark Waite wrote:

Re: Help staff the Contributors Corner at DevOps World | Jenkins World 2018

2018-08-23 Thread Mark Waite
Thanks Ulli! Will you be attending in San Francisco, or Nice, or both? On Thu, Aug 23, 2018 at 4:41 PM Ullrich Hafner wrote: > Am 21.08.2018 um 02:56 schrieb Mark Waite : > > We want more people to help the Jenkins project in many different ways. > The Contributors Corner at DevOps World |

Re: Load balanced Jenkins?

2018-08-23 Thread Jan Monterrubio
You can deploy Jenkins from a docker image so you should be able to crate the same configuration in a new image and deploy two containers like that. On Thu, Aug 23, 2018 at 12:30 Peter Berghold wrote: > I've been messing about a bit with Docker on Digital Ocean and was going > to branch next

Re: Help staff the Contributors Corner at DevOps World | Jenkins World 2018

2018-08-23 Thread Ullrich Hafner
> Am 21.08.2018 um 02:56 schrieb Mark Waite : > > We want more people to help the Jenkins project in many different ways. The > Contributors Corner at DevOps World | Jenkins World 2018 is your chance to > help others as they learn how to help the Jenkins project. > > If you're attending

Load balanced Jenkins?

2018-08-23 Thread Peter Berghold
I've been messing about a bit with Docker on Digital Ocean and was going to branch next onto Docker Swarm stuff. I was wondering about deploying Jenkins into a swarm and using a load balancer to switch between instances. Is anybody aware of way of having multiple instances of Jenkins using the

Re: java.lang.NoSuchMethodError: No such DSL method 'pipeline' found among steps

2018-08-23 Thread Pablo Gandulfo
Hi Mr. Björn, Humm didn't know that Notepad++ was adding the BOM mark. Great to know that. I just tested now, without the BOM mark, and everything works ok. So, maybe, Jenkins should give a more reasonable error message in these cases? I mean, if the problem is the BOM mark, why complain about

Which plugin to use for choosing app/version to deploy from Openshift registry

2018-08-23 Thread Adam Hardy
We're building a CD pipeline where multiple git branches are built and deployed in dev, but for OAT/UAT/Prod, we want to choose from the list of apps and versions available on our Openshift docker registry. The dev / test part works well with Jenkins and Openshift, and it puts all our docker

ICT Conf'18 Conference

2018-08-23 Thread Emir Özbir
Dear DevOps and CI/CD*2 Engineers and Jenkins users . My name is Emir Özbir , I'm 3rd class Computer Engineering student at Namik Kemal University at Turkey . We've organized a the first one of conference series it named ICT Conf'16 the contain Web Application Security, System

Re: Reg scanning for all branches in Multi branch pipeline

2018-08-23 Thread Satish Lvr
Hi Jan, Thank you for the reply. How would it know what branches have a jenkins file without scanning them all? -->> Yeah, it should scan to know initially. But in our case, for each PR targeted to specific branch also, it is scanning all branches. Can we avoid it ? Follow up question, why 450

Re: Reg scanning for all branches in Multi branch pipeline

2018-08-23 Thread Satish Lvr
Hi Jan, Thanks for reply. How would it know what branches have a jenkins file without scanning them all? -->> Exactly. For the first scan, I am fine with that. But for each PR, does it require to scan as my PR is targeted to specific branch.? Follow up question, why 450 branches? Are they all

Re: java.lang.NoSuchMethodError: No such DSL method 'pipeline' found among steps

2018-08-23 Thread Pablo Gandulfo
No, I don't. quarta-feira, 22 de Agosto de 2018 às 21:19:01 UTC-3, Jan Monterrubio escreveu: > > Do you have the jobdsl plugin installed? > > On Wed, Aug 22, 2018 at 13:45 Pablo Gandulfo > wrote: > >> Hi Mr. Mark Waite, >> >> Maybe there is another issue related to this problem, related to >>

Re: Getting cause for branch indexing in multibranch pipeline

2018-08-23 Thread Ramanathan Muthaiah
Thanks Sverre Moe, you made my day ! Here is the final version of the code snippet. > import jenkins.branch.BranchIndexingCause > > final def jenkinsInstance = jenkins.model.Jenkins.getInstance() > final def jenkinsProject = jenkinsInstance.getItemByFullName( > jenkinsProjectName) >

Re: pipeline script and git parameter plugin

2018-08-23 Thread suoyuan . huang
After digging into the git parameter plugin, I find it is hard to get what I want since the plugin uses SCM which I do not want it configure in the job. I am now developing my own plugin that meets my demand, see list-git-branches-plugin