How do you deploy web apps with Jenkins?

2013-11-17 Thread Mads Mohr Christensen
How are you guys using Jenkins to handle the deployment of web apps?

I have tried the deploy plugin which uses cargo with some poor results. The 
deploy fails too often and there’s that dreadful perm. gen. error.

I’m currently using an ant script that handles tomcat start/stop by ssh and 
sftp to upload the web apps. It works just fine, but it’s a very specific 
solution. 

Is anyone here using LiveRebel or Puppet and such? If so, can you share some 
words about it?

Cheers, Mads.


signature.asc
Description: Message signed with OpenPGP using GPGMail


RE: Sharing my views

2013-11-17 Thread CLOSE Dave

Not sure what main page you mean. These views were created by clicking +, not 
from my views, and do not appear under my views.

In response to another point, this is  for a small group, all can do all, 
environment.

 -Original Message-
From:   Richard Bywater [mailto:rich...@byh2o.com]
Sent:   Saturday, November 16, 2013 11:33 PM Pacific Standard Time
To: jenkinsci-users@googlegroups.com
Subject:Re: Sharing my views

Create your views from the main page not My Views and I think you should get 
what you are after.

Richard.

On Sunday, November 17, 2013, CLOSE Dave wrote:



When others connect, they see omly the default view. I want everyone to 
see all the views automatically. Possible?

 -Original Message-
From:   Vincent Latombe [mailto:vincent.lato...@gmail.com 
javascript:; ]
Sent:   Friday, November 15, 2013 11:50 PM Pacific Standard Time
To: Jenkins Users
Subject:Re: Sharing my views

All views you have created so far are public views. Anyone will see 
them.


Vincent


2013/11/15 CLOSE Dave dave.cl...@us.thalesgroup.com javascript:; 


I'm a bit confused by the view mechanism in Jenkins.

I have created several additional views for my own use using 
the + on
the tab bar. When I click My views on the left menu, only the 
default
view is shown. Yet every time I connect, I see all the tabs I 
saw the
previous time.

I know that I can change the default view when users connect to 
Jenkins.
In the Manage Jenkins menu, I see all the personal views I 
created
listed as alternative choices. But I can select only one as the 
default
view.

What I'd like to do is to allow other users to see all the same 
tabs I
see, without each of them needing to create all those views on 
their
own. Is that possible?
--
Dave Close, Thales Avionics, Irvine California USA.
cell +1 949 394 2124, dave.cl...@us.thalesgroup.com 
javascript:; 

--
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 
javascript:;  mailto:jenkinsci-users%2bunsubscr...@googlegroups.com 
javascript:;  .
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 javascript:; .
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 javascript:; .
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.

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


Installing jenkins in a custom directory in ubuntu

2013-11-17 Thread Manish Singh
Hello,

I need to install jenkins in a custom directory in ubuntu. Is it possible, 
if yes then how?

Thanks  Regards,
Manish

-- 
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: Installing jenkins in a custom directory in ubuntu

2013-11-17 Thread Peter Miklosko
Download the war file and place it where ever you want. Downside, automatic
updates are no-go.


On 18 November 2013 06:58, Manish Singh munsi...@gmail.com wrote:

 Hello,

 I need to install jenkins in a custom directory in ubuntu. Is it possible,
 if yes then how?

 Thanks  Regards,
 Manish

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


-- 
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: Build Flow Plugin - Multiple concurrent jobs are ended in sequence

2013-11-17 Thread Mattias Persson
We found that this is probably the cause of our problem, but it was really
hard to determine:
https://issues.jenkins-ci.org/browse/JENKINS-19820

Description
When executing builds in parallel*, some post-build actions force the builds
to end in the same order they were started. 
Even if build #2 is ready, it has to wait until build #1 is done. Claim
plugin is one such plugin that serializes build order.



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Build-Flow-Plugin-Multiple-concurrent-jobs-are-ended-in-sequence-tp4680317p4681312.html
Sent from the Jenkins users mailing list archive at Nabble.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.