Re: Change file encoding from ANSI to UTF-8 in Jenkins

2013-01-10 Thread Jonathan Rogers
I'm pretty sure it is determined at JVM startup time from the system locale. https://help.ubuntu.com/community/Locale> Tj Kim wrote: > me too. please help us.. > > 2012년 10월 31일 수요일 오후 5시 38분 27초 UTC+9, sujan54004 님의 말: > > Hello Everyone, > > I a

Re: Change file encoding from ANSI to UTF-8 in Jenkins

2013-01-10 Thread Tj Kim
me too. please help us.. 2012년 10월 31일 수요일 오후 5시 38분 27초 UTC+9, sujan54004 님의 말: > > Hello Everyone, > > I am trying to change the file.encoding from ANSI to UTF-8 in Jenkins. It > always shows ANSI_X3.4-1968 in the "system properties". > I've tried setting it from the code level but it's not wo

List view - how to show comment in tooltip or elsewhere?

2013-01-10 Thread zakyn
Hello, we have some feature branch jobs which covers different feature branches in time. So we need to info user which branch is currently set in which job. Now we are using the description of jobs but this information is not visible in the list of jobs. I am looking for the solution how to add c

getting Exception in Job Import plugin

2013-01-10 Thread Radha Mohan Maheshwari
javax.servlet.ServletException: java.lang.NullPointerException at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:615) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:658) at org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:384) at org.kohsuke.stapler.S

Re: Jenkins failed to sync from Perforce due to long file name

2013-01-10 Thread Mark Waite
In the past when I had issues with "the file name is too long", it was a Windows operating system limitation, not a Jenkins limitation. Our work around was to place the Jenkins home directory in the C:\J directory.   You might save one more letter by using "SUBST" to define a drive J:\ and place

Re: How to notify status when a remote job is completed - quick question

2013-01-10 Thread zw
Hi Rob Thanks for responding. We tried your approach using command line jenkins-cli ans with -s option; the job kicked off but it didnt wait until job finishes; it simply executes and shows the next command prompt. How could we let it wait ? Thanks On Thursday, January 10, 2013 8:43:18 AM UTC-

Job-DSL: 'typeConfigs' XML node silently fails?

