Re: New feature to specify different workspace per git branches

2014-10-21 Thread Ivan Kanis
October, 20 at 9:22 Jesse Glick wrote: On Mon, Oct 20, 2014 at 6:04 AM, Ivan Kanis ivan.ka...@myscript.com wrote: Does the multi branch plugin work with the matrix plugin? There was another thread recently on this list on that topic. I did some searching. I can't find it. Do you recall the

Re: New feature to specify different workspace per git branches

2014-10-21 Thread Jesse Glick
On Oct 21, 2014 5:09 AM, Ivan Kanis ivan.ka...@myscript.com wrote: I did some searching. I can't find it. Do you recall the subject? Trouble extending MatrixProject -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this

CreateJob with http/post ant

2014-10-21 Thread Guillaume Sanchez
Hi, I am currently taken him to create, launch, … jobs via http and post ant tags My syntax is : post to = http : //URL/createItem prop name = name value = $ {name } / prop name = mode value = copy / prop name = from value = $ { from } / / post The job is created, but via

Access to Jenkins JIRA?

2014-10-21 Thread Tim Benke
Hello, I'd like to comment on a jenkins plugin JIRA issue https://issues.jenkins-ci.org/browse/JENKINS-21221, but JIRA doesn't accept new registrations with the message: Oops! Due to the spam problem, we need additional verification for your sign-up request. Please contact

New plugin - Vagrant

2014-10-21 Thread Elad Shmitanka
I know there is one, it's old, not maintained and not working I'd be happy to publish it, although it doesn't support ALL operations (more to come) Plugin name: vagrant Github-ID: ShimiTaNaka Existing github: https://github.com/myheritage/jenkins-vagrant Thanks -- You received this message

Re: Write access to jenkinsci/hockeyapp-plugin

2014-10-21 Thread Denis Kochetkov
Ping? On Monday, October 20, 2014 5:37:09 PM UTC+4, Denis Kochetkov wrote: Hello! dkochetkov would like became commiter in jenkinsci/hockeyapp-plugin https://github.com/jenkinsci/hockeyapp-plugin My colleagues created two pull requests several month ago: Multi-application support

How to set the git branch as a parameter?

2014-10-21 Thread Ivan Kanis
Hello, We are trying to specify a git branch on a parameterized build. It seems there are options for CVS and Subversion but not for git. However when we are debugging the git plugin there seems to be support for it. In the function determineRevisionToBuild there is the following code: //

How to debug Jenkins and a plugin

2014-10-21 Thread Ivan Kanis
Hello, I can debug Jenkins with the following: mvnDebug jenkins-dev:run And I can debug the git plugin with this: mvnDebug hpi:run But how can I do both? I use IntelliJ and don't know much about Java... Ivan -- You need to install an RTFM interface.. -- BOFH excuse #33 -- You

Re: How to debug Jenkins and a plugin

2014-10-21 Thread Stephen Connolly
with `mvnDebug hpi:run` you should be able to single step into the Jenkins source code. If you want to debug a custom build of Jenkins then that requires a bit more hackery... usually you just want to debug the plugin in the context of a stock jenkins build so hpi:run is all you need On 21

New plugin: Git Tag Message

2014-10-21 Thread Christopher Orr
Hi all, We've been using a patched Git plugin for a long time and I finally got round to extracting it into a plugin. The plugin allows us to set an environment variable (GIT_TAG_MESSAGE), containing the git tag message text — assuming that the current revision has a git tag associated with

Re: New plugin: Git Tag Message

2014-10-21 Thread Jesse Glick
Finally, a GitSCMExtension in another plugin. :-) -- 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. For more

Re: Proposal to remove Girls Plugin from official Jenkins plugins list

2014-10-21 Thread Christopher Orr
But it's not funny. I've added the plugin-deprecated tag on the wiki, so it should stop appearing in the Jenkins update centre soon. On 10/18/2014 09:21 AM, Oleg Nenashev wrote: We could create a label plugin-funny (or something like that) and hide its plugins by default. IMHO, it's more

Re: jna-posix updating to JNA 4.1

2014-10-21 Thread Craig Rodrigues
On Fri, Oct 17, 2014 at 6:08 PM, Jesse Glick jgl...@cloudbees.com wrote: On Fri, Oct 17, 2014 at 8:39 PM, Craig Rodrigues rodr...@freebsd.org wrote: I don't know what kenai.com is A mostly abandoned hosting site formerly used by a lot of Sun/Oracle-affiliated projects. I don't know how

