Re: Jenkins on Windows: Java + JRE (version) confusion

2013-03-18 Thread Martin Ba

On 15.03.2013 11:45, Martin Ba wrote:

I'll start with my questions:
-
* Should I run Jenkins on Windows with the included JRE (currentl
1.6_26) or should I run it with a more recent Java version?
* Should I make sure slaves run within the same java version (or at
least bit-ness)? (Slaves don't have an integrated JRE as far as I can
see.)
* When (and based on what) is the JRE contained in the Windows installer
updated? (after all, the latest JRE 6 release is Update 43 from 2013-03-04)

Thanks!
...


Added question on SF: 
http://serverfault.com/questions/488745/which-java-version-should-i-run-jenkins-with


cheers,
Martin

--
You received this message because you are subscribed to the Google Groups Jenkins 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Build failure Analyzer Plugin’s odd behaviour

2013-03-18 Thread Yitzhak Zuriel
I'm reviving this old thread because I have some new information that was 
not written here before. We moved on to work with a different server and 
continued to monitor and study the problematic one.using some of the Java 
tools.  And we saw that on the machine with the sluggish response there was 
a proliferation of threads in Java that were not being closed. Has anyone 
seen this behavior, and has an explanation of what to do about it? 
 

On Thursday, January 24, 2013 8:44:23 AM UTC+2, jhooms...@netscape.net 
wrote:

 No ours not matrix project
  
 I think my issue is same as JENKINS-15948, icon image url looks to be 
 broken, the url getting generated for bulb icon image is
  

 http://[host]/jenkins//plugin/build-failure-analyzer/images/16x16/information.png
  
 but in actual it should be
  
 http://[host]/plugin/build-failure-analyzer/images/16x16/information.png
  
 I am using build analyzer plugin v1.3.0


 -Original Message-
 From: Westling, Tomas tomas.w...@sonymobile.com javascript:
 To: 'jhooms...@netscape.net javascript:' 
 jhooms...@netscape.netjavascript:; 
 jenkinsci-users jenkins...@googlegroups.com javascript:
 Cc: Sandell, Robert robert@sonymobile.com javascript:
 Sent: Wed, Jan 23, 2013 5:30 pm
 Subject: RE: Build failure Analyzer Plugin’s odd behaviour

  Is your project a matrix project? If so then I’ve found the bug and will 
 upload a bug fix.
  
 Br Tomas
  
  *From:* jhooms...@netscape.net javascript: 
 [mailto:jh...@netscape.netjavascript:] 

 *Sent:* den 23 januari 2013 09:42
 *To:* Westling, Tomas; jenkins...@googlegroups.com javascript:
 *Cc:* Sandell, Robert
 *Subject:* Re: Build failure Analyzer Plugin’s odd behaviour
  
  
  Attaching screen shot related to missing bulb icon
  
  -Original Message-
 From: Westling, Tomas tomas.w...@sonymobile.com javascript:
 To: 'jhooms...@netscape.net javascript:' 
 jhooms...@netscape.netjavascript:; 
 jenkinsci-users jenkins...@googlegroups.com javascript:
 Cc: Sandell, Robert robert@sonymobile.com javascript:
 Sent: Tue, Jan 22, 2013 5:59 pm
 Subject: RE: Build failure Analyzer Plugin’s odd behaviour
   Hi Jhoom,
   
  issue number 3 is a known problem which we are working on. The issue is 
 with
  logs that are large enough so that the build log has to be split up and 
 the “full log”
  is visible. We are going to release a bug fix for this issue soon.
   
  As for the other two issues I am not quite sure what you mean, are the 
 bulb icons missing for 
  builds that have identified the problem? Could you attach a screenshot 
 of the problem?
   
  Br Tomas
   
  *From:* jhooms...@netscape.net javascript: 
 [mailto:jh...@netscape.netjavascript:] 

 *Sent:* den 22 januari 2013 12:58
 *To:* jenkins...@googlegroups.com javascript:
 *Cc:* Sandell, Robert; Westling, Tomas
 *Subject:* Build failure Analyzer Plugin’s odd behaviour
   
  Hi 
  I am seeing strange problem on my Jenkins 1.496 server running on 
 Solaris box, 
  1.  I cannot see Build Failure Analyzer plugin bulb icon under 
 “Build History” section instate of icon a text “Identified problems” is 
 visible
  2.  When I click on logs under “Build History” for a particular 
 failed/unstable build again bulb icon is missing only following messages 
 are visible:
   
  *Identified problems*
  
  Unit Test Failure
  Contains test case failure
  Indication 1 Indication 2
  3.  When I click on “Indication” links, it takes me to build logs 
 but did not show the problem with red highlight, I need to click on “Full 
 log” link and then navigate to build log to look for highlighted error.
   
  Anyone faced this problem in their dev environment with Build Failure 
 Analyzer, if yes can anyone help me out and resolving this issue.
   
  Thanks,
  Jhoom
   


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: 403 jsonp forbidden (since 1.502)

2013-03-18 Thread Alexis Gallagher
Hi,

This seems to be a deliberate security update.

