RE: Credentials Plugin : escape characters don't work?

2014-12-05 Thread Andrew Kujtan
Judging by your output, I would hazard a guess that ‘$’ escapes the ‘$’, so to get ‘$$’ you would use ‘’, not ‘\$\$’. Just a guess though. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Shobha Dashottar Sent: Friday, December 05, 2014 5:00 AM T

RE: Any comments on the UI changes in 1.572

2014-07-18 Thread Andrew Kujtan
EmailExt configuration is also borked with the new redesign, the triggers selection has the delete buttons all over the place. http://i.imgur.com/XAW8ycn.png -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of David Aldrich Se

RE: Plugin to Minify/Obfuscate/Uglify Javascript

2014-05-15 Thread Andrew Kujtan
I think YUICompressor is no longer maintained. Better to use Uglifyjs or similar. But as Richard noted, this is the job of a build step, not a Jenkins plugin. -Andrew From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Richard Bywater Sent: W

Polling Times

2014-03-19 Thread Andrew Kujtan
I'm trying to set up my SVN polling to run every 10 minutes between 7am and 8pm Monday through Friday, the documentation is a little hard to parse, is the following correct? H/6 7-20/1 * * 1-5 Cheers, Andrew Kujtan -- You received this message because you are subscribed to the G

RE: best approach to automate/manage jenkins jobs?

2014-02-21 Thread Andrew Kujtan
I use an ant task that generates my jobs based off a template job it pulls down. For me, the CLI tends to be really flaky though, when re-generating ~1500 jobs 10-20 will usually fail. -Andrew From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mark

Does Jenkins scan for new WAR files?

2013-06-26 Thread Andrew Kujtan
I'm having an intermittent error in my builds because a war file the build generates seems to be in use by jenkins, exception shown below. When I navigate to the war file in the filesystem I can't delete it either. It seems that the Jenkins process has a lock on it, as I can only delete it after

RE: Want to create Jenkins user login, but name already exists

2013-04-09 Thread Andrew Kujtan
You might want to update to a later version, IIRC around 1.500 they did a bunch of fixes to the people page rendering to fix slow loading. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Richard J Sent: Tuesday, April 09, 2013 3:09 PM To: jenkinsci-

RE: SVN 1.4 and SVN 1.7.5

2013-03-04 Thread Andrew Kujtan
I believe he means the working copy. Which AFAIK isn't currently possible as there is no per project SVN setting, just the global setting. Sami's point is valid, why do you even want to use 2 different SVN versions locally anywhay? -Original Message- From: jenkinsci-users@googlegroups.com