cmakebuilder Plugin: how to pass arguments to the 'make' command

2013-11-14 Thread Avihay Eyal
Hi, I want to pass the '-j' *argument to the make command*, but I didn't find any suitable place. When I'm trying to add it to the 'make command' field (i.e.- make -j), I *receive an error* saying: 'There's no such executable...' I guess I can create a script calling to make with the

Re: Removing unnecessary configuration

2013-11-14 Thread Gabi Karasin
Thanks! I forgot that some of the plugins come builtin. Regarding the confusion, we use Jenkins to run specific job type and specific configuration, when our people see all kind of maven and ant projects or some SCM options, they don't know what it does and sometimes check them or come asking

Multiple coverage reports

2013-11-14 Thread Stefano Maggiolo
Hello, Jenkins newbie here, sorry if the question has an obvious answer. In my project I have two suites of tests (unit tests and functional tests). I produce a coverage.xml for each, separately. Is there a way to instruct the cobertura plugin to show two separate coverage reports instead of

Re: Multiple coverage reports

2013-11-14 Thread Vivekanand S V
I don't know abt coverage in particular, but you can check https://wiki.jenkins-ci.org/display/JENKINS/Flexible+Publish+Plugin for generally running stuff more than once. On Thu, Nov 14, 2013 at 3:22 PM, Stefano Maggiolo s.maggi...@gmail.comwrote: Hello, Jenkins newbie here, sorry if the

implement https jenkins site

2013-11-14 Thread Harshith Pd
I need to implement a https site for jenkins, the jenkins is running on the windows server 2008 r2 machine. Currently we are running the http site for jenkins on the windows server 2008 r2. Please help. Here is the problem : We have a Jenkins Master-Slave configuration set up, where Master is a

Changing the value in a child combo box based on values in parent combo

2013-11-14 Thread Kishore RP
In Jenkins, Is there a way to change the value dynamically in a child combo box based on the value selected in the parent combo box. -- 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

Git Polling Not Working

2013-11-14 Thread Tom Arra
I'm getting the following error from Git polling. I replaced the actual repo url with [REPO_URL] as it is an internal corporate server. One thing that I noticed though is that the repo url being used does not have the password in it even though I have it specified in my project settings. I am

Re: Git Polling Not Working

2013-11-14 Thread Mark Waite
You might be able to use the the new credentials support which is available in Git plugin 2.0. From the Manage Jenkins UI, there is a Manage Credentials page where you can add a new credential with the user name and password. Then configure the Git plugin portion of that job to use the provided

Growth path

2013-11-14 Thread Eric Wood
I have a single instance of Jenkins running under tomcat on a Windows server.   I'm starting to have many jobs and looking for the best growth path.  Do I create separate instances on Jenkins running on different servers?  Is this a master slave situation for me?  Many of my jobs are not

Updated Jenkins to latest version, now the Jenkins widows service will not start

2013-11-14 Thread Eric Wood
I just upgraded a test platform to the latest version 1.539.  I'm running Jenkins as a windows service on  Windows 2008 R2 server.  I upgraded by selected the latest version from he management Jenkins page internal to the application.  The service dies when I attempt to restated it, it now will

Re: Updated Jenkins to latest version, now the Jenkins widows service will not start

2013-11-14 Thread k . thieling
The only way I know how is to copy the old war file back in and start the service. 1.536 can be found here: http://mirrors.jenkins-ci.org/war/1.536/ - Original Message - From: Eric Wood eric.w...@rocketmail.com To: jenkinsci-users@googlegroups.com Sent: Thursday, November 14, 2013

Credentials + Git + passwords with crazy characters..

2013-11-14 Thread Jeff
We are using globally defined credentials using the Jenkins Manage Credentials feature to authenticate to our internal Atlassian Stash Git repository. It works fine with my personal credentials, but the service account that our IT folks created doesn't work and I think it is because the password

Re: implement https jenkins site

2013-11-14 Thread Richard Bywater
Have you checked the Wiki? For instance https://wiki.jenkins-ci.org/display/JENKINS/Starting+and+Accessing+Jenkins Richard On Thursday, November 14, 2013, Harshith Pd wrote: I need to implement a https site for jenkins, the jenkins is running on the windows server 2008 r2 machine. Currently

Re: Release date of next LTS release

2013-11-14 Thread VFloyd
Any update on the next LTS release date? On Sunday, October 13, 2013 1:23:08 AM UTC-7, scl.gplus wrote: Hi, I'd like to change over from the latest release to the LTS release next time the LTS is released. Are there current plans for this and if yes, when is the next LTS planned to be

Re: Updated Jenkins to latest version, now the Jenkins widows service will not start