This Jenkins issue tracker item 
( https://issues.jenkins-ci.org/browse/JENKINS-17005 ) says the flag was 
introduced as a temporary feature to let people keep using jsonp, until a 
new security extension point is created.

From looking at the Jenkins source code 
( 
https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/model/Api.java,
 
lines 158 and 191 ), it seems the only affect of setting 
the hudson.model.Api.INSECURE flag to true is allow jsonp and primitve 
XPath results sets.

Alexis


On Tuesday, March 12, 2013 10:56:19 AM UTC, John Vacz wrote:

  Hi,
 we have some html+js hosted in JENKINS/userContent/, and using the rest 
 api (mainly jsonp, - we are planning to host those pages/script on a 
 dedicated server later) extensively to cumulate/reorganise the information 
 (both from Jenkins and other systems, like Jira) for different user groups 
 . They work on browser session/cookie basis, as long as the user is logged 
 in to Jenkins and Jira, then the scripts are working, no extra 
 authentification is necessary. So far this solution works perfectly and 
 helps alot. 

 However since 1.502, Jenkins responses 403 errors to the jsonp requests, 
 so the scripts basically do not work anymore. 

 htmlheadtitleError 403/title/headbody bgcolor=#ff
 h1Status Code: 403/h1
 Exception: jsonp forbidden; can use -Dhudson.model.Api.INSECURE=true if you 
 run without securitybrStacktrace: 
 pre(none)/prebrhr size=1 width=90%
 iGenerated by Winstone Servlet Engine v0.9.10 at Tue Mar 12 11:12:31 CET 
 2013/i/body/html

 The jvm parameter suggested in the error message does eliminates the 
 error, and the scripts work again, but my concern is: does this paramter 
 makes Jenkins access more open than necessary? Since we ARE using Jenkins 
 built-in user database plus Role-Based Strategy, no anonymouse access 
 (https only) .

 Is this a security update of some unexpected side effect? 

 Any suggestion is greatly appreciated.
 - jv


  

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Builds aborting randomly

2013-03-18 Thread Lukas Rytz
This is embarrassing, but let me post it for reference.
It seems the reason was a simple mis-configuration (we allowed anonymous 
users to cancel builds).
The search engine crawlers were probably causing the aborts by visiting the 
job/id/stop links.

https://groups.google.com/d/topic/scala-internals/BaM3kqyJKu4/discussion

It would have helped to get a bit of information in the build log output, 
or in the jenkins log, on the cause of the abort.



On Saturday, July 28, 2012 3:04:41 PM UTC+2, Lukas Rytz wrote:

 Hi all,


 Lately we see quite a lot of jobs (~10 %) that just abort without any 
 intervention.
 Somebody else ever had similar problems?

 No error message in the console output:

 [...]
 [partest] testing: 
 [...]/run/reflection-constructormirror-nested-good.scala [ OK ]
 [partest] testing: [...]/files/run/viewtest.scala [ OK ]
 [partest] testing: [...]/files/run/reify_newimpl_20.scala [ OK ]
 *Build was aborted*
 Archiving artifacts
 Checking console output
 Email was triggered for: Aborted
 Sending email for trigger: Aborted

 The abort is not because of a timeout (build timeout plugin).
 The Jenkins logs say that the abort is due to an un-cougth 
 InterruptedException, stack trace
 below. It always looks the same.

 I think the reason is an InterruptedException in master-slave 
 communication. The slaves are
 connected over SSH using the SSH Slaves Plugin.

 I don't think that the exception is caused by our testing tool - this is 
 running on the client in
 another (JVM) process, so even if it quits with an InterruptedException, 
 that should not abort
 the Jenkins build.


 Thanks for any pointers!
 Lukas



 Jenkins Log:

 INFO: scala-checkin #6609 aborted
 java.lang.InterruptedException
   at java.lang.Object.wait(Native Method)
   at hudson.remoting.Request.call(Request.java:146)
   at hudson.remoting.Channel.call(Channel.java:663)
   at 
 hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:158)
   at $Proxy36.join(Unknown Source)
   at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:861)
   at hudson.Launcher$ProcStarter.join(Launcher.java:345)
   at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:82)
   at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:58)
   at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
   at 
 hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717)
   at hudson.model.Build$BuildExecution.build(Build.java:199)
   at hudson.model.Build$BuildExecution.doRun(Build.java:160)
   at 
 hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
   at hudson.model.Run.execute(Run.java:1488)
   at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
   at hudson.model.ResourceController.execute(ResourceController.java:88)
   at hudson.model.Executor.run(Executor.java:236)





-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




jenkins 1.506 m2release plugin issue JSONNull cannot be cast to JSONObject

2013-03-18 Thread Tomek Kaczanowski
after upgrading to 1.506 when trying to do a maven release via 
https://wiki.jenkins-ci.org/display/JENKINS/M2+Release+Plugin ver 0.9.1 I 
get this:
Status Code: 500Exception: java.lang.ClassCastException: 
net.sf.json.JSONNull cannot be cast to net.sf.json.JSONObject
Stacktrace: 

javax.servlet.ServletException: java.lang.ClassCastException: 
net.sf.json.JSONNull cannot be cast to net.sf.json.JSONObject
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:719)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:770)
at org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:384)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:677)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:770)
at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:241)
at 
org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:677)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:770)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:583)
at org.kohsuke.stapler.Stapler.service(Stapler.java:214)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:45)
at winstone.ServletConfiguration.execute(ServletConfiguration.java:248)
at winstone.RequestDispatcher.forward(RequestDispatcher.java:333)
at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:376)
at 
hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:95)
at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:87)
at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)
at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
at 
hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
at 
hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
at 
org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:50)
at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
at 
hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
at winstone.RequestDispatcher.forward(RequestDispatcher.java:331)
at 
winstone.RequestHandlerThread.processRequest(RequestHandlerThread.java:227)
at winstone.RequestHandlerThread.run(RequestHandlerThread.java:150)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.ClassCastException: net.sf.json.JSONNull cannot be cast to 
net.sf.json.JSONObject
at 
org.jvnet.hudson.plugins.m2release.M2ReleaseAction.doSubmit(M2ReleaseAction.java:239)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:288)
at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:151)
at 
org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:90)
at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:111)
at 
org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:677)
... 42 more

any hints on how to solve this issue?

--
Regards,
Tomek Kaczanowski 

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 

Re: jenkins 1.506 m2release plugin issue JSONNull cannot be cast to JSONObject

