Jenkins On Virtual Machine problem

2015-08-16 Thread Lilach Arviv
Hello, we have 3 physical machines in our company and Server machine. when we run 50 tests in the physical machines (Web tests + Java + Selenium Webdriver) the scenario end in chrome after 1.5 H, in FF after 2 H. the physical machines have ssd drive and 8 GB Ram When we use new server we bough

Re: Change logs truncated

2015-08-16 Thread Mark Waite
Also, please provide steps to duplicate the bug if you can find a way to duplicate it, or state that you were unable to duplicate it on a fresh system. On Sun, Aug 16, 2015 at 4:31 PM Oleg Nenashev wrote: > It would be helpful to create a JIRA issue to Git plugin. Please attach > screenshots and

Re: Regarding Multiple SCM Plugin

2015-08-16 Thread Oleg Nenashev
Accurev plugin uses an obsolete form handling approach, which also relies on unique field names: https://github.com/jenkinsci/accurev-plugin/blob/master/src/main/java/hudson/plugins/accurev/AccurevSCM.java#L905-L907 This approach cannot work with Multiple SCMs plugin. Please create a bug to Ac

Re: Change logs truncated

2015-08-16 Thread Oleg Nenashev
It would be helpful to create a JIRA issue to Git plugin. Please attach screenshots and contents of the build folder there воскресенье, 16 августа 2015 г., 16:09:46 UTC+3 пользователь Lars Francke написал: > > Hi, > > I have a Jenkins 1.624 with the Git Plugin 2.4 running. I use the /changes >

add parameter for goals and options

2015-08-16 Thread avinash yeluri
hi Team, i wanted to add "goals and options" as parameter current "clean install -D deploy=true" i want to pass "clean install" or "clean install -D deploy=true" as parameters based on requirement. Thanks Avinash -- You received this message because you are subscribed to the Google Groups

Change logs truncated

2015-08-16 Thread Lars Francke
Hi, I have a Jenkins 1.624 with the Git Plugin 2.4 running. I use the /changes page fairly often and I also use it in daily mails to get an overview of changes. Sometime this year the commit messages began to be truncated. Everything after the first new line seems to be discarded. This reduces the

Re: [workflow] email-ext step fails in freestyle project triggered by buildJob

2015-08-16 Thread David Resnick
https://issues.jenkins-ci.org/browse/JENKINS-29970 - David On Thursday, August 13, 2015 at 12:11:16 AM UTC+3, Jesse Glick wrote: > > On Wednesday, July 29, 2015 at 9:23:01 AM UTC-4, David Resnick wrote: >> >> java.lang.ClassCastException: >> org.jenkinsci.plugins.workflow.job.WorkflowJob cannot

Re: Approve workflow script from Job DSL plugin

2015-08-16 Thread David Resnick
I've set the script to be sandboxed in the Job DSL script, though it looks link only a marginal improvement because of the need to approve missing method signatures. What would the Job DSL plugin need to do to automatically approve the non-sandboxed script it sets in a job? As you mention, secu