Re: user identify

2012-08-03 Thread Andrey Myatlyuk
First google link on "job changes history Jenkins" https://wiki.jenkins-ci.org/display/JENKINS/JobConfigHistory+Plugin Hope it helps. On Aug 3, 2012, at 12:16 AM, Suri wrote: > Hi > > How to identify job configuration user id details in Jenkins. I have created > one job using my id. > Anot

Re: forcing english locale

2012-08-02 Thread Andrey Myatlyuk
After quick google search: *Default Jenkins behavior - use browser locale* https://wiki.jenkins-ci.org/display/JENKINS/How+to+view+Jenkins+in+your+language *How to enforce particular locale - use Locale Plugin* http://wiki.hudson-ci.org/display/HUDSON/Locale+Plugin Hope it helps. On Thu, Aug 2,

Re: sonar error: Cannot execute mojo: sonar

2012-07-21 Thread Andrey Myatlyuk
Hi Kamal, The configuration for Sonar plugin is explained here: http://docs.codehaus.org/display/SONAR/Activate+Sonar+on+Jenkins+job Check topics "Activate Sonar analysis on non-Maven jobs" and "Activate Sonar analysis by Ant task" It should help. Andrey On Sat, Jul 21, 2012 at 10:30 PM, Kamal Ah

Re: How to create junit test result in xml format using jenkins

2012-07-03 Thread Andrey Myatlyuk
Varghese, It is not Jenkins who produces Junit test results. Jenkins is merely a wrapper for your build scripts. Plugins can add functionality, but it seems that you are using Ant. When you run your Ant script outside of Jenkins, can you see xml reports? If you cannot, then you should add xml as

Re: "Changes will take effect when you restart Hudson" permanently

2012-07-02 Thread Andrey Myatlyuk
plugin and post-build task plugin to move > post-build task section before plot plugin. I see that in jenkins it is > possible just like moving shell script fields. Is it any simple way to patch > it? > > > > On Thursday, June 21, 2012 11:07:04 PM UTC+2, Andrey Myatlyu

Re: Unable to determine where the build failed

2012-06-28 Thread Andrey Myatlyuk
Chris, What do you see in the console output for the job? Andrey On Thu, Jun 28, 2012 at 2:16 PM, cchen wrote: > Hey folks, > > Using jenkins to build a scala project via maven, and I am having trouble > to determine how builds are failing at times. Sometimes, there is no > compile error, no

Re: Job continually builds even though no SCM changes happened....

2012-06-26 Thread Andrey Myatlyuk
Jeff, Which plugin are you using to poll SCM? Can you post jobs logs? Andrey On Tue, Jun 26, 2012 at 10:51 AM, Jeff wrote: > I have a small job that says something has changed every time it polls > SCM, yet the revision numbers are always the same. How do I fix it? > > I can't see where Jenki

Re: Force to specify JDK version

2012-06-25 Thread Andrey Myatlyuk
Hi Michaƫl, In manage Jenkins section, configure JDK which you would like to use and use the name given to that JDK in your job definition. You can also have a look at Jenkins Definitive Guidebook. It describes the configuration in greater

Re: "Changes will take effect when you restart Hudson" permanently

2012-06-21 Thread Andrey Myatlyuk
patch? > > > On Wednesday, June 20, 2012 6:00:33 PM UTC+2, Andrey Myatlyuk wrote: >> >> Hi! >> >> This issue was resolved in Jenkins version 1.401 >> >> What's new in 1.401 (2011/03/13) >> >>- Fix for JENKINS-8711 breaks deployments

Re: startup errors.

2012-06-20 Thread Andrey Myatlyuk
tall and reinstall from scratch the plugins (even > removing files manually..)? > > Thank you! > > Il giorno 21/giu/2012 07:15, "Andrey Myatlyuk" ha > scritto: > > > > Hi Federico, > > > > Have you tried to find a plugin which is causing the issue

Re: startup errors.

2012-06-20 Thread Andrey Myatlyuk
Hi Federico, Have you tried to find a plugin which is causing the issue? I see the following exception: java.lang.LinkageError: Failed to resolve class hudson.plugins.release.dashboard.RecentReleasesPortlet$DescriptorImpl Can it be caused by *Jenkins Maven Release Plug-in Plug-in 0.9.1*? (sic)

Re: "Changes will take effect when you restart Hudson" permanently

