Re: revisit ToolInstallation "(Default)"

2015-07-02 Thread Vincent Latombe
+1 on Nicolas's proposal, I got hit several times by incorrect slaves configuration picking up a Maven installation in PATH instead of using one of the Jenkins-defined installations. Vincent 2015-07-02 4:57 GMT+02:00 Mark Waite : > I believe the "ToolInstallation" to which he refers is a general

Modifying view page with plugin

2015-07-02 Thread Daniil B
Hello, I'm trying to figure out how I would go about to modify the view page in jenkins via plugins. I would like to understand how you would place for example a button under the listed jobs (beside "Icon: S M L" for example) and also invoke methods which may affect the jobs in that current vie

Re: Captcha on wiki

2015-07-02 Thread Daniel Beck
On 02.07.2015, at 03:27, Ioannis Moutsatsos wrote: > Excellent points! The wiki has been SO FRUSTRATING! > I'm still unable to edit my Active Choices wiki page. Can't pass the captcha > and I'm sure I'm entering it correctly! WHO can help us resolve this? > Thank you for any feedback! Unrelat

Re: Unit test harness - cannot add local plugin for test

2015-07-02 Thread Kirill
Hi Jesse, Apologies, I had to take a look at the source code first of all. It was pretty straightforward. Sorry for taking your time! I have created a JIRA ticket with a suggestion here: https://issues.jenkins-ci.org/browse/JENKINS-29181. Unfortunately, there was no unit-test-harness component,

Re: Captcha on wiki

2015-07-02 Thread Daniel Beck
This apparently was caused by the (WYSIWYG?) editor duplicating some page content such that there was a single 600k character line in the wiki text. This is how it started: https://wiki.jenkins-ci.org/pages/diffpages.action?originalId=75891705&pageId=78676521 Resolved by reverting to a

Re: Captcha on wiki

2015-07-02 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Oups, my bad. Thanks for fixing it Daniel! Will use only the wiki markup editor instead of the wysiwyg from now on :) CheersBruno From: Daniel Beck To: jenkinsci-dev@googlegroups.com Sent: Thursday, July 2, 2015 9:21 PM Subject: Re: Captcha on wiki This apparently was caused by the

Re: Captcha on wiki

2015-07-02 Thread Ioannis Moutsatsos
Awesome! Thanks so much for resolving this vexing issue Daniel! Best regards Ioannis On Thursday, July 2, 2015 at 5:21:42 AM UTC-4, Daniel Beck wrote: > > This apparently was caused by the (WYSIWYG?) editor duplicating some page > content such that there was a single 600k character line in the wi

Re: Captcha on wiki

2015-07-02 Thread Christopher Orr
If somebody gets a chance to try the same fix on the other pages listed on INFRA-300, that would be great :) -Chris On 02/07/15 13:25, Ioannis Moutsatsos wrote: Awesome! Thanks so much for resolving this vexing issue Daniel! Best regards Ioannis On Thursday, July 2, 2015 at 5:21:42 AM UTC-4,

Sonar-plugin intialization error

2015-07-02 Thread Ivo Bellin Salarin
Good afternoon everybody, I think that the sonar-plugin developers follow this mailing list. My Jenkins instance boots with a strange intialization error, related to the sonar publisher. Could this error be fixed someway? choosen extracts of the initializatione exception: com.google.inject.Provi

no parent set on ProjectType

2015-07-02 Thread Ivo Bellin Salarin
Hi all, I have developed a custom action, which is being attached to a build. This action has a submission method and this method, while checking for ACL project.checkPermission(AbstractProject.BUILD); throws a java.lang.IllegalStateException: no parent set on my.namespace.MyProjectType[null] T

Creating custom tag in Jenkins

2015-07-02 Thread Dzmitry Kashlach
Hi Jenkins Dev team, I would like to implement custom tag for using in my plugin. Where should I place it in plugin's project to make it visible for config.jelly? I've tried to copy *.jelly file to */resources/lib/hudson, but it does not help. Please, point me to appropriate wiki page, if any e

Jenkins does not build on OS X

2015-07-02 Thread Stefan Wagner
Hi! I tried to get started with Jekins development and to build it. I followed https://wiki.jenkins-ci.org/display/JENKINS/Building+Jenkins but when running mvn -Plight-test install the build fails: Results : Tests in error: LauncherTest.remoteKill:68 » NumberFormat For input string: "" XSt

Re: Jenkins does not build on OS X

