Problem when configure Jenkins with LDAP(fail to bind to specified groups)

2016-11-16 Thread Frank Yu
Hi All, Sorry for disturb, I do have a problem when configure Jenkins with LDAP. The case is I have a LDAP Server(ApacheDS), and there are three groups. I only want member of one group can access Jenkins.

Re: Missing configuration section for plugin

2016-11-16 Thread Daniel Lo Nigro
Hey Oleg, thanks for the reply. I worked out the problem. It was a simple mistake - The casing of the resources directory was incorrect. I called it "GithubIssueNotifier" when it should have been "GitHubIssueNotifier" (capital H). I was developing on Windows and NTFS is not case sensitive, so I

Git Parameter plugin ambiguous log messages

2016-11-16 Thread Michael Giroux
The following log message would be a lot more informative if it provided the job name so we could go adjust the configuration. Git Parameter Version 0.7.0 Jenkins 2.19.2 LTS JDK 1.8 Nov 16, 2016 8:36:01 PM net.uaznia.lukanus.hudson.plugins.gitparameter.GitParameterDefinition getBranch INFO:

Re: Backporting for LTS 2.19.3 started

2016-11-16 Thread Oleg Nenashev
Hi guys, In 2.31 we have fixed one regression, which has been introduced in 2.14. It is "Prevent NullPointerException when rendering CauseOfInterruption.UserInterruption in build summary pages for non-existent users." (JENKINS-37282 and

Mission Control (extended) Dashboard Plugin - Help Needed

2016-11-16 Thread PF66
Hello guys, new Jenkins Dev here. I'm currently working for my thesis with a company and they asked me to implement a better looking visual dashboard for stakeholders that aren't used to Jenkins, to better know how the development of each project is going. So I started by forking Mission

Re: Promoted Build plugin change the promotion status

2016-11-16 Thread avinash . upadhya28
On successful promotion, build metadata file (build.xml) will gets updated with following status. Promotion Custom Groovy script condition 1479318413549

Re: zaproxy-plugin weirdness and request

2016-11-16 Thread JordanGS
Okay let's make the description just "zap-plugin " -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop

Promoted Build plugin change the promotion status

2016-11-16 Thread avinash . upadhya28
I am using Promoted Build plugin to mark the stable build. I have a scenario where i need to unmark the build from promotion. Any suggestion to achieve this ? The idea is having am multiple builds with the promotion flag will make the deploy team confuse. So as soon as we get a new stable

Re: Disabling node monitors for single use computer

2016-11-16 Thread Kanstantsin Shautsou
Monitoring API is fully async and uncontrollable. I think you are free to contribute any related changed to core via PR where you will get stephenc review. On Wednesday, November 16, 2016 at 4:36:58 AM UTC+3, Surya Gaddipati wrote: > > Hi, > > I am running into an issue which I think is

Re: Missing configuration section for plugin

2016-11-16 Thread Oleg Nenashev
Do you see any warnings in the Jenkins startup log? If no, try setting up the FINE level and restarting, maybe there will be something useful. The plugin itself looks good. Just in case, I would recommend to update to the latest Parent POM and to remove the explicit Jenkins Test Harness

Re: Request ownership/action for a plugin (klocwork)

2016-11-16 Thread Oleg Nenashev
Any revival of this plugin will be appreciated. Unfortunately, we cannot just fork the repository and start releasing from it. It may be considered as a highjacking of the plugin. Plugin maintainers commonly do not sign Jenkins CLA, hence we have no formal permission to do so. I think we

Re: How to Add Custom Build Step to behave exactly same as Execute Windows Batch Command.

2016-11-16 Thread Kul Bhushan Srivastava
Thanks Robert. I am facing maven compilation issue. Saying @DataBoundConstructor cannot be used inside abstract class. Please suggest. My Java File: import org.kohsuke.stapler.DataBoundConstructor; import hudson.Extension; import hudson.FilePath; import hudson.Launcher; import

Re: Cannot deploy to Jenkins Artifactory

2016-11-16 Thread Daniel Beck
> On 16.11.2016, at 12:39, Robert Sandell wrote: > > There does not seem to be any permissions configured for that plugin > https://github.com/jenkins-infra/repository-permissions-updater/tree/master/permissions In fact, there are:

Re: How to Add Custom Build Step to behave exactly same as Execute Windows Batch Command.

2016-11-16 Thread Robert Sandell
Here are the classes involved in "execute script" step. https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/tasks/BatchFile.java https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/tasks/Shell.java

Re: Cannot deploy to Jenkins Artifactory

2016-11-16 Thread Robert Sandell
There does not seem to be any permissions configured for that plugin https://github.com/jenkins-infra/repository-permissions-updater/tree/master/permissions /B On Tue, Nov 15, 2016 at 9:53 PM, Rachel Moreno < raquel.moreno.carm...@gmail.com> wrote: > Hi Martin, > > What do you mean when you say

Re: zaproxy-plugin weirdness and request

2016-11-16 Thread Daniel Beck
> On 16.11.2016, at 01:59, JordanGS wrote: > > Can someone with voice please change the description under > https://issues.jenkins-ci.org/ for the component zap-plugin > > jenkins-admin: set description of zap-plugin to "The Official OWASP ZAP > Jenkins Plugin