Re: How to set the git branch as a parameter?

2014-10-21 Thread Kanstantsin Shautsou
Have you tried use Input String parameter and set in branches this ${variable}? On Tuesday, October 21, 2014 5:55:53 PM UTC+3, Ivan Kanis wrote: Hello, We are trying to specify a git branch on a parameterized build. It seems there are options for CVS and Subversion but not for git.

Re: jna-posix updating to JNA 4.1

2014-10-21 Thread Jesse Glick
On Tue, Oct 21, 2014 at 1:46 PM, Craig Rodrigues rodr...@freebsd.org wrote: Fork jna-posix, apply my patch, and use the forked jna-posix in Jenkins This is safer if messy. Conventionally such forks should be created in @jenkinsci so we can keep track of them. -- You received this message

Request hosting for jenkinsci/jna-posix

2014-10-21 Thread Craig Rodrigues
Hi, I'd like to request hosting for jenkinsci/jna-posix. Please grant rodr...@github.com write access. This will contain a fork of https://kenai.com/projects/jna-posix . See discussion here as to why this fork is needed: https://groups.google.com/forum/#!topic/jenkinsci-dev/samaH2B2GWo --

Re: Request hosting for jenkinsci/jna-posix

2014-10-21 Thread Jesse Glick
On Tue, Oct 21, 2014 at 3:19 PM, Craig Rodrigues rodr...@freebsd.org wrote: I'd like to request hosting for jenkinsci/jna-posix. Created https://github.com/jenkinsci/jna-posix Let me know if you cannot push to it. (Initially: push --mirror) -- You received this message because you are

bump new build-pipeline-plugin version

2014-10-21 Thread Kanstantsin Shautsou
Build from master resolved broken jenkins because of https://issues.jenkins-ci.org/browse/JENKINS-22146 . Please release new version or bless me to run maven-release-plugin. -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe

Re: jna-posix updating to JNA 4.1

2014-10-21 Thread Craig Rodrigues
On Tue, Oct 21, 2014 at 11:48 AM, Jesse Glick jgl...@cloudbees.com wrote: On Tue, Oct 21, 2014 at 1:46 PM, Craig Rodrigues rodr...@freebsd.org wrote: Fork jna-posix, apply my patch, and use the forked jna-posix in Jenkins This is safer if messy. Conventionally such forks should be created

Re: Write access to jenkinsci/hockeyapp-plugin

2014-10-21 Thread Oleg Nenashev
Denis, have you tried to contact the plugin's owners? I don't see any ping attempts on GitHub. вторник, 21 октября 2014 г., 17:40:07 UTC+4 пользователь Denis Kochetkov написал: Ping? On Monday, October 20, 2014 5:37:09 PM UTC+4, Denis Kochetkov wrote: Hello! dkochetkov would like became

Re: New plugin - Vagrant

2014-10-21 Thread Oleg Nenashev
Hello Elad, Jenkins already has a plugin for Vagrant: https://wiki.jenkins-ci.org/display/JENKINS/Vagrant+Plugin - What new functionality does your plugin introduce? Descriptions are very similar - Is it possible to merge the existing functionality to the existing plugin? BR,

Re: New plugin: Git Tag Message

2014-10-21 Thread Oleg Nenashev
Chris, is there any need to keep the functionality in a separate plugin? IMHO, the functionality is general enough to be merged to the main plugin. вторник, 21 октября 2014 г., 21:22:41 UTC+4 пользователь Jesse Glick написал: Finally, a GitSCMExtension in another plugin. :-) -- You

Re: ElOyente-plugin needs a new maintainer

2014-10-21 Thread Oleg Nenashev
Dennis, In any case, it's highly recommended to create a github for of the plugin and then create a pull request with your changes. Currently, there's no track of your activities on GitHub, A direct pushing to the master branch is not a good approach in any case. BR, Oleg Nenashev

Re: New plugin - Vagrant

2014-10-21 Thread Elad Shmitanka
The current vagrant plugin isn't mailntained and tries to run the vagrant on the jenkins host and not on the node (according to what I've tries to run) The new plugin will also support more option such as creating a box, suspend a box, and possibly also use vagrant cloud. The current plugin