Disable maven automatic archving for Maven jobs

2013-10-21 Thread Aswini Rajasekaran
Hi,

I am using some maven jobs for doing certain builds. The pom and war files 
got automatically archived at the end of the builds, I disabled it by 
checking the box Disable automatic maven archiving.
Though it disables the archiving/copy part, I get messages as 

[JENKINS] Archiving disabled 
which consumes lot of time. Is there any way in blocking these messages and let 
Maven know that it doesn't have to check for archiving at all?

Thanks

-- 
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: Unable to launch Firefox24 using Jenkins

2013-10-03 Thread Aswini Rajasekaran
Hi Mark, 
I tried launching it directly from the server and then ran the jobs on 
Jenkins. But this didn't help.
I have reverted the FF version to 17.0.8 and now it works fine from Jenkins.



On Thursday, 3 October 2013 13:35:55 UTC+1, Mark Waite wrote:
>
> I wonder if Firefox is starting, but then is prompting the user to answer 
> some question (first time install type question).  Have you run Firefox 24 
> at least once in that context before attempting to launch it from Jenkins?
>
>
> On Thu, Oct 3, 2013 at 5:17 AM, Aswini Rajasekaran 
> 
> > wrote:
>
>> Ì am getting this error,
>>
>> java.lang.RuntimeException: Timed out waiting for profile to be created!
>>  at 
>> org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.waitForFullProfileToBeCreated(FirefoxChromeLauncher.java:307)
>>  at 
>> org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.populateCustomProfileDirectory(FirefoxChromeLauncher.java:119)
>>  at 
>> org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.launch(FirefoxChromeLauncher.java:89)
>>  at 
>> org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.launchHTMLSuite(FirefoxChromeLauncher.java:339)
>>  at 
>> org.openqa.selenium.server.browserlaunchers.FirefoxLauncher.launchHTMLSuite(FirefoxLauncher.java:110)
>>  at 
>> org.openqa.selenium.server.htmlrunner.HTMLLauncher.runHTMLSuite(HTMLLauncher.java:145)
>>  at 
>> org.openqa.selenium.server.htmlrunner.HTMLLauncher.runHTMLSuite(HTMLLauncher.java:196)
>>  at 
>> org.openqa.selenium.server.SeleniumServer.runHtmlSuite(SeleniumServer.java:610)
>>  at 
>> org.openqa.selenium.server.SeleniumServer.boot(SeleniumServer.java:285)
>>  at 
>> org.openqa.selenium.server.SeleniumServer.main(SeleniumServer.java:243)
>>  at org.openqa.grid.selenium.GridLauncher.main(GridLauncher.java:54)
>>
>> Thanks,
>> Aswini
>>
>>
>>
>> On Thursday, 3 October 2013 12:13:27 UTC+1, Aswini Rajasekaran wrote:
>>>
>>>  Hi,
>>>
>>> I just upgraded the FF version in my build server to 24 and when 
>>> Selenium RC tests are run, its not launching firefox, neither throwing an 
>>> error.
>>> I am able to launch firefox if i run it from the server and selenium 
>>> tests are running.
>>> Can anyone advise on this?
>>> Is FF24 compatible with Jenkins?
>>>
>>> Thanks,
>>> Aswini
>>>
>>  -- 
>> 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-use...@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.


Re: Unable to launch Firefox24 using Jenkins

2013-10-03 Thread Aswini Rajasekaran
Ì am getting this error,

java.lang.RuntimeException: Timed out waiting for profile to be created!
at 
org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.waitForFullProfileToBeCreated(FirefoxChromeLauncher.java:307)
at 
org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.populateCustomProfileDirectory(FirefoxChromeLauncher.java:119)
at 
org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.launch(FirefoxChromeLauncher.java:89)
at 
org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.launchHTMLSuite(FirefoxChromeLauncher.java:339)
at 
org.openqa.selenium.server.browserlaunchers.FirefoxLauncher.launchHTMLSuite(FirefoxLauncher.java:110)
at 
org.openqa.selenium.server.htmlrunner.HTMLLauncher.runHTMLSuite(HTMLLauncher.java:145)
at 
org.openqa.selenium.server.htmlrunner.HTMLLauncher.runHTMLSuite(HTMLLauncher.java:196)
at 
org.openqa.selenium.server.SeleniumServer.runHtmlSuite(SeleniumServer.java:610)
at 
org.openqa.selenium.server.SeleniumServer.boot(SeleniumServer.java:285)
at 
org.openqa.selenium.server.SeleniumServer.main(SeleniumServer.java:243)
at org.openqa.grid.selenium.GridLauncher.main(GridLauncher.java:54)