2015-07-02 Thread Mark Waite
You might try using Java 7 rather than Java 8 to build it. Jenkins must support a wide range of execution platforms, so it may require Java 7 to compile and run its tests successfully. Mark Waite On Thu, Jul 2, 2015 at 6:52 AM Stefan Wagner < stefan.andreas.wag...@gmail.com> wrote: > Hi! > > >

Re: Creating custom tag in Jenkins

2015-07-02 Thread Daniel Beck
You need a marker file named 'taglib' in the package with your custom tags, like e.g. https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/lib/layout/taglib and the rest is documented at https://wiki.jenkins-ci.org/display/JENKINS/Understanding+Jelly+Tags On 02.07.2015, at

Re: Jenkins does not build on OS X

2015-07-02 Thread Arnaud Héritier
Hi I confirm I have the same build failure with J8 but not with J7 BR On Thu, Jul 2, 2015 at 3:11 PM, Mark Waite wrote: > You might try using Java 7 rather than Java 8 to build it. Jenkins must > support a wide range of execution platforms, so it may require Java 7 to > compile and run its

plugin installer metadata not pulled

2015-07-02 Thread Jeffrey Damick
In trying to address this issue: https://issues.jenkins-ci.org/browse/JENKINS-28186 I'm seeing that when the plugin installs but the updateSite doesn't pull down the latest metadata that lists the installers available for the plugin.. I've tried a few others including the gradle plugin which

Re: plugin installer metadata not pulled

2015-07-02 Thread Daniel Beck
Core does not currently download installer metadata when installing a plugin with extension points, so there's nothing you're doing wrong. https://issues.jenkins-ci.org/browse/JENKINS-27694 On 02.07.2015, at 15:32, Jeffrey Damick wrote: > > In trying to address this issue: > https://issues.j

Re: plugin installer metadata not pulled

2015-07-02 Thread Jeffrey Damick
Thanks this is very helpful, is there any way to force the download from my plugin? I've tried a couple different methods that didnt seem to work.. On Thursday, 2 July 2015 09:37:12 UTC-4, Daniel Beck wrote: > > Core does not currently download installer metadata when installing a > plugin wi

Plugin jobs configured to pick up findbugs and checkstyle reports

2015-07-02 Thread Robert Sandell
I've changed the plugin template for maven to pick up findbugs and checkstyle reports* (on ttps://jenkins.ci.cloudbees.com )* if any is generated by the build. So if plugin builds starts to fail for that reason you know who to blame ;) But it shouldn't change anythi

Re: Plugin jobs configured to pick up findbugs and checkstyle reports

2015-07-02 Thread Mark Waite
Can you explain a little further what that will mean? When I merge a change to the git-plugin, will the https://jenkins.ci.cloudbees.com/job/plugins/job/git-plugin/ job now fail because findbugs reports are being retrieved? Will there be another graph on the page which shows the findbugs output f

Merge two plugins functionality