2013-11-14 Thread Eric Wood
Yup,  I downloaded the older version from the website and copied it over the bad version and restarted and I'm fine again.  Glad it was my test bed? Thanks, E On Thursday, November 14, 2013 1:03 PM, k.thiel...@comcast.net k.thiel...@comcast.net wrote: The only way I know how is to copy the

Re: Growth path

2013-11-14 Thread Les Mikesell
On Thu, Nov 14, 2013 at 11:11 AM, Eric Wood eric.w...@rocketmail.com wrote: I have a single instance of Jenkins running under tomcat on a Windows server. I'm starting to have many jobs and looking for the best growth path. Do I create separate instances on Jenkins running on different

Password masking in Jenkins job logs

2013-11-14 Thread Anand Sudabattula
Hi I am new to Jenkins, please help with this issue. Maven based Jenkins builds (for Adobe AEM (CQ) deployments) are run the password that is provided in Maven: goals and options gets printed in the logs. Looking for a possible solution to mask the password, please advise. Regards Anand

Re: Changing the value in a child combo box based on values in parent combo

2013-11-14 Thread Ulli Hafner
Yes this is possible. Have a look at the ui examples plug-in. BTW: please use the developer mailing list for such questions: jenkinsci-...@googlegroups.com Am 14.11.2013 um 11:19 schrieb Kishore RP kishore...@gmail.com: In Jenkins, Is there a way to change the value dynamically in a child

sloccount plugin

2013-11-14 Thread Irfan Sayed
hi, have anybody used the sloccount plugin.?? i have couple of doubts with which i am struggling please let me know regards irfan -- 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

Re:sloccount plugin

2013-11-14 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Please don't crosspost messages to multiple mailing lists. Yes, some of us use the sloccount plugin. It's pretty much impossible to help you in any useful way if you don't tell us what problems you are experiencing, though. - Original Message - From: jenkinsci-users@googlegroups.com

Re: Release date of next LTS release

2013-11-14 Thread Daniel Beck
Kohsuke posted the release candidate today, so you could start using (or at least testing) that: See http://jenkins-ci.org/stable-rc On 14.11.2013, at 19:09, VFloyd vanettafl...@gmail.com wrote: Any update on the next LTS release date? On Sunday, October 13, 2013 1:23:08 AM UTC-7,

Re: Multiple coverage reports

2013-11-14 Thread Stefano Maggiolo
On Thursday, 14 November 2013 09:55:34 UTC, Vivek wrote: I don't know abt coverage in particular, but you can check https://wiki.jenkins-ci.org/display/JENKINS/Flexible+Publish+Plugin for generally running stuff more than once. It seems that this approach has a single problem: the output

Re: Credentials + Git + passwords with crazy characters..

2013-11-14 Thread Stephen Connolly
If you can find out some of the crazy characters and email me off-list (randomize the order and add in some other crazy characters too) One other question, are you running in Tomcat? (You did remember to set the correct default encoding if the answer is yes) On 14 November 2013 18:03, Jeff

Dashboard column to show last build time?

2013-11-14 Thread Scott Evans
Is there any way to have a column on the main screen which shows (and allows sorting) based on the time since the last build? There are already columns available for the last success and last failure, but no columns seem to be available to show the last build, no matter the result? We have some

Re: Dashboard column to show last build time?

2013-11-14 Thread Ulli Hafner
It should be quite easy to write such a column (one new simple class), maybe it would be a good candidate for the https://wiki.jenkins-ci.org/display/JENKINS/Extra+Columns+Plugin I think Fred would be happy to integrate such a feature if you provide a pull request. Ulli Am 14.11.2013 um

Re: sloccount plugin

2013-11-14 Thread Irfan Sayed
thanks. i configured job for sloccount plugin. my environment is windows and i configured Cygwin to run the sloccount so there are two commands which i run to debug ... 1: /cygdrive/c/Users/bvcontrolbuild/Downloads/sloccount-2.26/new/sloccount-2.26/sloccount --duplicates --wide --details

Re: slave and master

2013-11-14 Thread srinath0805
Hi Brosh, Thanks for your reply, so what should I do know, I'm looking to install slave on B machine where Jenkins is already install and running as windows service. On Thursday, November 14, 2013 12:11:04 PM UTC+5:30, Brosh, Yossi wrote: Hi , In the slave machine you don't need a

Re: Dashboard column to show last build time?

2013-11-14 Thread Daniel Beck
Compact Columns can do this. Configure it to only show the latest build. The result is color-coded. On 14.11.2013, at 23:02, Scott Evans milwrd...@gmail.com wrote: Is there any way to have a column on the main screen which shows (and allows sorting) based on the time since the last build?