Thanks,
Aswini



On Thursday, 3 October 2013 12:13:27 UTC+1, Aswini Rajasekaran wrote:
>
>  Hi,
>
> I just upgraded the FF version in my build server to 24 and when Selenium 
> RC tests are run, its not launching firefox, neither throwing an error.
> I am able to launch firefox if i run it from the server and selenium tests 
> are running.
> Can anyone advise on this?
> Is FF24 compatible with Jenkins?
>
> Thanks,
> Aswini
>

-- 
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.


Unable to launch Firefox24 using Jenkins

2013-10-03 Thread Aswini Rajasekaran
 Hi,

I just upgraded the FF version in my build server to 24 and when Selenium 
RC tests are run, its not launching firefox, neither throwing an error.
I am able to launch firefox if i run it from the server and selenium tests 
are running.
Can anyone advise on this?
Is FF24 compatible with Jenkins?

Thanks,
Aswini

-- 
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 Repo Cleanup plugin

2013-07-12 Thread Aswini Rajasekaran
Hi,

Is anyone using the maven repo cleanup plugin? Should I do any 
configuration for this or just installing the plugin is enough?
Maven repository is declared outside the workspace directory in our jobs.

Regards,
Aswini

-- 
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.




Archiving artifacts from slaves hangs

2013-06-06 Thread Aswini Rajasekaran
Hi all,

For the past 3 days, Jenkins is not able to archive artifacts from Linux 
Slaves. Master jenkins is also on linux box. archiving takes very long but 
nothing happens and the job has to be aborted.
I use jenkins version 1.514. This is a big blocker for me in running the 
jobs. Any help is very much appreciated.

Regards,
Aswini

-- 
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 master and slave workspace directory

2013-04-26 Thread Aswini Rajasekaran
Hi,

Yes, the CPU usage of the process which runs hudson.war scales to 250+%.
It doesn't run hudson.war alone, but it also runs the Maven, ANT, jboss and 
other tasks required by the jobs. And sometimes because of the intensity of 
the jobs or so, it goes out of PermGenSpace and I have to restart jenkins 
for resolving that. I run jenkins on a 32 bit server in Red Hat Linux.
Can you tell me the good MAVEN_OPTS configuration settings? I think MAVEN 
runs out of memory when it does something with very high intensity and 
things break loose.
I am not able to get the optimum MAVEN settings for Jenkins.

Regards,
Aswini


On Friday, 26 April 2013 15:59:37 UTC+1, LesMikesell wrote:
>
> On Fri, Apr 26, 2013 at 9:41 AM, Aswini Rajasekaran 
> > wrote: 
> > Hi Les, 
> > I don't run my master as slave right now and use 3 executors on master. 
> But 
> > at times, it is heavily loaded and the CPU usage of the master goes to 
> 250% 
> > or so. 
> > If I run the master as slave, will this overloading reduce on master? 
>
> First, the CPU use is probably not from jenkins itself but from 
> whatever programs the build jobs invoke, so it won't make much 
> difference whether they are run by a master or slave instance. 
> Second, a value of 250% for CPU doesn't make sense unless it is scaled 
> to 100% per CPU - in which case it may or may not be a problem 
> depending on how many CPUs you have.   If you are concerned about 
> wall-clock time to complete a job, you need to look at the competition 
> for CPU/RAM/disk across the concurrent jobs to choose the optimal 
> number of executors - and disk contention would be a more common 
> bottleneck than CPU.  If you are running CPU or network intensive 
> tests and want to emulate a production environment, then you would 
> want to match the concurrency you expect there, or run a single 
> instance for consistent timing values. 
>
> -- 
>Les Mikesell 
>lesmi...@gmail.com  
>