2015-07-02 Thread Ahasan Habib
Hi, In a scenario I need to call a jenkins plugin and based on the return of that plugin, I need to update some status using another plugin . I am giving some idea bellow: My custom plugin{ do some work() result =call another plugin() do rest of the task() and update status based on "result"

Re: Plugin jobs configured to pick up findbugs and checkstyle reports

2015-07-02 Thread Robert Sandell
By default nothing should happen. If you as a maintainer would want to have findbugs run and/or mark the build as unstable you can ask someone with configure job permissions on jenkins.ci.cloudbees.com to tick one or both of the new checkboxes on the config page of your plugin job. And update your

Workflow Plugin and Snippet Generator

2015-07-02 Thread Gregory Symons
Hi all! I'm currently working on updating the analysis suite plugins to work with the workflow plugin, and I've got almost everything working, except the snippet generator doesn't seem to generate useful snippets. Since these plugins can take _a lot_ of parameters, I think it's really important

@reviewbybees pull requests

2015-07-02 Thread Daniel Beck
Hi everyone, For quite some time contributors working for CloudBees have used @reviewbybees to indicate pull requests that need to be reviewed by other CloudBees developers before work on them can be considered finished by the original author. The current process is the result of a requirement

Re: Plugin jobs configured to pick up findbugs and checkstyle reports

2015-07-02 Thread Mark Waite
That sounds great. Thanks. As one of the maintainers of the git plugin and the git client plugin, I'd like findbugs reporting enabled on both jobs. The job is already configured to run findbugs as a standard part of the build process. I do not want the job to be marked unstable for findbugs war

Re: Request for Developer Review of GitHub OAuth Plugin

2015-07-02 Thread Stephen Rosen
I hate to bump this thread after only a week, but it is a matter of the plugin functioning at all. I just want to know if anyone is even looking at this. On Wednesday, June 24, 2015 at 5:06:14 PM UTC-5, Stephen Rosen wrote: > > There has been an outstanding PR on the GitHub OAuth Plugin repo for

Re: Plugin jobs configured to pick up findbugs and checkstyle reports

2015-07-02 Thread Robert Sandell
If it's configured to run when you do mvn install it should be picked up automagically as long as xmlOutput is configured in the pom. /B Den 2 jul 2015 19:01 skrev "Mark Waite" : > That sounds great. Thanks. > > As one of the maintainers of the git plugin and the git client plugin, I'd > like fi

Re: Plugin jobs configured to pick up findbugs and checkstyle reports

2015-07-02 Thread Mark Waite
It looks like I was wrong. I thought the two plugins were configured to generate findbugs reports with the "install" goal. As far as I can see from the jobs I run on my own server, I'm explicitly using the "findbugs" goal. I'll need to investigate further before the jenkins.ci.cloudbees.com job

Re: revisit ToolInstallation "(Default)"

2015-07-02 Thread Martin Weber
Am Mittwoch, 1. Juli 2015, 22:41:55 schrieb nicolas de loof: > Hi, > > User experience when using ToolInstalation is odd. [...] >- When installed/upgraded, ToolInstallation define some explicit >"System" ToolInstallation to resolve as PATH. Administrator can just > delete it if this makes

Re: revisit ToolInstallation "(Default)"

2015-07-02 Thread nicolas de loof
Yes, that's another point I'd like to address: assign a unique ID to tool installations and/or offer a new listener API so job can be reconfigured on change. But this is a distinct issue I plan to investigate later. I guess fixing this crazy "(Default)" behaviour would help me to have a better unde

Hosting request for zephyr-enterprise-test-management plugin

2015-07-02 Thread Zephyr Dev
Hello, We would like to put our plugin into Jenkins official plugin list. The plugin integrates Jenkins with Zephyr Test Management and sync Jenkins tests with Zephyr. 1. plugin name: zephyr-enterprise-test-management 2. github id: sxm20 3. repos

Re: @reviewbybees pull requests

2015-07-02 Thread Kanstantsin Shautsou
Was this discussed/allowed on some Jenkins meeting? Can such actions be documented/allowed somewhere in Jenkins project documentation? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emai

Re: @reviewbybees pull requests

2015-07-02 Thread Stephen Connolly
To give some background. I initially set up the reviewbybees GitHub account *for our closed source repos only*... But people pick up habits and it crept out to OSS plugins *because*: 1. it is easy to use 2. It makes it easy to find pull requests using a query 3. Other than the mention `@reviewbyb

Re: @reviewbybees pull requests

2015-07-02 Thread oliver gondža
In fact, I do not understand the motivation behind this. You care for reviews so much that it takes several Jenkins veterans to incorporate trivial javadoc change, though you are fine if other people merge changes (that will eventually find its way into your product) without any review. To

Re: revisit ToolInstallation "(Default)"

2015-07-02 Thread Martin Weber
Am Donnerstag, 2. Juli 2015, 18:23:08 schrieb nicolas de loof: > Yes, that's another point I'd like to address: assign a unique ID to tool > installations and/or offer a new listener API so job can be reconfigured on I already did some experiments on that, but I used an artificial surrogate PID (

Re: revisit ToolInstallation "(Default)"

2015-07-02 Thread nicolas de loof
Right, I'll keep this in mind, and such a solution does not forbid to offer listeners as well Anyway this is another (major) topic to be addressed later. 2015-07-03 0:09 GMT+02:00 Martin Weber : > Am Donnerstag, 2. Juli 2015, 18:23:08 schrieb nicolas de loof: > > Yes, that's another point I'd lik

Re: Merge two plugins functionality

2015-07-02 Thread Surya Gaddipati
Hello Ahsan, You could create a new plugin with dependencies on the two plugins and do the orchestration in that plugin . Your question feels a little vague to give you an exact answer. On Thursday, July 2, 2015 at 10:11:45 AM UTC-5, Ahasan Habib wrote: > > Hi, > > In a scenario I need to call

Re: Merge two plugins functionality

2015-07-02 Thread Ahasan Habib
Hi Surya, Thanks for your reply. More specific: I need to run gradle job. I have a custom plugin which run maven command on project and do others functionality. Now I want to add gradle build with maven. Jenkins provide a great plugin called gradle-plugin to serve this purpose. I want to