Acceptance test harness for Jenkins 2.0

2016-02-15 Thread Oliver Gondža
I have created ATH job[1] for Jenkins 2.0 branch, though there is a lot of failures due to the UI changes performed. I would like to have it more or less passing at the time we release 2.0. I will work on fixing the harness to support old and new Jenkins in my spare time. Any help appreciated.

Re: New Slack Plugin for Jenkins

2016-02-15 Thread Michael Neale
Very cool. I have seen people use hubot and scripts to do things like this (but then you have to host hubot somewhere). On Saturday, February 13, 2016 at 2:41:30 AM UTC+11, Vincent Latombe wrote: > > Great! > > Vincent > > 2016-02-12 11:12 GMT+01:00 Tommy Montingelli >: > >> Hi Vincent, >> I was

Re: NoClassDefFoundError on JellyTestSuite

2016-02-15 Thread Michael Neale
I have seen the same thing myself from time to time (didn't seem consistent). I dont think it was charset though. Didn't find a solution, and as it was just for my own purposes I made it skip the injected test. Not recommending this, and I would like to know when/where these class not found su

Re: Install self developed plugin without restart

2016-02-15 Thread gsimpson via Jenkins Developers
If you uninstall the plugin you will lose your configuration. I typically increment the version number and 'upload' the plugin. This still requires a restart, but Jenkins keeps track of the version numbers and allows for reverting. All the configuration is retained when I do this. On Monday,

Re: QUESTION: Some users from the Jenkins Organization has been purged, is that right?

2016-02-15 Thread Victor Martinez
Thanks guys! On Monday, 15 February 2016 16:30:55 UTC, Kanstantsin Shautsou wrote: > > > https://help.github.com/articles/publicizing-or-hiding-organization-membership/ > > On Monday, February 15, 2016 at 12:40:10 PM UTC+3, Antonio Muñiz wrote: >> >> Victor, you may have to set your membership as

Re: Embeddable Build Status Plugin

2016-02-15 Thread Baptiste Mathus
Done. Made you committer on the plugin and the component lead on JIRA. Welcome ab ^H^H^H^H^HOh wait :) Thanks! 2016-02-15 16:38 GMT+01:00 Antonio Muñiz : > Hello, > > Marius Gedminas (in CC), who seems to be the maintainer of this plugin > (although the wiki page says it's Jesse Glick) is a

Fwd: Security advisory pre-announcement

2016-02-15 Thread Daniel Beck
FYI -- we're not releasing 1.642.2 this week. KK is unavailable to do the releases. (Andrew is looking into getting code signing certs for the Jenkins project so someone else can do the releases as well, but we're not there yet.) Begin forwarded message: > From: Daniel Beck > Subject: Re: Sec

Re: Install self developed plugin without restart

2016-02-15 Thread Alim Azad
One more question. My current plugin is working fine and is been used by some Jenkins job. If I upload a new hpi file for the same jenkins plugin with new updates, will the existing plugin configuration within the jobs be retained or I will have to re-configure the plugin within the jobs. This i

Re: Install self developed plugin without restart

2016-02-15 Thread Alim Azad
Thanks Robert for the information. Regards Alim Azad On Monday, February 15, 2016 at 9:09:04 PM UTC+5:30, Robert Sandell wrote: > > Unfortunately not. Upgraded (or downgraded) plugins always requires a > restart, doesn't matter if they are hosted on jenkins-ci or not. > > /B > > On Mon, Feb 15,

Re: QUESTION: Some users from the Jenkins Organization has been purged, is that right?

2016-02-15 Thread Kanstantsin Shautsou
https://help.github.com/articles/publicizing-or-hiding-organization-membership/ On Monday, February 15, 2016 at 12:40:10 PM UTC+3, Antonio Muñiz wrote: > > Victor, you may have to set your membership as "public" to make it visible. > > On Fri, Feb 12, 2016 at 12:19 PM, Victor Martinez > wrote: >

Re: Install self developed plugin without restart

2016-02-15 Thread Robert Sandell
Unfortunately not. Upgraded (or downgraded) plugins always requires a restart, doesn't matter if they are hosted on jenkins-ci or not. /B On Mon, Feb 15, 2016 at 6:41 AM, Alim Azad wrote: > Hi, > > Is there anyway where I can install my plugin for Jenkins without restart > and without it being

Embeddable Build Status Plugin

2016-02-15 Thread Antonio Muñiz
Hello, Marius Gedminas (in CC), who seems to be the maintainer of this plugin (although the wiki page says it's Jesse Glick) is asking for someone to help. I offered myself and he agreed . Could someone g

Re: Cannot read property 'value' of undefined

2016-02-15 Thread Oscar Serna
Thanks for your time Antonio, i’ll keep an eye on this. :-) On Monday, February 15, 2016 at 10:33:26 AM UTC+1, Antonio Muñiz wrote: > > Yes, I took a look and I think there is a bug in `hasChanged >

Re: A richer global config for EnvInject?

2016-02-15 Thread Dmitry Savenko
+CCing the maintainers вторник, 22 декабря 2015 г., 13:27:10 UTC+6 пользователь Dmitry Savenko написал: > > Hi everyone, > > I wonder why the EnvInject plugin has lesser global options compared to > the job ones. In job config, you can set a properties file, properties > content or groovy scr

Re: Job configuration page navigation with Tabs - Jenkins 2.0

2016-02-15 Thread Tom Fennelly
Thanks Antonio. Daniel merged these changes to the 2.0 branch. There's a build available at https://jenkins.ci.cloudbees.com/job/core/job/jenkins-core/3924/ if others want to test it out (especially those running on Windows ... IE etc). On 15 February 2016 at 12:52, Antonio Muñiz wrote: > Teste

Re: Job configuration page navigation with Tabs - Jenkins 2.0

2016-02-15 Thread Antonio Muñiz
Tested: 1. Install wizard with recommended plugins 2. Install wizard with custom plugins configuration (I miss lots of plugins in the list - but I think there is a process to decide what to include there (?)) 3. Tabbed configuration page in jobs BTW loving the look and feel of the install wiza

Re: QUESTION: Some users from the Jenkins Organization has been purged, is that right?

2016-02-15 Thread Antonio Muñiz
Victor, you may have to set your membership as "public" to make it visible. On Fri, Feb 12, 2016 at 12:19 PM, Victor Martinez < victormartinezru...@gmail.com> wrote: > If you haven't logged in GH then you won't see those details at all. Maybe > GitHub has changed the way the shown those organizat

Re: Cannot read property 'value' of undefined

2016-02-15 Thread Antonio Muñiz
Yes, I took a look and I think there is a bug in `hasChanged ` code. I'll try to fix once I have a chance. I've created this issue to track it: https://issues.jenkins-ci.org/browse/JENKINS-32945