Re: Help needed with Workflow support in gitlab-plugin

2015-11-11 Thread Owen Mehegan
I tried that, but the values come back null, so I don't think they're getting set as environment variables per se. On Wed, Nov 11, 2015 at 10:04 PM, Mirko Friedenhagen < mfriedenha...@gmail.com> wrote: > Hello Owen, > > as far I know environment variables need to be prefixed with env when > acces

Re: Help needed with Workflow support in gitlab-plugin

2015-11-11 Thread Mirko Friedenhagen
Hello Owen, as far I know environment variables need to be prefixed with env when accessing them from Groovy, so maybe it should be "origin/${env.gitlabSourceBranch}" …? Regards Mirko -- Sent from my mobile Am 12.11.2015 00:22 schrieb "Owen B. Mehegan" : > Earlier this year I bribed an intern a

Re: Plugin Hosting Request - qtest-plugin

2015-11-11 Thread Trong Le
> > Hi, > There're anyone who can approve my request for hosting new plugin on Jenkins server? I'd appreciate your response soon. > Best Regards > Trong Le > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe fro

Help needed with Workflow support in gitlab-plugin

2015-11-11 Thread Owen B. Mehegan
Earlier this year I bribed an intern and another coworker to implement Workflow support in the GitLab plugin (https://github.com/jenkinsci/gitlab-plugin for reference). They made an initial pass at it, with support from jglick. Now I've realized that the support is incomplete. We've since taken

Re: CERT team request

2015-11-11 Thread Daniel Beck
This request was approved in today's governance meeting. You have access to SECURITY now, and an invite to the jenkinsci-cert GitHub org. I'll poke KK to give you mailing list access. On 05.11.2015, at 19:18, Daniel Beck wrote: > I put your request on the agenda for next week's governance meet

Re: CERT team request

2015-11-11 Thread Daniel Beck
This request was approved in today's governance meeting. You have access to SECURITY now, and an invite to the jenkinsci-cert GitHub org. I'll poke KK to give you mailing list access. On 05.11.2015, at 19:18, Daniel Beck wrote: > I put it on the agenda for next week's governance meeting. > >

Re: New plugin Build-name-updater

2015-11-11 Thread Baptiste Mathus
Hi Lev, Just noticed that https://wiki.jenkins-ci.org/display/JENKINS/Build+Name+Setter+Plugin still has the 'adopt-a-plugin' tag. I guess you should remove it. I see that you seem to have released a new version yesterday. Btw, I guess you could (should?) simply remove kohsuke from the pom.xml, s

Re: Request to Adopt a Plugin: SCP

2015-11-11 Thread arodriguez
Sorry, I forgot to include my github id: andresrc. @slide: thanks for the point, I will have a look at it. Thanks! On Wednesday, November 11, 2015 at 2:24:24 PM UTC+1, arodr...@cloudbees.com wrote: > > Hi all, > > I would like to adopt the scp plugin. So, according to > https://wiki.jenkins-c

Re: Request to Adopt a Plugin: SCP

2015-11-11 Thread Slide
As part of Hacksgiving, it would be nice to determine if the SCP plugin could be merged with the Publish Over SSH plugin. What are the features compared to each other? On Wed, Nov 11, 2015, 06:24 wrote: > Hi all, > > I would like to adopt the scp plugin. So, according to > https://wiki.jenkins-

Request to Adopt a Plugin: SCP

2015-11-11 Thread arodriguez
Hi all, I would like to adopt the scp plugin. So, according to https://wiki.jenkins-ci.org/display/JENKINS/Adopt+a+Plugin, I kindly request commit access to the plugin repo. Thanks! Andrés -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" grou

kill a job

2015-11-11 Thread Thilina Madhusanka
Hi I got stuck job that i need to abort.i cancel the build but it dosent stop Its stuck on starting of a another plugin. its been 5-6 hrs now but it didnt stop Can some one help Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group

Throttle Concurrent Builds Plugin pull request

2015-11-11 Thread Dmitry Savenko
Hi, We have a project type, which does not extend AbstractProject, but directly extends Job and implements Queue.Task (we have certain reasons to not extend AbstractProject). We would like to have the Throttle plugin working with it, but it's tied to AbstractProject. Please, consider this[1] pull

Re: Hi, I have some newbie questions

2015-11-11 Thread Robert Sandell
The type for the transientActionFactory should be the type you want to provide Actions for. for example Job, View or Run etc. TransientActionFactory If you specify that then I don't think you need to implement the type method. /B On Tue, Nov 10, 2015 at 11:54 AM, Manu Kaamelott wrote: > Hi th

Re: 1.625.2 status

2015-11-11 Thread ogondza
It is, I have just updated the testing thread. -- oliver -- 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 email to jenkinsci-dev+unsubscr...@googlegroups.com. To vi

Re: Jenkins 1.625.2 LTS RC testing started

2015-11-11 Thread ogondza
Testing is done, we are ready for the release. -- oliver -- 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 email to jenkinsci-dev+unsubscr...@googlegroups.com. To vi

Re: retrieve list of users in jenkins

2015-11-11 Thread Victor Martinez
Hi Naga, If I understood it correctly you can look at the below javadoc: - http://javadoc.jenkins-ci.org/?hudson/model/User.html For instance, if you run the below groovy script it will show the whole list of users, then you can filter that list to look for any specific access con