Re: Request hosting mongodb-document-upload-plugin repository

2015-05-11 Thread Kari Sivonen
Yes, what I like to have is get my modifications to official plugin 
release. I made a Jira issue and I made pull request, but I am not contact 
any other way to original maintainer. And I don't know how to contact other 
way :).

For me it would be best if I get commit rights and I can made new release, 
but I don't like to get maintainer responsibilities from anyone. Most 
probably this is only change I need to add this plugin. Of course after we 
can start using this more improvements may come.  

-Kari

lauantai 9. toukokuuta 2015 11.21.57 UTC+3 Richard Bywater kirjoitti:

 I have a feeling he's referring more to the If you notice that your pull 
 requests aren’t getting attended to within a week or two, please drop us a 
 note at the dev list, and please consider becoming a committer and push the 
 changes directly. part more than taking other as maintainer...  although I 
 could be wrong :)

 Richard.

 On Sat, 9 May 2015 at 01:24 Baptiste Mathus bma...@batmat.net 
 javascript: wrote:

 Did you write to the original maintainer first?
 See the governance doc for the process: 
 https://wiki.jenkins-ci.org/display/JENKINS/Governance+Document#GovernanceDocument-Helpingandtakingoverdormantplugins

 Cheers
 Le 8 mai 2015 11:59 AM, Kari Sivonen karimatt...@gmail.com 
 javascript: a écrit :

 I made pull request to 
 https://github.com/jenkinsci/mongodb-document-upload-plugin repository. 

 After 9 days, no reply from it, so I like to get commit access to it to 
 make merge by my self.

 My GitHub account: karisivo
 Repo: https://github.com/jenkinsci/mongodb-document-upload-plugin

 In my pull request (
 https://github.com/jenkinsci/mongodb-document-upload-plugin/pull/1) 
 plugin is changed so that if _id fiels is given in json document, it will 
 update if document already exist in dataBase.

 -Kari

  -- 
 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-de...@googlegroups.com javascript:.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/dbcd2473-f885-4c9b-abcd-999b0ec84c69%40googlegroups.com
  
 https://groups.google.com/d/msgid/jenkinsci-dev/dbcd2473-f885-4c9b-abcd-999b0ec84c69%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.

  -- 
 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-de...@googlegroups.com javascript:.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/jenkinsci-dev/CANWgJS6nX6zLagHTppMF9nKMApdO%2BzoPxF8VX6iaeWu5ZobK7w%40mail.gmail.com
  
 https://groups.google.com/d/msgid/jenkinsci-dev/CANWgJS6nX6zLagHTppMF9nKMApdO%2BzoPxF8VX6iaeWu5ZobK7w%40mail.gmail.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.



-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/039791e1-fbf4-4313-bad1-8bb4c628bb08%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Git Plugin - Keep certain files not tracked by git

2015-05-11 Thread James Pace
Hello everyone,

To try and speed up my build I would like to keep my node_modules directory 
between builds. At the moment it looks like the Git Plugin is deleting 
anything which is not in the branch that it checks out, which is fine and 
makes sense. Is there any way I can configure the plugin so that it doesn't 
delete my node_modules directory?

I'd rather not add the directory to git because the directory is massive :/

Thanks,
James Pace

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/d52e91e8-e5ca-406b-93e5-d6f4696415a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to programmatically get Jenkins Home from a plugin

2015-05-11 Thread Adrien Lecharpentier
Hello,

I think you can use `Jenkins.getInstance().getRootDir()` to get a
`java.io.File` of your JENKINS_HOME.

Best regards.
-- Adrien

Le mar. 12 mai 2015 à 06:50, Samith Dassanayake hisam...@gmail.com a
écrit :

 Hi all,
 I want to get Jenkins Home in my java code of the plugin. How can I access
 it?

 Thanks,
 Samith

 --
 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 view this discussion on the web visit
 https://groups.google.com/d/msgid/jenkinsci-dev/d6f3a371-d3e8-45ac-9cdd-b307892fd3ae%40googlegroups.com
 https://groups.google.com/d/msgid/jenkinsci-dev/d6f3a371-d3e8-45ac-9cdd-b307892fd3ae%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAKwJSvzHmLgGEfeemMT0-nqWLOgbMJcNyu%3D19BU2MCO9gy5BHA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


exchange data between jobs ans steps

2015-05-11 Thread Roman
Hi,

Does Jenkins has any kind of common storage which I could use for data
exchange?
samples:
 - set options for next step from groovy system step script (or every
set options to groovy post build script from shell)
 - set options for other job which is executed on other node

Currently I do it via files(and have hardcoded somehow files names) or
jobs parameters. I think it will be very nice to have any kind of daemon
which
could be used via simple network interface for
setting/getting/creating/deleting variables.

-- 
Thanks,
 Roman

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/1431363228.3389.10.camel%40gmail.com.
For more options, visit https://groups.google.com/d/optout.