Re: Token Macro expansion doesn't seem to be supported in job parameters

2014-08-22 Thread Paul Sokolovsky
Hello, On Tue, 19 Aug 2014 08:40:35 -0700 Slide wrote: > I don't think that the token macro stuff should be integrated into the > core. There are other ways of generating parameter values to pass > along, I believe the EnvInject plugin is the way to go. Integrating > Token Macro into core is not

Re: Token Macro expansion doesn't seem to be supported in job parameters

2014-08-19 Thread Paul Sokolovsky
he issue, I wanted to wrote plugin-like functionality in Groovy. And indeed, it's possible and easy. But then integrating it into Jenkins in secure and user-friendly manner appear to cause more trouble and headache than writing a plugin in Java ;-(. > > > On Tue, Aug 19, 20

Token Macro expansion doesn't seem to be supported in job parameters

2014-08-19 Thread Paul Sokolovsky
Hello, I'm trying to take a value as produced by some plugin's token macro support and inject it into job's build, so eventually it is available in slave's environment to a shell script. After some thinking, an obvious way to achieve that seems to make a job parametrized, and just set its default

Re: updates.jenkins-ci.org is terribly slow/down

2014-05-12 Thread Paul Sokolovsky
===>] > 78,382 297K/s in 0.3s > > 2014-05-12 12:17:12 (297 KB/s) - “ssh-credentials.hpi” saved > [78382/78382] > > wget 0.03s user 0.01s system 4% cpu 0.978 total > > On Mon, May 12, 2014 at 11:27 AM, Paul Sokolovsky > wrote: > > He

updates.jenkins-ci.org is terribly slow/down

2014-05-12 Thread Paul Sokolovsky
Hello, Today, most attempts to download plugins from updates.jenkins-ci.org timeout, only sometimes something gets thru. Here're are wget log examples: $ time wget http://updates.jenkins-ci.org/download/plugins/ssh-credentials/1.6.1/ssh-credentials.hpi --2014-05-12 18:09:31-- http://updates.je

Re: Request for commit access to crowd2-plugin to merge patch

2013-09-04 Thread Paul Sokolovsky
ans. > > Ulli > > Am 04.09.2013 um 13:53 schrieb Paul Sokolovsky > : > > > Hello, > > > > Try #2, now cc:ing Kohsuke. Sorry about this - I hope that if > > http://jenkins-ci.org/pull-request-greeting says that it's possible > > to request c

Fw: Request for commit access to crowd2-plugin to merge patch

2013-09-04 Thread Paul Sokolovsky
age: Date: Tue, 27 Aug 2013 15:29:15 +0300 From: Paul Sokolovsky To: jenkinsci-dev@googlegroups.com Subject: Request for commit access to crowd2-plugin to merge patch Hello, I submitted a pull request https://github.com/jenkinsci/crowd2-plugin/pull/4 almost 2 weeks ago, and as there was no repl

Request for commit access to crowd2-plugin to merge patch

2013-08-27 Thread Paul Sokolovsky
Hello, I submitted a pull request https://github.com/jenkinsci/crowd2-plugin/pull/4 almost 2 weeks ago, and as there was no reply, I would like to follow suggestions given in the pull request welcome message (http://jenkins-ci.org/pull-request-greeting) and apply for commit access to merge it myse

Wiki page for "beta" plugin?

2012-05-28 Thread Paul Sokolovsky
Hello, Here at Linaro, we developed a pretty simple plugin to set build's status based on exit code of an "Execute Shell" step. I.e. it defines some "magic" exit codes, which being returned, cause build status to be set NOT_BUILT, UNSTABLED, etc., instead of just simple SUCCESS vs FAILED mapping.