2013-03-18 Thread teilo
the simplest quick fix is to downgrade Jenkins...

What version did you upgrade from - and what options/parameters are you 
using?

/James

On Monday, 18 March 2013 16:30:28 UTC, Tomek Kaczanowski wrote:

 after upgrading to 1.506 when trying to do a maven release via 
 https://wiki.jenkins-ci.org/display/JENKINS/M2+Release+Plugin ver 0.9.1 I 
 get this:
 Status Code: 500Exception: java.lang.ClassCastException: 
 net.sf.json.JSONNull cannot be cast to net.sf.json.JSONObject
 Stacktrace: 

 javax.servlet.ServletException: java.lang.ClassCastException: 
 net.sf.json.JSONNull cannot be cast to net.sf.json.JSONObject
   at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:719)
   at org.kohsuke.stapler.Stapler.invoke(Stapler.java:770)
   at org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:384)
   at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:677)
   at org.kohsuke.stapler.Stapler.invoke(Stapler.java:770)
   at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:241)
   at 
 org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
   at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:677)
   at org.kohsuke.stapler.Stapler.invoke(Stapler.java:770)
   at org.kohsuke.stapler.Stapler.invoke(Stapler.java:583)
   at org.kohsuke.stapler.Stapler.service(Stapler.java:214)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:45)
   at winstone.ServletConfiguration.execute(ServletConfiguration.java:248)
   at winstone.RequestDispatcher.forward(RequestDispatcher.java:333)
   at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:376)
   at 
 hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:95)
   at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:87)
   at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
   at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
   at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)
   at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
   at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
   at 
 hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
   at 
 hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
   at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
   at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
   at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
   at 
 org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:50)
   at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
   at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
   at 
 hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
   at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
   at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
   at winstone.RequestDispatcher.forward(RequestDispatcher.java:331)
   at 
 winstone.RequestHandlerThread.processRequest(RequestHandlerThread.java:227)
   at winstone.RequestHandlerThread.run(RequestHandlerThread.java:150)
   at 
 java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
   at java.util.concurrent.FutureTask.run(FutureTask.java:166)
   at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
   at 
 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
   at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
   at java.lang.Thread.run(Thread.java:722)
 Caused by: java.lang.ClassCastException: net.sf.json.JSONNull cannot be cast 
 to net.sf.json.JSONObject
   at 
 org.jvnet.hudson.plugins.m2release.M2ReleaseAction.doSubmit(M2ReleaseAction.java:239)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at 
 org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:288)
   at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:151)
   at 
 org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:90)
   at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:111)
   at 
 org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
   at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:677)
   ... 42 more

 any hints on how to solve this issue?

 --
 Regards,
 Tomek Kaczanowski 



-- 
You received this message 

Re: [Perforce Plugin] New to this - issues linking hudson with perforce

2013-03-18 Thread mark_kendzior
Those files are just information about the build.  Have you looked in the 
workspace where your build should be running and generating the files that 
you are looking for?  Have you looked in the build log to see if the files 
are being created or if there are build errors?

Mark

On Monday, March 18, 2013 5:05:59 AM UTC-6, Thijs wrote:

 Could anyone tell me why hudson doesn't really build something (see 
 screenshot)

 I want it to give me back an Air installer, and ipa-file for iPad. But I 
 have no clue why it only gives those 3 files you see in screenshot


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Maven Cascade Release Plugin

2013-03-18 Thread Andrei Pozolotin
Hello.

This is an invitation to test drive new jenkins plugin
https://wiki.jenkins-ci.org/display/JENKINS/Maven+Cascade+Release+Plugin

Thank you

Andrei.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




الساحر الذي ابهر الملايين !!/فيديو: جوجل تصنع حذاء يتكلم/سيارات المستقبل من مرسيديس دون سائق وبالإشارات/Rachel Corrie اليهودية التى ماتت من أجل فلسطين

2013-03-18 Thread James James
*القرموطي لنجل مرسي: لو إحنا خرفان .. يبقى أنت
معزةhttp://www.kochikayen.net/videos/viewvideo/2611/-/-.html
***

* *

*Rachel Corrie اليهودية التى ماتت من أجل
فلسطينhttp://www.kochikayen.net/videos/viewvideo/2612/-/rachel-corrie--.html
*

* *

*المواطنين حول زيارة الرئيس الامريكي اوباما إلى دولة فلسطين
اراءhttp://www.kochikayen.net/videos/viewvideo/2613/-/-.html
***

* *

*أبو إسلام لمنى زكي  بدعي إنك تموتي وربنا
ياخدكhttp://www.kochikayen.net/videos/viewvideo/2608/-/---qq.html
***

* *

* الدرديري تبكي وتتهم الإخوان بحرمانها من أولادها
حياةhttp://www.kochikayen.net/videos/viewvideo/2610/-/---.html
***

* *

*شمس تهاجم فضل شاكر: أرفض “لحية الكذب
والنفاقhttp://www.kochikayen.net/videos/viewvideo/2605/-/--.html
***

* *

*بالفيديو كاردشيان في مشهد مرعب بوجه ملطخ بالدماء
كيمhttp://www.kochikayen.net/videos/viewvideo/2606/---.html
***

* *

*الشيخ العرعور يشهر سيفاً على الهواء قائلاً إنه سيجز به عنق
بشارhttp://www.kochikayen.net/videos/viewvideo/2607/-/---.html
*

* *

*سيارات المستقبل من مرسيديس دون سائق
وبالإشاراتhttp://www.kochikayen.net/videos/viewvideo/2602/-/--.html
***

* *

*بالفيديو : تكفير الرئيس المخلوع مبارك والسادات علي
الهواءhttp://www.kochikayen.net/videos/viewvideo/2604/-/.html
***

* *