2013-01-10 Thread Mike Dougherty
I have the following script: public class DSLHelpers { public static void violations(out, job, typeName, minNum, maxNum, unstableNum, filenamePattern = null) { job.configure { project -> def violationsConfig = project / publishers / 'hudson.plugins.violations.ViolationsPu

Jenkins failed to sync from Perforce due to long file name

2013-01-10 Thread Jason Zhang
Hi, We're running one Jenkins 1.498 instance on Windows 7 and got the error "The file name is too long." on some files due to the complexity of our project structures. We can't change the project structures. I just wonder if there is any JVM option to handle this? Thanks. Jason

kicking off a job on a remote Jenkins - quick question

2013-01-10 Thread zw
Hi All We download the jenkins-cli.jar on the slave. We then tried java -jar jenkins-cli.jar -s http://slaveHost.us.com:8080/jenkins/ build JOB 1.0_Build and got error We then tried java -jar jenkins-cli.jar -s http://slaveHost.us.com:8080/jenkins/ build 1.0_Build and we got error java.lang.Nul

Re: SCM polling with mercurial exclude path or commit comment

2013-01-10 Thread EldadAK
I wanted to share my solution. I installed the ScriptTrigger plugin and wrote a short script to check if the last changes are made by the "autobuild" user or not. If not, I trigger a new build (since I know there are real, new changes). I hope this helps someone. On Wednesday, January 9, 2013

Build a parameterized build while one or more parameters are empty

2013-01-10 Thread agedio
I have a project which is a parameterized build. For instance I use the following parameters: String Parameter Name: *WFVERSION* Default Value: 3.2 String Parameter Name: *WFTESTCYCLE* Default Value: test String Parameter Name: *WFBUILDNUMBER* Default: beta_%{BUILD_NUMBER} Then in my p

RE: Issue with Email-Ext plugin-Please help

2013-01-10 Thread Alex Earl
The default groovy template should have the info. Sent from my Windows Phone -- From: uma shankar Sent: 1/10/2013 11:22 AM To: Alex Earl Cc: jenkinsci-users@googlegroups.com Subject: Re: Issue with Email-Ext plugin-Please help Hi Alex, I have tried in many ways to get

Re: Issue with Email-Ext plugin-Please help

2013-01-10 Thread uma shankar
Hi Alex, I have tried in many ways to get that output, but did not get it through. Will you be able to help me getting the template? Thank You. On Thu, Jan 10, 2013 at 11:34 PM, Alex Earl wrote: > You may need to create your own template. Look at the wiki for more > information. > > Sent from

how to confirm svn client version used by Hudson - quick question

2013-01-10 Thread zw
Hi All Question 1 - We've set up Jenkins to use SVN 1.4 version. Is there a quick way to find out in a file setting that it is using SVN 1.4 version. Question 2 - Can Jenkins still work if we don't explicitly use its SCM plugin but instead to use the host's command line svn client ? Any special

RE: Issue with Email-Ext plugin-Please help

2013-01-10 Thread Alex Earl
You may need to create your own template. Look at the wiki for more information. Sent from my Windows Phone -- From: uma shankar Sent: 1/10/2013 10:53 AM To: jenkinsci-users@googlegroups.com Subject: Issue with Email-Ext plugin-Please help Hi, ** ** I am trying t

Issue with Email-Ext plugin-Please help

2013-01-10 Thread uma shankar
Hi, ** ** I am trying to use Jenkins for POC, and have enabled Email-ext plugin. I am facing some issue while getting perforce change list. ** ** I am have been using perforce plugin for integration with SCM. I have some issue with the plugin. I use Email-ext plugin and trying get c

Re: Disappearing build reports

2013-01-10 Thread Ryan Shoemaker
Restarting Jenkins seemed to fix the missing build reports for me... --Ryan On Thu, Jan 10, 2013 at 8:45 AM, wrote: > I believe that I am having the same issue. > > > https://groups.google.com/forum/?fromgroups=#!topic/jenkinsci-users/7GZJaajfYvM > > Did you find any resolution? > > Steve > >

RE: misconfigured anonymous security

2013-01-10 Thread Matthew.Webber
See https://wiki.jenkins-ci.org/display/JENKINS/Disable+security Matthew From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of zw Sent: 10 January 2013 16:46 To: jenkinsci-users@googlegroups.com Subject: misconfigured anonymous security Hi We misconfigure

Re: Build failure analyzer pattern issue

2013-01-10 Thread jhoomsharabi
Thanks Westling it's working now. -Original Message- From: Tomas Westling To: jenkinsci-dev Cc: jenkinsci-users ; robert.sandell ; tomas.westling ; jhoomsharabi Sent: Wed, Jan 9, 2013 12:03 pm Subject: Re: Build failure analyzer pattern issue Hello Jhoom, the build failure ana

Re: Jenkins Usage Question - Java requirement

2013-01-10 Thread C M
The link below is one of the references to an external job and seems to suggest the need for JARs on the remote system. That remains a limitation for us. http://stackoverflow.com/questions/11830098/setup-jenkins-to-monitor-external-job On Wed, Jan 9, 2013 at 11:05 AM, R. Tyler Croy wrote: > >

misconfigured anonymous security

2013-01-10 Thread zw
Hi We misconfigured the security for anonymous that we cant view anything on Jenkins anymore. We also dont have an account to login, which was what we were trying to configure. How do we recover this ? Please help.

RE: How to notify status when a remote job is completed - quick question

2013-01-10 Thread Mandeville, Rob
How is job X telling Jenkins Server Y to kick off a job? If you’re using the command line, the “-s” option of “build” will wait until the job finishes, one way or the other. If you can’t do it that way, you’ll have to get the build ID and poll Y’s web page for the build. --Rob From: jenkinsc

How to notify status when a remote job is completed - quick question

2013-01-10 Thread zw
Hi All We have 2 Jenkins servers in 2 different boxes. Box A job X triggers a job in Box B, run by box B's job Y Jenkins server. When the job Y in Box B completes, how do we notify the job X in box A that it completes or fails. any help is appreciated. Thanks

Re: Missing console link

2013-01-10 Thread Ryan Shoemaker
Issue filed: https://issues.jenkins-ci.org/browse/JENKINS-16303 --Ryan

RE: jenkins/hudson problem with changelog when updating files from svn:externals

2013-01-10 Thread Alex Earl
You could fork, make the patch and create a pull request if one hasn't been made already. That would probably help get it done faster. Sent from my Windows Phone -- From: Tomasz Arendt Sent: 1/10/2013 7:39 AM To: jenkinsci-users@googlegroups.com Subject: jenkins/hudson

jenkins/hudson problem with changelog when updating files from svn:externals

2013-01-10 Thread Tomasz Arendt
Hi, I would like to refer to your ticket: https://issues.jenkins-ci.org/browse/JENKINS-12127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel I have added comment for the above and I am looking forward for any help: "I am using hudson and when updating svn view which consists

Re: Disappearing build reports

2013-01-10 Thread Josselin Pierre
In case you'd be running into the same issue as me... I currently have the same kind of issue for a few months now : it happens for jobs who uses a file upload parameter. There is a workaround for this bug though : Remove the .* tag from the jobs' build.xml and replace it by I do it with sed in

Re: Disappearing build reports

2013-01-10 Thread rhythmicdevil
I believe that I am having the same issue. https://groups.google.com/forum/?fromgroups=#!topic/jenkinsci-users/7GZJaajfYvM Did you find any resolution? Steve On Wednesday, January 2, 2013 3:24:56 PM UTC-5, Ryan Shoemaker wrote: > > Was there an issue filed for this? > > I'm running 1.492 and

Re: UI Not Showing Job Status

2013-01-10 Thread rhythmicdevil
Even Jenkins' own log seems to agree that the job ran. -rw-r--r-- 1 jenkins jenkins 1327 Jan 10 02:55 log [root@stglab-botnet-etl jenkins]# less jobs/etl_botnet_cnc_info_run/lastSuccessful/log Started by timer Building in workspace /var/lib/jenkins/workspace/etl_botnet_cnc_info_run [etl_botnet_c

Re: MSBuild VC++ User settings

2013-01-10 Thread Simon Stevenson
Are you specifically putting settings in this file? Generally it is just IDE settings and shouldn't be needed for building. What is "radiated output"? If you are using it to define build parameters, you should be able to pass those on the msbuild command line instead. On 10 January 2013 10:20, mw

Incorrect $rooturl seen in plugin after Tomcat deployment

2013-01-10 Thread Chris Platts
Hi, I'm currently looking at moving our existing Jenkins installation to a new host. The new deployment uses Tomcat instead of a standalone installation. So, the new site has a URL of hostname.com:9090/jenkins instead of hostname:8080 I've started installing our usual set of plugins, one of

Re: Obtaining group information for the reverse-proxy-auth-plugin

2013-01-10 Thread Mani
Hi, I'm also facing the same problem. I tried to implement userdetails service in the plugin, but it sends collects the details from ldap for every single request that is being sent. Is there any better way of doing it? Thanks in advance, Mani On Tuesday, 18 December 2012 23:37:26 UTC+5:30, aa

Re: notifyCommit master/slave inconsistency

2013-01-10 Thread Manuel Vacelet
I can help myself :) it was not a issue with notifyCommit but with fast remote polling. I had 2 git repositories configured for jobs on master and fast remote polling only works with 1 repository and 1 branch. Manuel On Thursday, January 10, 2013 8:44:09 AM UTC+1, Manuel Vacelet wrote: > > Hi t

RE: Job doesn't finish correctly

2013-01-10 Thread adrien ruffie
This is what I did, I will try later with the process maven solution De : jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] De la part de Josselin Pierre Envoyé : jeudi 10 janvier 2013 09:34 À : jenkinsci-users@googlegroups.com Objet : Re: Job doesn't finish correctly

Re: Job doesn't finish correctly

2013-01-10 Thread Josselin Pierre
If you launch the maven process using Jenkins's built-in maven support, I don't think you could If you launch the maven process from a linux shell, Jenkins should use the exit status of the shell as status for the build step ; you could then manually override the exit status of the shell after the

Re: Hudson to Jenkins

2013-01-10 Thread Zoubeïda Zarkouna
hi, iam interested too. Please send them to me as well, I would like to migrate from hudson 2.2 to jenkins.

RE: Job doesn't finish correctly

2013-01-10 Thread adrien ruffie
precisely, the problem is that the main starts other processes in the background that prevents correct termination without System.exit () I cannot ignore result termination of my job ? De : jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] De la part de Josselin P

Re: Job doesn't finish correctly

2013-01-10 Thread Josselin Pierre
Hi A System.exit() is a pretty brutal wait to terminate a JVM. It's more or less equivalent to pulling the plug... Since the JVM didn't shut down nicely, Jenkins considers it as an error. You usually don't need to specify a System.exit on your code ; the java process will end itself at the end o

Job doesn't finish correctly

2013-01-10 Thread adrien ruffie
Hello all, I have a Job which launch following maven command : mvn -B -f /var/lib/jenkins/workspace/Master-Jenkins-Packaging/pom.xml generate-resources -Pbuilddb-description-all But when I launch this command in one console of my terminal it's work and finish correctly Done...