-- 
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 master and slave workspace directory

2013-04-26 Thread Aswini Rajasekaran
Hi Les,
I don't run my master as slave right now and use 3 executors on master. But 
at times, it is heavily loaded and the CPU usage of the master goes to 250% 
or so.
If I run the master as slave, will this overloading reduce on master?

Aswini


On Friday, 26 April 2013 15:37:30 UTC+1, LesMikesell wrote:
>
> On Fri, Apr 26, 2013 at 8:17 AM, Aswini Rajasekaran 
> > wrote: 
> > Hi Les, 
> > 
> > This seems to be a very good idea. But will the performance of the 
> server 
> > increase/decrease if we make the master node to run as a slave node also 
> and 
> > work as master at the same time? 
>
> There is probably a tiny amount of overhead in communication between a 
> master and slave process, but I wouldn't expect it to be noticeable. 
> On the other hand you might see some competition for disk access if 
> the builds and jenkins master files are on the same physical device - 
> whether or not it is handled by the same process. 
>
> -- 
>Les Mikesell 
>  lesmi...@gmail.com  
>

-- 
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 master and slave workspace directory

2013-04-26 Thread Aswini Rajasekaran
Hi Les,

This seems to be a very good idea. But will the performance of the server 
increase/decrease if we make the master node to run as a slave node also 
and work as master at the same time?

Regards,
Aswini


On Friday, 26 April 2013 13:56:51 UTC+1, LesMikesell wrote:
>
> On Fri, Apr 26, 2013 at 5:44 AM, Aswini Rajasekaran 
> > wrote: 
> > This works.. Thanks a lot Geoff. 
>
> Alternatively, you can run a slave on your master machine and no 
> executors on the master itself. 
>
> -- 
>Les Mikesell 
> lesmi...@gmail.com  
>

-- 
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 master and slave workspace directory

2013-04-26 Thread Aswini Rajasekaran
This works.. Thanks a lot Geoff.

Regards,
Aswini



On Friday, 26 April 2013 11:07:34 UTC+1, Geoff Cummings wrote:
>
>
>
> Manage Jenkins -->  Configure System
>
> At the top right of the page, there is an advanced button which gives more 
> options just below the "Home Directory" and above the "System Message"
>
> Update the Workspace Root Directory field to the following:
>
> ${JENKINS_HOME}/workspace/${ITEM_FULLNAME}
>
>
> Not sure if you need to restart jenkins to pick this up or not??
>
> This will update the workspaces on Master to be the same folder layout as 
> the slaves.
>
>
> Geoff
>

-- 
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 master and slave workspace directory

2013-04-26 Thread Aswini Rajasekaran
Yes, I am using that in all of my other configuration files for build. But 
when it comes to javascript, user-extensions.js file in selenium is 
javascript, I don't have any way of accessing a env variable in java script.

Aswini


