Re: Variable substitution in Jenkins plugin

2015-05-31 Thread Daniel Beck
On 30.05.2015, at 17:41, p...@pholding.co.uk wrote: Does the Jenkins API provide a better solution that would allow my plugin to substitute a variable with a real value when the build job is executed? http://javadoc.jenkins-ci.org/hudson/EnvVars.html#expand%28java.lang.String%29 -- You

Re: Variable substitution in Jenkins plugin

2015-05-31 Thread Adrien Lecharpentier
Hello, You can also use the token macro plugin to do such things: https://wiki.jenkins-ci.org/display/JENKINS/Token+Macro+Plugin -- Adrien Le dim. 31 mai 2015 20:29, Daniel Beck m...@beckweb.net a écrit : On 30.05.2015, at 17:41, p...@pholding.co.uk wrote: Does the Jenkins API provide a

Re: Kubernetes plugin advice

2015-05-31 Thread Kanstantsin Shautsou
Hi, Stephen. I reviewed code in almost all cloud plugins and it seems to me that jenkins cloud api (DockerSlave - DockerComputer (Launcher/retention)) looks not suitable for cloud usage at all. Some plugins just creating vm and then passes hardcodes to this implemented classes, other do run in

Re: Request to become maintainer

2015-05-31 Thread Daniel Beck
There has been some activity on the Github side of things (wiki still links to SVN, probably because there has not been a release) since my comments in JENKINS-25807. https://github.com/jenkinsci/cmakebuilder-plugin/commits/master Could you ask the current maintainer again? If he doesn't

Plugin Hosting Request: Violations Reboot Plugin

2015-05-31 Thread Tomas Bjerre
Plugin Name: Violations Reboot My GitHub username: tomasbjerre Existing repo: https://github.com/tomasbjerre/violations-reboot-plugin Doc: https://github.com/tomasbjerre/violations-reboot-plugin This is very similar to Violations (https://github.com/jenkinsci/violations-plugin). The Violations

Re: Plugin Hosting Request: Violations Reboot Plugin

2015-05-31 Thread Richard Bywater
-1 for creating a forked version. If there is an issue with the existing plugin I'd much rather see it being worked on to bring it up to standard rather than creating a completely separate plugin which could lead to confusion amongst users. My 2 cents... Richard On 10:30AM, Mon, 1/06/2015 Tomas

Re: Plugin Hosting Request: Violations Reboot Plugin

2015-05-31 Thread Tomas Bjerre
Ok, but something needs to be done here. The current version was released on 12 oct 2012. The current version in Maven repos is from 22 feb 2010. The open issues dates back to 2011. Even PR:s from 2011 has not yet been merged. It seems the project is more or less dead right now... I don't have