Re: Request for participation: Jenkins Release Officer candidates

2016-04-05 Thread Robert Sandell
Congrats Oliver! Keep up the good work! /B On Fri, Apr 1, 2016 at 10:14 PM, R. Tyler Croy wrote: > (replies inline) > > On Mon, 07 Mar 2016, R. Tyler Croy wrote: > > > Based on the team lead structure > > ( >

Re: Request for participation: Jenkins Release Officer candidates

2016-04-05 Thread Alyssa Tong
Indeed! and thanks for all your work Oliver!! On Tue, Apr 5, 2016 at 7:19 AM, Robert Sandell wrote: > Congrats Oliver! Keep up the good work! > > /B > > On Fri, Apr 1, 2016 at 10:14 PM, R. Tyler Croy > wrote: > >> (replies inline) >> >> On Mon, 07

How do I get the test harness to include the plugin I'm developing?

2016-04-05 Thread andrew . sumner
I'm trying to write a unit test that will exercise the UI for my plugin and to do that I need to configure it's global properties. I can get to the global configuration page but when I look in the config form for my plugin settings it's not there. The wiki only touches this area very lightly

How do I get the test harness to include the plugin I'm developing?

2016-04-05 Thread andrew . sumner
I'm trying to write a unit test that will exercise the UI for my plugin and to do that I need to configure it's global properties. I can get to the global configuration page but when I look in the config form for my plugin settings it's not there. The wiki only touches this area very lightly

How does a Jenkins test harness include the plugin it's meant to be testing?

2016-04-05 Thread andrew . sumner
I'm trying to write a unit test that will exercise the UI for my plugin and to do that I need to configure the plugins global properties. I can get to the global configuration page but when I look in the config form for my plugin settings it's not there. The wiki only touches this area very

Re: Jenkins 2.0 Website Redesigned.

2016-04-05 Thread R. Tyler Croy
(replies inline) On Mon, 04 Apr 2016, Arshad Khan wrote: > I have tried to redesign the Jenkins 2.0 website to make it look even more > beautiful. I have attached a full-website screenshot and a link for a > video. Have a look! > > Video link: https://youtu.be/3QUOjm0 > > Code:

Re: Jenkins 2.0 Website Redesigned.

2016-04-05 Thread Arshad Khan
*TEXT capitalization in buttons -* I thinks as long as text in buttons are not long, capitalization is good. Capitalization makes the text stand out from the rest of the text(I know there is background color to make it look different but capitalization also serves the purpose) and it grabs the

Re: Jenkins 2.0 Website Redesigned.

2016-04-05 Thread Arshad Khan
*TEXT capitalization in buttons -* I think as long as text in buttons are not long, capitalization is good. Capitalization makes the text stand out from the rest of the text(I know there is background color to make it look different but capitalization also serves the purpose) and it grabs the

How do I get the test harness to include the plugin I'm developing?

2016-04-05 Thread andrew . sumner
I'm trying to write a unit test that will exercise the UI for my plugin and to do that I need to configure it's global properties. I can get to the global configuration page but when I look in the config form for my plugin settings it's not there. The wiki only touches this area very

How do I get the test harness to include the plugin under development?

2016-04-05 Thread andrew . sumner
I'm trying to write a unit test that will exercise the UI for my plugin and to do that I need to configure it's global properties. I can get to the global configuration page but when I look in the config form for my plugin settings it's not there. The wiki only touches this area very lightly

Re: svn.jenkins-ci.org will be SHUT DOWN on March 31

2016-04-05 Thread R. Tyler Croy
(replies inline) On Tue, 05 Apr 2016, Michael O'Cleirigh wrote: > Hello, > > Just to give an update. > > I've switched over to using Java and JGit for rewriting/splitting out the > plugins. > > I have some repo cleaning code that I'm adapting fit this case. > > My splitter can extract the

Re: svn.jenkins-ci.org will be SHUT DOWN on March 31

2016-04-05 Thread Michael O'Cleirigh
Hello, Just to give an update. I've switched over to using Java and JGit for rewriting/splitting out the plugins. I have some repo cleaning code that I'm adapting fit this case. My splitter can extract the module where it exists. And preserve the release tags. The current issue I'm solving is

Re: "mvn javadoc:test-javadoc" plugin build failures with Java8

2016-04-05 Thread Daniel Spilker
See http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html Daniel On Tue, Apr 5, 2016 at 7:25 AM, Michael Neale wrote: > I had this problem some months ago when releasing and the javadoc phase - > I never did get to the bottom of it. > > Can you paste the