On Friday, 26 April 2013 09:29:33 UTC+1, Adam PAPAI wrote:
>
> Why don't you use the $WORKSPACE variable? It always points to the 
> directory where your source code is - or in other words where your job is 
> located.
>
>   Aswini Rajasekaran 
>  April 26, 2013 10:27 AM
> Hi Adam,
>
> I am running tests on both master and slaves and am specifying the test 
> location directory in user-extensions.js file in selenium. As the 
> workspaces are different in master and slave, I can't run the same job in 
> both master and slave depending on the load on master. If I can't make this 
> to run on any node, then I have to end up tying it to one node which 
> completely nullifies the parallel execution concept.
>
> Regards,
> Aswini
>
>
>
> On Friday, 26 April 2013 09:22:58 UTC+1, Adam PAPAI wrote: -- 
> 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-use...@googlegroups.com .
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  
>   Adam PAPAI 
>  April 26, 2013 10:22 AM
>  What is the reason why do you want it to be the same?
>
> Anyway on the master you shouldn't run tests. Only on the slaves.
>
> The reason is:
>
> on the master under the jobs/jobname there are the meta 
> infos, build history, config.xml and so on, so the "realy" workspace is 
> under the /workspace
>
> On the slaves, Jenkins does not store meta info, build history, configs, 
> so that's why its located under: /jobs/workspace/
>
>
> -- 
> 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-use...@googlegroups.com .
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  
>   Aswini Rajasekaran 
>  April 25, 2013 2:04 PM
> Hi all,
>
> I have a small question, this might sound silly but I am not able to find 
> the answer for this.
>
> In my jenkins master node, the workspace directory is defined as 
> /jobs/*/workspace* - this is configured as 
> ${ITEM_ROOTDIR}/workspace in jenkins master.
> whereas in slave, the workspace directory gets stored like this  
> /jobs/*workspace/*
>
> I want both the workspace directory, in master and slave to be consistent. 
> Is there anything that I can do to make this happen?
> Thanks in advance.
>
> Regards,
> Aswini
> -- 
> 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-use...@googlegroups.com .
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  
>  
>
> -- 
> Adam PAPAI
> E-mail: wo...@wooh.hu 
> Phone: +3630 3355735
> Web: http://www.wooh.hu
>
>  

-- 
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 master and slave workspace directory

2013-04-26 Thread Aswini Rajasekaran
Hi Adam,

I am running tests on both master and slaves and am specifying the test 
location directory in user-extensions.js file in selenium. As the 
workspaces are different in master and slave, I can't run the same job in 
both master and slave depending on the load on master. If I can't make this 
to run on any node, then I have to end up tying it to one node which 
completely nullifies the parallel execution concept.

Regards,
Aswini



On Friday, 26 April 2013 09:22:58 UTC+1, Adam PAPAI wrote:
>
> What is the reason why do you want it to be the same?
>
> Anyway on the master you shouldn't run tests. Only on the slaves.
>
> The reason is:
>
> on the master under the jobs/jobname there are the meta 
> infos, build history, config.xml and so on, so the "realy" workspace is 
> under the /workspace
>
> On the slaves, Jenkins does not store meta info, build history, configs, 
> so that's why its located under: /jobs/workspace/
>
>   Aswini Rajasekaran 
>  April 25, 2013 2:04 PM
> Hi all,
>
> I have a small question, this might sound silly but I am not able to find 
> the answer for this.
>
> In my jenkins master node, the workspace directory is defined as 
> /jobs/*/workspace* - this is configured as 
> ${ITEM_ROOTDIR}/workspace in jenkins master.
> whereas in slave, the workspace directory gets stored like this  
> /jobs/*workspace/*
>
> I want both the workspace directory, in master and slave to be consistent. 
> Is there anything that I can do to make this happen?
> Thanks in advance.
>
> Regards,
> Aswini
> -- 
> 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-use...@googlegroups.com .
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  
>  
>
> -- 
> Adam PAPAI
> E-mail: wo...@wooh.hu 
> Phone: +3630 3355735
> Web: http://www.wooh.hu
>
>  

-- 
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 master and slave workspace directory

2013-04-25 Thread Aswini Rajasekaran
Hi all,

I have a small question, this might sound silly but I am not able to find 
the answer for this.

In my jenkins master node, the workspace directory is defined as 
/jobs/*/workspace* - this is configured as 
${ITEM_ROOTDIR}/workspace in jenkins master.
whereas in slave, the workspace directory gets stored like this  
/jobs/*workspace/*

I want both the workspace directory, in master and slave to be consistent. 
Is there anything that I can do to make this happen?
Thanks in advance.

Regards,
Aswini

-- 
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.




Selenium Htmlsuite plugin

2013-04-24 Thread Aswini Rajasekaran
Hi,

Anyone knows how to use the selenium rc plugin in a job? I tried many 
things but nothing works. 
Thanks,
Aswini

-- 
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: Parallel execution of JBOSS Servers

2013-04-16 Thread Aswini Rajasekaran

Thanks Geoff. I tried that and it works fine.
My current slave configuration is like this, take it online only when 
needed, or take it offline.
But, when I trigger 2 jobs with the same throttle category, one runs on the 
master and the other job waits for the 1st one to get over. It should be 
able to run in any of the slaves, but is not sending any signals to slave 
to make it online. How can I make 1 job to run on the slave when the 
already executed one runs on the master?

Aswini

-- 
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.




Parallel execution of JBOSS Servers

2013-04-15 Thread Aswini Rajasekaran
Hi,

I am running 20 different test suites using jboss and selenium. Each test 
has been configured to use which port and which server instance of jboss. I 
have 4 slaves each with 2 executors and master with 3 executors. Is it 
possible to dynamically allocate the itest jobs to the slaves, provided the 
jobs which uses server1 instance shouldn't run on the same slave/master.
Jenkins should dynamically assign the jobs to different slave nodes if the 
job runs the same instance of jboss. How is this done?

Thanks,
Aswini

-- 
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: JBOSS Management Plugin

2013-03-05 Thread Aswini Rajasekaran
Thanks for your reply Christoph. I got the plugin in Jenkins, but the usage 
of that is not defined anywhere. I tried searching in google, but in vain.
If anyone has used that plugin, please let me know how to configure it to 
run JBOSS server.

Aswini


On Monday, 4 March 2013 18:54:23 UTC, kutzi wrote:
>
> Hi, 
>
> sorry that you didn't get any response so far. 
> Unfortunately I'm not familiar with the JBoss management plugin, but 
> usually you find the configuration for plugins either in the global 
> management section (manage Jenkins) or in the jobs' configuration page. 
> Have you looked there already? 
>
> hope that helps, 
> Christoph 
>
> Am 04.03.2013 12:50, schrieb Aswini Rajasekaran: 
> > Hi friends, 
> > 
> > I have posted many threads in this forum, but haven't got reply for 
> > any. Hoping to get a reply for this thread atleast. 
> > 
> > I am trying to start JBOSS server for running the unit tests through 
> > Jenkins. Can anyone tell me how to use the JBOSS Management Plugin to 
> > start the JBOSS Server? How will I specify the jboss server instance 
> > and the port of the jboss instance? 
> > 
> > Thanks a mil in advance. 
> > Aswini 
> > -- 
> > 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-use...@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.




JBOSS Management Plugin

2013-03-04 Thread Aswini Rajasekaran
Hi friends,

I have posted many threads in this forum, but haven't got reply for any. 
Hoping to get a reply for this thread atleast.

I am trying to start JBOSS server for running the unit tests through 
Jenkins. Can anyone tell me how to use the JBOSS Management Plugin to start 
the JBOSS Server? How will I specify the jboss server instance and the port 
of the jboss instance?

Thanks a mil in advance.
Aswini

-- 
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.




Multi-configuration job

2013-02-25 Thread Aswini Rajasekaran
Hi,

When I create a multi-configuration job in Jenkins, it creates a directory 
called default inside jobs//workspace directory.
This is not the case with free-style jobs or Maven jobs. What should I do 
to get rid of the default directory?
Thanks

-- 
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.




Training on Jenkins

2013-02-19 Thread Aswini Rajasekaran
Hi all,

Just wondering if there is any training available online on Jenkins 
Administration (I don't want any pdf)

Thanks,
Aswini

-- 
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 with jboss and xvfb

2013-02-15 Thread Aswini Rajasekaran
Hi,

I am new to jenkins and my company is using jenkins. I have been asked to 
configure jenkins on different server and the requirements are:
1) It uses subversion as version control system.
2) MAVEN & ANT scripting for builds
3) JBOSS instances are being run for executing test cases parallely.
4) XVFB is also used for running selenium tests.

I want to know more details on XVFB and JBOSS, like how XVFB is integrated 
with jenkins server and how it can be used etc. Basically I want to know 
the basics of xvfb usage with jenkins.
Can someone point me at the right direction for this? Is anyone having a 
similar configuration of jenkins?

Thanks in advance

-- 
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.