RE: radioBlock doesn't have a "field" attribute

2017-02-03 Thread 'Claudiu Guiman' via Jenkins Developers
I realized I didn't actually want databinding, just the ability to get the checked radio button value while validating a form. Here's the PR that should allow the behavior: https://github.com/jenkinsci/jenkins/pull/2734 Thanks, Claudiu -Original Message- From:

Re: Jenkinsfile consisting of functions

2017-02-03 Thread Jesse Glick
This is a question for the user list, or simply reading the documentation which covers this topic already I think. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: [BlueOcean] Plugin

2017-02-03 Thread Vivek Pandey
On Sat, Jan 28, 2017 at 4:22 AM, Gijs wrote: > My first question was perhaps not stated completely clearly (the part of > injecting a REST route using ApiRoutable I had already figured out) but my > question was meant to be about the Javascript/React side of things, there > it

Jenkinsfile consisting of functions

2017-02-03 Thread Tomasz Szandała
Greetings, I am working on simplification of pipeline flow in my team. In Git I have 2 files: Jenkinsfile and steps.groovy. In steps I have defined my pipeline steps in form of functions, e.g.: def build(system){ > return { > node ("BUILDER"){ > deleteDir() >

Unable to compile Jenkins itself with compilation level set to Java 8

2017-02-03 Thread Marcin Zajączkowski
Hi, I was playing with the issue related to searchable nested views [1] and it turned out that the implementation would be much easier with Java 8's default methods in interfaces. Unfortunately after switching compiler in Maven configuration to Java 8 the compilation fails with quite complex

Backporting for LTS 2.32.3 started

2017-02-03 Thread Oliver Gondža
Backporting has started and the RC is scheduled for 2017-02-15. Candidates: https://issues.jenkins-ci.org/issues/?filter=12146 Fixed: https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.32.3-fixed Rejected: https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.32.3-rejected --

Re: Plugin wiki page without store code on GitHub platform?

2017-02-03 Thread R. Tyler Croy
(replies inline) On Fri, 03 Feb 2017, intenso wrote: > Hello there :) > > > I wrote myself Jenkins plugin. Now my boss told me to create wiki page. > However it isn't so simple, I cant send plugin code into GitHub beacause > plugin itself is connected with internal company solutions, as you

Plugin wiki page without store code on GitHub platform?

2017-02-03 Thread intenso
Hello there :) I wrote myself Jenkins plugin. Now my boss told me to create wiki page. However it isn't so simple, I cant send plugin code into GitHub beacause plugin itself is connected with internal company solutions, as you may guess company don't want publish their solution on GitHub.