*بعمر 16 سنه يتحدث 20 لغه منها
العربيةhttp://www.kochikayen.net/videos/viewvideo/2599/-/-16---20---.html
***

* *

*حكاية سارة من روائع الاغاني
الفلسطينيةhttp://www.kochikayen.net/videos/viewvideo/2600/-.html
*

* *

*فيديو: جوجل تصنع حذاء
يتكلمhttp://www.kochikayen.net/videos/viewvideo/2596/-/.html
***

* *

*حكَم لبناني يعتزل كرة القدم بعد تعرُّضه لضرب
مبرحhttp://www.kochikayen.net/videos/viewvideo/2598/-/.html
***

* *

*أبو إسلام لغادة عبد الرازق: ليه لحمك
رخيصhttp://www.kochikayen.net/videos/viewvideo/2595/-/---.html
***

* *

*الساحر الذي ابهر الملايين
!!http://www.kochikayen.net/videos/viewvideo/2321/.html
***

* *

*اسماك تخرج بكميات كبيرة من ثقب في الجليد -
فيديوhttp://www.kochikayen.net/videos/viewvideo/2331/.html
*

* *

* *

* *

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: jenkins 1.506 m2release plugin issue JSONNull cannot be cast to JSONObject

2013-03-18 Thread Tomek Kaczanowski
Hi James,

thanks for the quick response!

 the simplest quick fix is to downgrade Jenkins...
yeah, sure it is

 What version did you upgrade from - and what options/parameters are you
 using?
1.496

what options/parameters you are asking about?

--
Regards,
Tomek Kaczanowski

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




How to upgrade Jenkins manually?

2013-03-18 Thread cjs1976
Hi!

How can I manually update Jenkins?

I tried to deploy the new war file, overwriting the existing one, restart 
the application but it still see the old version number.

I also tried to delete and install new, but I also see only the old version 
number.

I have no idea.

Thanks for help,
Christian.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to upgrade Jenkins manually?

2013-03-18 Thread Mark Waite
It depends where you're running Jenkins.

If you're on a Windows machine and are running from a Desktop application (not 
a service), then stop the Jenkins process, replace the war file, and restart 
the Jenkins process.

If you're on a Windows machine and are running as a service (installed with the 
Jenkins MSI installer), then use the operating system tools (MSI, etc.) to 
upgrade to the newer Jenkins version.

If you're on a Linux, FreeBSD, or OpenBSD machine, you should use the operating 
system package management tools to update Jenkins.

Where are you running Jenkins?

Are you certain that the war file you deployed is the war file which is being 
used to run Jenkins?

Mark Waite






 From: cjs1976 hotl...@software-agentur.com
To: jenkinsci-users@googlegroups.com 
Sent: Monday, March 18, 2013 4:24 PM
Subject: How to upgrade Jenkins manually?
 

Hi!


How can I manually update Jenkins?


I tried to deploy the new war file, overwriting the existing one, restart the 
application but it still see the old version number.


I also tried to delete and install new, but I also see only the old version 
number.


I have no idea.


Thanks for help,
Christian.
-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an 
email to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 




-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Email-ext plugin Groovy Grab

2013-03-18 Thread Rahul Somasunderam
Hi,

I'm trying to write a groovy script to modify the message being sent out by 
the email-ext plugin.

I tried using Grab but that gave me this:

Executing pre-send script
java.lang.NoClassDefFoundError: org/apache/ivy/core/report/ResolveReport
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2442)
at java.lang.Class.getDeclaredMethods(Class.java:1808)
at 
org.codehaus.groovy.reflection.CachedClass$3$1.run(CachedClass.java:84)
at java.security.AccessController.doPrivileged(Native Method)
at 
org.codehaus.groovy.reflection.CachedClass$3.initValue(CachedClass.java:81)
at 
org.codehaus.groovy.reflection.CachedClass$3.initValue(CachedClass.java:79)
at 
org.codehaus.groovy.util.LazyReference.getLocked(LazyReference.java:46)
at org.codehaus.groovy.util.LazyReference.get(LazyReference.java:33)
at 
org.codehaus.groovy.reflection.CachedClass.getMethods(CachedClass.java:250)
at groovy.lang.MetaClassImpl.populateMethods(MetaClassImpl.java:341)
at groovy.lang.MetaClassImpl.fillMethodIndex(MetaClassImpl.java:291)
at groovy.lang.MetaClassImpl.initialize(MetaClassImpl.java:2900)
at 
org.codehaus.groovy.reflection.ClassInfo.getMetaClassUnderLock(ClassInfo.java:166)
at 
org.codehaus.groovy.reflection.ClassInfo.getMetaClass(ClassInfo.java:182)
at groovy.grape.GrapeIvy.$getStaticMetaClass(GrapeIvy.groovy)
at groovy.grape.GrapeIvy.init(GrapeIvy.groovy:69)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at java.lang.Class.newInstance0(Class.java:372)
at java.lang.Class.newInstance(Class.java:325)
at groovy.grape.Grape.getInstance(Grape.java:101)
at groovy.grape.Grape.grab(Grape.java:136)
at 
groovy.grape.GrabAnnotationTransformation.visit(GrabAnnotationTransformation.java:283)
at 
org.codehaus.groovy.transform.ASTTransformationVisitor$3.call(ASTTransformationVisitor.java:302)
at 
org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:843)
at 
org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:548)
at 
org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:524)
at 
org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:501)
at 
groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:306)
at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:287)
at groovy.lang.GroovyShell.parseClass(GroovyShell.java:731)
at groovy.lang.GroovyShell.parse(GroovyShell.java:743)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:578)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:618)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:589)
at 
hudson.plugins.emailext.ExtendedEmailPublisher.executePresendScript(ExtendedEmailPublisher.java:415)
at 
hudson.plugins.emailext.ExtendedEmailPublisher.sendMail(ExtendedEmailPublisher.java:314)
at 
hudson.plugins.emailext.ExtendedEmailPublisher._perform(ExtendedEmailPublisher.java:296)
at 
hudson.plugins.emailext.ExtendedEmailPublisher.perform(ExtendedEmailPublisher.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSite.invoke(PojoMetaMethodSite.java:189)
at 
org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)
at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:124)
at Script1$_run_closure1.doCall(Script1.groovy:26)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at 
org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
at 

