A fix for the constant NPE's when running Jenkins under Resin

2014-05-15 Thread William Damage
The Resin console constantly shows this when running Jenkins as users navigate the site: 14-05-01 11:58:46.753] {Handling GET /jenkins/ : resin-port-8080-23} Caught exception evaluating: h.advertiseHeaders(response) in /jenkins/. Reason: java.lang.NullPointerException

Re: URGENT: I am new for Jenkins and how to integrate soapui into jenkins.

2014-05-15 Thread vidhya radha
I can't plugin Sauce on demand in jenkins. I am getting failure message. How to plugin the sauce on demand in jenkins. On Thursday, May 15, 2014 11:03:13 AM UTC+5:30, vidhya radha wrote: I had made changes in coding and i run it shows an error, but in jenkins the build shows success. On

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:

RE: Windows batch command

2014-05-15 Thread Ginga, Dick
Without exactly knowing the workings, I have run into this. Some programs exit differently (maybe explicit EXIT(0)??) but they cause the Windows Batch file window to exist then. What you can try as a workaround is simply chaining windows batch file steps together issuing the next command.

Get all views for a user by rest api

2014-05-15 Thread Richter, Marvin
Hi, Is there any way to get all views from a user via the rest api? I thought it would be /user/user/my-views/api/json but unfortuanetly this only returns the view ALL Also I thought /user/user/api/json would have the MyViewsProperty in the property list but it hasn't. Thanks in advance

Multiple jobs with locks

2014-05-15 Thread Renato Rodrigues
Imagine the following scenario as a pipeline: *Job A Job B (Build Flow Job) Job C Job D* Job A is called by a git hook. Job B is a lightweight job that orchestrates jobs C and D. This pipeline works well but I just want only one instance of it at a time. So if, for example, job C is

down slaves vs. on-demand?

2014-05-15 Thread Les Mikesell
Is there some way to tell which slaves in the node list are disconnected because of a problem that should be fixed and which are disconnected because they are configured to connect on demand and have timed out? -- Les Mikesell lesmikes...@gmail.com -- You received this message because

Re: Help required for Android plugin - 'use emulator snapshots'

2014-05-15 Thread Charles Chan
Figured out it's an old issue with 2.10 release: https://github.com/jenkinsci/android-emulator-plugin/blob/android-emulator-2.10/src/main/java/hudson/plugins/android_emulator/Constants.java#L49 static final String REGEX_SNAPSHOT = [0-9]+ ++ SNAPSHOT_NAME + +[0-9]+M ; Since the regex looking

slave-agent.jnlp: Sun Java WebStart JNLP Stack Buffer Overflow Vulnerability (Sig Id=3854)

2014-05-15 Thread Lily Fu
I configured 3 jenkins slaves on 3 window's server; All with Java 7 up55; Two of them were able to launch the JNLP slave agent from the brower, and installed as window's service; There is one, I cannot launch the slave directly from the slave's IE browser, When I clicked the Launch button, I got

Windows env when using cygwin ssh connection?

2014-05-15 Thread Les Mikesell
This probably isn't a real jenkins-specific question, but maybe someone knows the answer... I recently switched some win2008 slaves to use cygwin/ssh connections instead of jnlp. Some jobs were using windows environment variables like %VS110COMNTOOLS% in batch files that worked when the slave