2012-06-20 Thread Andrey Myatlyuk
message is still there. Hm, in which log? In > hudson.err.log and hudson.out.log last entries are from few days before it > happened. And no warning in plugin page. Unfortunately I have to work on > Hudson 1.389. > > > On Tuesday, June 19, 2012 5:01:40 PM UTC+2, Andrey Myatlyuk wr

Re: The J2SE Platform is not correctly set up. (1.7)

2012-06-19 Thread Andrey Myatlyuk
Awesome. Let us know if you have any issues in the future. On Tue, Jun 19, 2012 at 11:44 AM, Manuel Dahmen wrote: > 2012/6/19 Andrey Myatlyuk > >> So everything works now? >> >> ah yeah! > >> >> On Tue, Jun 19, 2012 at 10:47 AM, Manuel Dahmen >> wr

Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Andrey Myatlyuk
Also, can you check war file size? https://wiki.jenkins-ci.org/display/JENKINS/Hudson+windows+service+fails+to+start On Tue, Jun 19, 2012 at 11:26 AM, Andrey Myatlyuk wrote: > Hi Roland, > > Have you tried to execute the command directly: > > C:\Program Files\Java\jdk1.6.0_29\jr

Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Andrey Myatlyuk
Hi Roland, Have you tried to execute the command directly: C:\Program Files\Java\jdk1.6.0_29\jre\bin\java -Xrs -Xmx786m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -jar "C:\Program Files\Jenkins\jenkins.war" --httpPort=8080 Can you please confirm that java is functional at the lo

Re: The J2SE Platform is not correctly set up. (1.7)

2012-06-19 Thread Andrey Myatlyuk
So everything works now? On Tue, Jun 19, 2012 at 10:47 AM, Manuel Dahmen wrote: > ah the old path variable... mmumh > > 2012/6/19 Andrey Myatlyuk > >> Hi Manuel, >> What do you see in the console when you execute: >> $ java -version >> > > was =1.7.

Re: org.apache.commons.jelly.JellyException @ fresh Jenkins (apt-got to Ubuntu 10.04.4 LTS)

2012-06-19 Thread Andrey Myatlyuk
chment. > > 2012/6/19 Andrey Myatlyuk > Hi Sebastian, > Can you please post complete stack trace from the log? Do you see any other > exceptions in the log before you start creating jobs? Can you try 1.471? > Andrey > > > On Jun 19, 2012, at 7:17 AM, Sebastian Sawicki

Re: "Changes will take effect when you restart Hudson" permanently

2012-06-19 Thread Andrey Myatlyuk
Hi! So you restarted Jenkins process and the message still there? Any exceptions in the log? Any warnings on plugins page? Can you try to upgrade to latest (1.471) version? Andrey On Jun 19, 2012, at 7:50 AM, tcendrowski wrote: > Hi, > > After installing 2 plugins and restarting Hudson (1.38

Re: The J2SE Platform is not correctly set up. (1.7)

2012-06-19 Thread Andrey Myatlyuk
Hi Manuel, What do you see in the console when you execute: $ java -version To get back to 1.6 you will have to put it before 1.7 in PATH environment variable. Can you check how is it set up now? Can you also check $JAVA_HOME? You should also try running your Ant script outside of Jenkins. And

Re: org.apache.commons.jelly.JellyException @ fresh Jenkins (apt-got to Ubuntu 10.04.4 LTS)

2012-06-19 Thread Andrey Myatlyuk
Hi Sebastian, Can you please post complete stack trace from the log? Do you see any other exceptions in the log before you start creating jobs? Can you try 1.471? Andrey On Jun 19, 2012, at 7:17 AM, Sebastian Sawicki wrote: > Hi, > I've just apt-got Jenkins from the repo. > I can see it at htt

Re: Userbility on when starting build with parameters

2012-06-17 Thread Andrey Myatlyuk
to create a complete > new system because of this :-) > > I might also just live with the current solution, and try to educate my users > better. > > Best regards > Jesper > > On 16 June 2012 00:05, Andrey Myatlyuk wrote: > Hi Jesper, > > It seems that you ne

Re: Userbility on when starting build with parameters

2012-06-15 Thread Andrey Myatlyuk
Hi Jesper, It seems that you need to add more information to jobs pages and make the interaction with Jenkins more user-friendly and foolproof. To make it happen I would suggest to add a layer of abstraction on top of Jenkins. Using simple interface and communicating with Jenkins through REST int