Re: Email-ext plugin Groovy Grab

2013-03-18 Thread Slide
External libraries are not currently supported, I don't think it
necessarily will be either, what exact functionality do you need from an
external library?


On Mon, Mar 18, 2013 at 9:19 PM, Rahul Somasunderam rahul@gmail.comwrote:

 Hi,

 I'm trying to write a groovy script to modify the message being sent out
 by the email-ext plugin.

 I tried using Grab but that gave me this:

 Executing pre-send script
 java.lang.**NoClassDefFoundError: org/apache/ivy/core/report/**ResolveReport
   at java.lang.Class.**getDeclaredMethods0(Native Method)
   at java.lang.Class.**privateGetDeclaredMethods(**Class.java:2442)
   at java.lang.Class.**getDeclaredMethods(Class.java:**1808)
   at 
 org.codehaus.groovy.**reflection.CachedClass$3$1.**run(CachedClass.java:84)
   at java.security.**AccessController.doPrivileged(**Native Method)
   at 
 org.codehaus.groovy.**reflection.CachedClass$3.**initValue(CachedClass.java:81)
   at 
 org.codehaus.groovy.**reflection.CachedClass$3.**initValue(CachedClass.java:79)
   at 
 org.codehaus.groovy.util.**LazyReference.getLocked(**LazyReference.java:46)
   at org.codehaus.groovy.util.**LazyReference.get(**LazyReference.java:33)
   at 
 org.codehaus.groovy.**reflection.CachedClass.**getMethods(CachedClass.java:**250)
   at groovy.lang.MetaClassImpl.**populateMethods(MetaClassImpl.**java:341)
   at groovy.lang.MetaClassImpl.**fillMethodIndex(MetaClassImpl.**java:291)
   at groovy.lang.MetaClassImpl.**initialize(MetaClassImpl.java:**2900)
   at 
 org.codehaus.groovy.**reflection.ClassInfo.**getMetaClassUnderLock(**ClassInfo.java:166)
   at 
 org.codehaus.groovy.**reflection.ClassInfo.**getMetaClass(ClassInfo.java:**182)
   at groovy.grape.GrapeIvy.$**getStaticMetaClass(GrapeIvy.**groovy)
   at groovy.grape.GrapeIvy.init(**GrapeIvy.groovy:69)
   at sun.reflect.**NativeConstructorAccessorImpl.**newInstance0(Native 
 Method)
   at 
 sun.reflect.**NativeConstructorAccessorImpl.**newInstance(**NativeConstructorAccessorImpl.**java:57)
   at 
 sun.reflect.**DelegatingConstructorAccessorI**mpl.newInstance(**DelegatingConstructorAccessorI**mpl.java:45)
   at java.lang.reflect.Constructor.**newInstance(Constructor.java:**525)
   at java.lang.Class.newInstance0(**Class.java:372)
   at java.lang.Class.newInstance(**Class.java:325)
   at groovy.grape.Grape.**getInstance(Grape.java:101)
   at groovy.grape.Grape.grab(Grape.**java:136)
   at 
 groovy.grape.**GrabAnnotationTransformation.**visit(**GrabAnnotationTransformation.**java:283)
   at 
 org.codehaus.groovy.transform.**ASTTransformationVisitor$3.**call(ASTTransformationVisitor.**java:302)
   at 
 org.codehaus.groovy.control.**CompilationUnit.**applyToSourceUnits(**CompilationUnit.java:843)
   at 
 org.codehaus.groovy.control.**CompilationUnit.**doPhaseOperation(**CompilationUnit.java:548)
   at 
 org.codehaus.groovy.control.**CompilationUnit.**processPhaseOperations(**CompilationUnit.java:524)
   at 
 org.codehaus.groovy.control.**CompilationUnit.compile(**CompilationUnit.java:501)
   at 
 groovy.lang.GroovyClassLoader.**doParseClass(**GroovyClassLoader.java:306)
   at 
 groovy.lang.GroovyClassLoader.**parseClass(GroovyClassLoader.**java:287)
   at groovy.lang.GroovyShell.**parseClass(GroovyShell.java:**731)
   at groovy.lang.GroovyShell.parse(**GroovyShell.java:743)
   at groovy.lang.GroovyShell.**evaluate(GroovyShell.java:578)
   at groovy.lang.GroovyShell.**evaluate(GroovyShell.java:618)
   at groovy.lang.GroovyShell.**evaluate(GroovyShell.java:589)
   at 
 hudson.plugins.emailext.**ExtendedEmailPublisher.**executePresendScript(**ExtendedEmailPublisher.java:**415)
   at 
 hudson.plugins.emailext.**ExtendedEmailPublisher.**sendMail(**ExtendedEmailPublisher.java:**314)
   at 
 hudson.plugins.emailext.**ExtendedEmailPublisher._**perform(**ExtendedEmailPublisher.java:**296)
   at 
 hudson.plugins.emailext.**ExtendedEmailPublisher.**perform(**ExtendedEmailPublisher.java:**256)
   at sun.reflect.**NativeMethodAccessorImpl.**invoke0(Native Method)
   at 
 sun.reflect.**NativeMethodAccessorImpl.**invoke(**NativeMethodAccessorImpl.java:**57)
   at 
 sun.reflect.**DelegatingMethodAccessorImpl.**invoke(**DelegatingMethodAccessorImpl.**java:43)
   at java.lang.reflect.Method.**invoke(Method.java:601)
   at 
 org.codehaus.groovy.runtime.**callsite.PojoMetaMethodSite$**PojoCachedMethodSite.invoke(**PojoMetaMethodSite.java:189)
   at 
 org.codehaus.groovy.runtime.**callsite.PojoMetaMethodSite.**call(PojoMetaMethodSite.java:**53)
   at 
 org.codehaus.groovy.runtime.**callsite.CallSiteArray.**defaultCall(CallSiteArray.**java:42)
   at 
 org.codehaus.groovy.runtime.**callsite.AbstractCallSite.**call(AbstractCallSite.java:**108)
   at 
 org.codehaus.groovy.runtime.**callsite.AbstractCallSite.**call(AbstractCallSite.java:**124)
   at 

Re: Email-ext plugin Groovy Grab

2013-03-18 Thread Rahul Somasunderam
I've used some responsive email templates and created a pretty looking
email for build reports.
Some people unfortunately use gmail, and they still see terrible emails
because gmail completely wipes out the style tags in my email.

I'm using jsoup to inline the styles in my emails so gmail will render
emails correctly. The other option is to author the template with inline
styles, but that goes against DRY.

R,
rahul

Rahul Somasunderam
+1 510 270 2883


On Mon, Mar 18, 2013 at 9:21 PM, Slide slide.o@gmail.com wrote:

 External libraries are not currently supported, I don't think it
 necessarily will be either, what exact functionality do you need from an
 external library?


  On Mon, Mar 18, 2013 at 9:19 PM, Rahul Somasunderam 
 rahul@gmail.comwrote:

  Hi,

 I'm trying to write a groovy script to modify the message being sent out
 by the email-ext plugin.

 I tried using Grab but that gave me this:


 Executing pre-send script
 java.lang.**NoClassDefFoundError: org/apache/ivy/core/report/**ResolveReport
  at java.lang.Class.**getDeclaredMethods0(Native Method)
  at java.lang.Class.**privateGetDeclaredMethods(**Class.java:2442)
  at java.lang.Class.**getDeclaredMethods(Class.java:**1808)
  at 
 org.codehaus.groovy.**reflection.CachedClass$3$1.**run(CachedClass.java:84)
  at java.security.**AccessController.doPrivileged(**Native Method)
  at 
 org.codehaus.groovy.**reflection.CachedClass$3.**initValue(CachedClass.java:81)
  at 
 org.codehaus.groovy.**reflection.CachedClass$3.**initValue(CachedClass.java:79)
  at 
 org.codehaus.groovy.util.**LazyReference.getLocked(**LazyReference.java:46)
  at org.codehaus.groovy.util.**LazyReference.get(**LazyReference.java:33)
  at 
 org.codehaus.groovy.**reflection.CachedClass.**getMethods(CachedClass.java:**250)
  at groovy.lang.MetaClassImpl.**populateMethods(MetaClassImpl.**java:341)
  at groovy.lang.MetaClassImpl.**fillMethodIndex(MetaClassImpl.**java:291)
  at groovy.lang.MetaClassImpl.**initialize(MetaClassImpl.java:**2900)
  at 
 org.codehaus.groovy.**reflection.ClassInfo.**getMetaClassUnderLock(**ClassInfo.java:166)
  at 
 org.codehaus.groovy.**reflection.ClassInfo.**getMetaClass(ClassInfo.java:**182)
  at groovy.grape.GrapeIvy.$**getStaticMetaClass(GrapeIvy.**groovy)
  at groovy.grape.GrapeIvy.init(**GrapeIvy.groovy:69)
  at sun.reflect.**NativeConstructorAccessorImpl.**newInstance0(Native 
 Method)
  at 
 sun.reflect.**NativeConstructorAccessorImpl.**newInstance(**NativeConstructorAccessorImpl.**java:57)
  at 
 sun.reflect.**DelegatingConstructorAccessorI**mpl.newInstance(**DelegatingConstructorAccessorI**mpl.java:45)
  at java.lang.reflect.Constructor.**newInstance(Constructor.java:**525)
  at java.lang.Class.newInstance0(**Class.java:372)
  at java.lang.Class.newInstance(**Class.java:325)
  at groovy.grape.Grape.**getInstance(Grape.java:101)
  at groovy.grape.Grape.grab(Grape.**java:136)
  at 
 groovy.grape.**GrabAnnotationTransformation.**visit(**GrabAnnotationTransformation.**java:283)
  at 
 org.codehaus.groovy.transform.**ASTTransformationVisitor$3.**call(ASTTransformationVisitor.**java:302)
  at 
 org.codehaus.groovy.control.**CompilationUnit.**applyToSourceUnits(**CompilationUnit.java:843)
  at 
 org.codehaus.groovy.control.**CompilationUnit.**doPhaseOperation(**CompilationUnit.java:548)
  at 
 org.codehaus.groovy.control.**CompilationUnit.**processPhaseOperations(**CompilationUnit.java:524)
  at 
 org.codehaus.groovy.control.**CompilationUnit.compile(**CompilationUnit.java:501)
  at 
 groovy.lang.GroovyClassLoader.**doParseClass(**GroovyClassLoader.java:306)
  at 
 groovy.lang.GroovyClassLoader.**parseClass(GroovyClassLoader.**java:287)
  at groovy.lang.GroovyShell.**parseClass(GroovyShell.java:**731)
  at groovy.lang.GroovyShell.parse(**GroovyShell.java:743)
  at groovy.lang.GroovyShell.**evaluate(GroovyShell.java:578)
  at groovy.lang.GroovyShell.**evaluate(GroovyShell.java:618)
  at groovy.lang.GroovyShell.**evaluate(GroovyShell.java:589)
  at 
 hudson.plugins.emailext.**ExtendedEmailPublisher.**executePresendScript(**ExtendedEmailPublisher.java:**415)
  at 
 hudson.plugins.emailext.**ExtendedEmailPublisher.**sendMail(**ExtendedEmailPublisher.java:**314)
  at 
 hudson.plugins.emailext.**ExtendedEmailPublisher._**perform(**ExtendedEmailPublisher.java:**296)
  at 
 hudson.plugins.emailext.**ExtendedEmailPublisher.**perform(**ExtendedEmailPublisher.java:**256)
  at sun.reflect.**NativeMethodAccessorImpl.**invoke0(Native Method)
  at 
 sun.reflect.**NativeMethodAccessorImpl.**invoke(**NativeMethodAccessorImpl.java:**57)
  at 
 sun.reflect.**DelegatingMethodAccessorImpl.**invoke(**DelegatingMethodAccessorImpl.**java:43)
  at java.lang.reflect.Method.**invoke(Method.java:601)
  at 
 

Re: Email-ext plugin Groovy Grab

2013-03-18 Thread Slide
This is not tested at all, but you could try the method call variant
instead:

groovy.grape.Grape.grab([group:'org.springframework', module:'spring',
version:'2.5.6'])

slide


On Mon, Mar 18, 2013 at 9:24 PM, Rahul Somasunderam rahul@gmail.comwrote:

 I've used some responsive email templates and created a pretty looking
 email for build reports.
 Some people unfortunately use gmail, and they still see terrible emails
 because gmail completely wipes out the style tags in my email.

 I'm using jsoup to inline the styles in my emails so gmail will render
 emails correctly. The other option is to author the template with inline
 styles, but that goes against DRY.

 R,
 rahul

 Rahul Somasunderam
 +1 510 270 2883


 On Mon, Mar 18, 2013 at 9:21 PM, Slide slide.o@gmail.com wrote:

 External libraries are not currently supported, I don't think it
 necessarily will be either, what exact functionality do you need from an
 external library?


  On Mon, Mar 18, 2013 at 9:19 PM, Rahul Somasunderam rahul@gmail.com
  wrote:

  Hi,

 I'm trying to write a groovy script to modify the message being sent out
 by the email-ext plugin.

 I tried using Grab but that gave me this:


 Executing pre-send script
 java.lang.**NoClassDefFoundError: org/apache/ivy/core/report/**ResolveReport
 at java.lang.Class.**getDeclaredMethods0(Native Method)
 at java.lang.Class.**privateGetDeclaredMethods(**Class.java:2442)
 at java.lang.Class.**getDeclaredMethods(Class.java:**1808)
 at 
 org.codehaus.groovy.**reflection.CachedClass$3$1.**run(CachedClass.java:84)
 at java.security.**AccessController.doPrivileged(**Native Method)
 at 
 org.codehaus.groovy.**reflection.CachedClass$3.**initValue(CachedClass.java:81)
 at 
 org.codehaus.groovy.**reflection.CachedClass$3.**initValue(CachedClass.java:79)
 at 
 org.codehaus.groovy.util.**LazyReference.getLocked(**LazyReference.java:46)
 at org.codehaus.groovy.util.**LazyReference.get(**LazyReference.java:33)
 at 
 org.codehaus.groovy.**reflection.CachedClass.**getMethods(CachedClass.java:**250)
 at groovy.lang.MetaClassImpl.**populateMethods(MetaClassImpl.**java:341)
 at groovy.lang.MetaClassImpl.**fillMethodIndex(MetaClassImpl.**java:291)
 at groovy.lang.MetaClassImpl.**initialize(MetaClassImpl.java:**2900)
 at 
 org.codehaus.groovy.**reflection.ClassInfo.**getMetaClassUnderLock(**ClassInfo.java:166)
 at 
 org.codehaus.groovy.**reflection.ClassInfo.**getMetaClass(ClassInfo.java:**182)
 at groovy.grape.GrapeIvy.$**getStaticMetaClass(GrapeIvy.**groovy)
 at groovy.grape.GrapeIvy.init(**GrapeIvy.groovy:69)
 at sun.reflect.**NativeConstructorAccessorImpl.**newInstance0(Native 
 Method)
 at 
 sun.reflect.**NativeConstructorAccessorImpl.**newInstance(**NativeConstructorAccessorImpl.**java:57)
 at 
 sun.reflect.**DelegatingConstructorAccessorI**mpl.newInstance(**DelegatingConstructorAccessorI**mpl.java:45)
 at java.lang.reflect.Constructor.**newInstance(Constructor.java:**525)
 at java.lang.Class.newInstance0(**Class.java:372)
 at java.lang.Class.newInstance(**Class.java:325)
 at groovy.grape.Grape.**getInstance(Grape.java:101)
 at groovy.grape.Grape.grab(Grape.**java:136)
 at 
 groovy.grape.**GrabAnnotationTransformation.**visit(**GrabAnnotationTransformation.**java:283)
 at 
 org.codehaus.groovy.transform.**ASTTransformationVisitor$3.**call(ASTTransformationVisitor.**java:302)
 at 
 org.codehaus.groovy.control.**CompilationUnit.**applyToSourceUnits(**CompilationUnit.java:843)
 at 
 org.codehaus.groovy.control.**CompilationUnit.**doPhaseOperation(**CompilationUnit.java:548)
 at 
 org.codehaus.groovy.control.**CompilationUnit.**processPhaseOperations(**CompilationUnit.java:524)
 at 
 org.codehaus.groovy.control.**CompilationUnit.compile(**CompilationUnit.java:501)
 at 
 groovy.lang.GroovyClassLoader.**doParseClass(**GroovyClassLoader.java:306)
 at 
 groovy.lang.GroovyClassLoader.**parseClass(GroovyClassLoader.**java:287)
 at groovy.lang.GroovyShell.**parseClass(GroovyShell.java:**731)
 at groovy.lang.GroovyShell.parse(**GroovyShell.java:743)
 at groovy.lang.GroovyShell.**evaluate(GroovyShell.java:578)
 at groovy.lang.GroovyShell.**evaluate(GroovyShell.java:618)
 at groovy.lang.GroovyShell.**evaluate(GroovyShell.java:589)
 at 
 hudson.plugins.emailext.**ExtendedEmailPublisher.**executePresendScript(**ExtendedEmailPublisher.java:**415)
 at 
 hudson.plugins.emailext.**ExtendedEmailPublisher.**sendMail(**ExtendedEmailPublisher.java:**314)
 at 
 hudson.plugins.emailext.**ExtendedEmailPublisher._**perform(**ExtendedEmailPublisher.java:**296)
 at 
 hudson.plugins.emailext.**ExtendedEmailPublisher.**perform(**ExtendedEmailPublisher.java:**256)
 at sun.reflect.**NativeMethodAccessorImpl.**invoke0(Native Method)
 at 
 sun.reflect.**NativeMethodAccessorImpl.**invoke(**NativeMethodAccessorImpl.java:**57)
 at 
 

User created CSS getting overriden

2013-03-18 Thread Vijay Kumar
Hi,

I had written my own CSS to update the Jenkins tittle.png Image  the
topbar.png. After updating the CSS under Manage Jenkins-Configure System
-URL of theme CSS, I had deleted the original title.png  topbar.png from
the Jenkins images location but still the CSS is getting overridden by some
script. As the image doesn't exists it shows some dummy image kind of thing
on top of my image or just an image like title on few of the browsers.

My CSS file is as follows, I had copied this from css directory of
$JENKINS_HOME and modified only the following lines,

*Original,*

#top-panel {
  margin-bottom: 3pt;
  height: 34px;
  background: url(../images/topbar.png) repeat-x;
}


*After Modification:
*
#top-panel {
  margin-bottom: 3pt;
  height: 34px;
  *background: url(http://wwwin/~vijayb/Grigorij_Logos/devsandbox-title2.png)
no-repeat , url(http://wwwin/~vijayb/Grigorij_Logos/topbar.png) repeat-x*;
  !important;
}



Is there a way to stop my Image getting disturbed by default settings. Can
any one please help me here.

Thanks  Regards,
Vijay

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Email-ext plugin Groovy Grab

2013-03-18 Thread Rahul Somasunderam
https://gist.github.com/rahulsom/5125421

These are my script and my template. If I get this going, my plan is to
turn images into attachments so we don't have to deal with the nag message
about external images.

Rahul Somasunderam
+1 510 270 2883


On Mon, Mar 18, 2013 at 9:45 PM, Rahul Somasunderam rahul@gmail.comwrote:

 This actually gives a compilation error. Can I put a jar somewhere in the
 classpath and restart jenkins to let this work?

 org.codehaus.groovy.control.MultipleCompilationErrorsException: startup 
 failed:
 Script1.groovy: 4: unable to resolve class org.jsoup.nodes.Document
  @ line 4, column 1.
import org.jsoup.nodes.Document;
^

 Script1.groovy: 6: unable to resolve class org.jsoup.select.Elements
  @ line 6, column 1.
import org.jsoup.select.Elements;
^

 Script1.groovy: 3: unable to resolve class org.jsoup.Jsoup
  @ line 3, column 1.
import org.jsoup.Jsoup;
^

 Script1.groovy: 5: unable to resolve class org.jsoup.nodes.Element
  @ line 5, column 1.
import org.jsoup.nodes.Element;
^

 4 errors

   at 
 org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:302)
   at 
 org.codehaus.groovy.control.CompilationUnit.applyToSourceUnits(CompilationUnit.java:858)
   at 
 org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:548)
   at 
 org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:497)
   at 
 groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:306)
   at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:287)
   at groovy.lang.GroovyShell.parseClass(GroovyShell.java:731)
   at groovy.lang.GroovyShell.parse(GroovyShell.java:743)
   at groovy.lang.GroovyShell.evaluate(GroovyShell.java:578)
   at groovy.lang.GroovyShell.evaluate(GroovyShell.java:618)
   at groovy.lang.GroovyShell.evaluate(GroovyShell.java:589)
   at 
 hudson.plugins.emailext.ExtendedEmailPublisher.executePresendScript(ExtendedEmailPublisher.java:415)
   at 
 hudson.plugins.emailext.ExtendedEmailPublisher.sendMail(ExtendedEmailPublisher.java:314)
   at 
 hudson.plugins.emailext.ExtendedEmailPublisher._perform(ExtendedEmailPublisher.java:296)
   at 
 hudson.plugins.emailext.ExtendedEmailPublisher.perform(ExtendedEmailPublisher.java:256)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at 
 org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSite.invoke(PojoMetaMethodSite.java:189)
   at 
 org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)
   at 
 org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
   at 
 org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
   at 
 org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:124)
   at Script1$_run_closure1.doCall(Script1.groovy:26)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at 
 org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
   at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
   at 
 org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272)
   at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:884)
   at groovy.lang.Closure.call(Closure.java:412)
   at groovy.lang.Closure.call(Closure.java:425)
   at 
 org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:1377)
   at 
 org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:1349)
   at org.codehaus.groovy.runtime.dgm$149.invoke(Unknown Source)
   at 
 org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:271)
   at 
 org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)
   at 
 org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
   at 
 org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
   at 
 org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
   at Script1.run(Script1.groovy:19)
   at groovy.lang.GroovyShell.evaluate(GroovyShell.java:580)
   at groovy.lang.GroovyShell.evaluate(GroovyShell.java:618)
   at