Re: writing a jenkins plugin using gradle: gradlew server --continuous

2017-02-13 Thread Daniel Spilker
That does not work and has already been reported in JIRA, see https://issues.jenkins-ci.org/issues/?jql=project%20%3D%20JENKINS%20AND%20component%20%3D%20gradle-jpi-plugin%20AND%20resolution%20%3D%20Unresolved Daniel On Mon, Feb 13, 2017 at 4:58 PM, Guy Matz wrote: > Hello! I'm writing a jenki

Re: Project ideas for student projects in the area of testing

2017-02-13 Thread Mark Waite
I'd love to have students help create Jenkins jobs which illustrate specific bugs in the git plugin, for example. Sample jobs which illustrate different bugs as Jenkins jobs are available from the lts-with-plugins branch of my docker repository. I've found it very powerful to have a Jenkins job p

Project ideas for student projects in the area of testing

2017-02-13 Thread Victor Martinez
Maybe it is a bit out of the scope and I don't know whether there is already a ongoing testing framework for the pipeline. But, is it something feasible? It might be a really good contribution to the community Cheers -- You received this message because you are subscribed to the Google Groups

GSOC 2017 - Regarding getting started with project "Support core plugin improvements"

2017-02-13 Thread Rushal Verma
Hello everyone, I am Rushal Verma from India. I am currently a third-year undergraduate student and wanted to participate in GSOC 17. This is my first-time participation in the GSOC. I am interested in Jenkins project "Support core plugin improvements". It needs java basic and I worked with java

Project ideas for student projects in the area of testing

2017-02-13 Thread Ullrich Hafner
In the summer semester I will again give a testing course here at the University of Applied Sciences in Munich. Several master students have the chance to improve their testing skills on a real project: Jenkins. The scope is integration and system testing (maybe also some unit testing if there

Fwd: writing a jenkins plugin using gradle: gradlew server --continuous

2017-02-13 Thread Guy Matz
Hello! I'm writing a jenkins plugin using the gradle JPI plugin and it's mostly great. My one problem is that changes to code do not cause the test jenkins server to restart when gradle is run in continuous mode, i.e.: ./gradlew server --continuous

Accessing implicit objects in email-ext plugin

2017-02-13 Thread Guy Matz
Hello! I am writing a plugin that is simply a few classes that I want to be able to access from the pre-send script of the email-ext plugin . . . It's all working pretty well, except that I can't figure out how to access the build, logger, msg & cancel implicit vars from within my own objects . .

Re: Maven version for plugin builds on jenkins.ci.cloudbees.com

2017-02-13 Thread Jesse Glick
On Mon, Feb 13, 2017 at 3:50 AM, Fritz Elfert wrote: > AFAIK, it is only possible to select from preconfigured (in the global > config) versions. You can select a `docker`-labelled node and use `docker.image(…).inside {…}` if you need to. -- You received this message because you are subscribed

Re: Evaluation of a Prototype Identifying Unnecessary Code

2017-02-13 Thread Baptiste Mathus
Hello Roman, To add to Daniel answer, IOW, if you want to have something that would start to be meaningful, you need to basically scan every single repository of https://github.com/jenkinsci/ Then that would provide interesting data, though it would still be insufficient because some things could

Re: Evaluation of a Prototype Identifying Unnecessary Code

2017-02-13 Thread Daniel Beck
> On 13.02.2017, at 13:11, 'Roman Haas' via Jenkins Developers > wrote: > > In the attachment, you find a file that lists ten suggestions for unnecessary > code in your code base. Each suggestion consists of one or more files or > packages; if there are several elements they are part of the s

Re: Failing when accessing to repo.jenkins-ci.org

2017-02-13 Thread Daniel Beck
> On 13.02.2017, at 13:04, Sean Flanigan wrote: > > I'm having the issue too. Would you please let us know the result? Got a canned response so far, nothing else. Will respond to http://lists.jenkins-ci.org/pipermail/jenkins-infra/2017-February/001033.html once I hear back. -- You received

Evaluation of a Prototype Identifying Unnecessary Code

2017-02-13 Thread 'Roman Haas' via Jenkins Developers
Dear Jenkins developers, you are working on an amazing project and I am sure you are investing a lot of time to keep it up and running! I am researching in the field of software maintenance and I implemented a tool to identify unnecessary code in code bases using a static code analysis. The a

Re: Failing when accessing to repo.jenkins-ci.org

2017-02-13 Thread Sean Flanigan
I'm having the issue too. Would you please let us know the result? On Friday, 10 February 2017 08:37:18 UTC+10, Daniel Beck wrote: > > Already asked JFrog for help (my message seems stuck in the moderation > queue of the infra list), no response so far. > > > On 09.02.2017, at 23:32, Victor Mart

Re: Search for a plugin to analyse code design problems

2017-02-13 Thread i . kellner
Hello Yanwei, I am part of a team that develops a tool with the functionality that you are looking for. Sonargraph offers static analysis for Java, C/C++ and C#. Official homepage: https://www.hello2morrow.com/products/sonargraph User Manual: http://eclipse.hello2morrow.com/doc/standalo

Re: Maven version for plugin builds on jenkins.ci.cloudbees.com

2017-02-13 Thread Fritz Elfert
Replys inline On 13.02.2017 09:58, Baptiste Mathus wrote: > https://github.com/jenkins-infra/documentation/blob/master/ci.adoc > > Indeed, you'll have to argue to have another maven version available. > But if you wish to have something improved, it's probably there instead > of on jenkins.ci

Re: Maven version for plugin builds on jenkins.ci.cloudbees.com

2017-02-13 Thread Baptiste Mathus
https://github.com/jenkins-infra/documentation/blob/master/ci.adoc Indeed, you'll have to argue to have another maven version available. But if you wish to have something improved, it's probably there instead of on jenkins.ci. BTW, there's many other plugins using shading, so though I didn't look

Re: Maven version for plugin builds on jenkins.ci.cloudbees.com

2017-02-13 Thread Fritz Elfert
How would I select the maven version in a JenkinsFile. AFAIK, it is only possible to select from preconfigured (in the global config) versions. So: How do I know *which* maven versions are preconfigured globally on ci.jenkins.io? Thanks -Fritz On 13.02.2017 08:28, Oleg Nenashev wrote: > Hi, > >

Re: Maven version for plugin builds on jenkins.ci.cloudbees.com

2017-02-13 Thread Baptiste Mathus
+1, and the ultimate goal is to delete that service in the long term anyway. So better move out of it asap. Probably no additional configuration will be worked on to be added there. 2017-02-13 8:28 GMT+01:00 Oleg Nenashev : > Hi, > > IIRC Maven version is not customizable there. > One of the reco

Re: Search for a plugin to analyse code design problems

2017-02-13 Thread Baptiste Mathus
Not sure this is a dev list question in the end, or maybe if you were planning to develop a Jenkins plugin for all that. I would most probably look into using SonarQube for that kind of thing, my 2 cents. 2017-02-08 4:51 GMT+01:00 Yanwei CHANG : > Hi plugin developers, > > Hope you are doing wel