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 a écrit : > Hi all, > I want to get Jenkins Home in my java code of the plugin. How can I access > it? > > Thank

How to programmatically get Jenkins Home from a plugin

2015-05-11 Thread Samith Dassanayake
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 jen

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 vi

Re: Porting hpi:run to Jetty 8 (JENKINS-24827)

2015-05-11 Thread Vincent Latombe
Hi, I've completed the work, based on Ryan's initial implementation. https://github.com/jenkinsci/maven-hpi-plugin/pull/12 Vincent 2014-09-25 23:09 GMT+02:00 Kohsuke Kawaguchi : > > This is great! > > I don't have cycles right now but it seems like you are almost there. > > This would be neede

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 s