Re: Play Application Build / Compile / Etc

2013-08-16 Thread Chris Marks
I'm doing the same, couldn't get the Play plugin working, so scripted it. topher On Aug 16, 2013 12:31 PM, "Jared Griffith" wrote: > Is anyone here using play in a Job? If so, how is it working for you? I > am seeing that when using the play command options, the build doesn't work > correct.

Re: New to Jenkins - need some help

2013-08-17 Thread Chris Marks
Hi boy8bitx, It sounds like it is part of your assignment to figure these items out, so I will not answer your questions directly. However, what I will say is that most of these questions can be answered by playing with your Jenkins installation and understanding Maven a bit better. Jobs are chea

Re: Executing ms-sql from linux build node?

2012-12-07 Thread Chris Marks
Hmm, that does seem fishy. I've used the MS driver from Linux before without too many problems. Having said that, my team at the time had problems with it on Mac. We ended up switching to jTDS and had no problems for the remainder of the project. See jtds.sourceforge.net. Thanks, Topher On Dec 7,

Re: Can Jenkins host tar/zip files for the automatic installer?

2012-12-15 Thread Chris Marks
I'm not sure how to do this in Jenkins, but this seems like something that is more suited to a private binary or Maven repository such as Artifactory. Although Maven repos have a slant toward jar files, there's no additional work to publish zip or tar files. I once experimented with NMaven to sto

Re: Is Jenkins the right tool for hundreds of repositories

2013-05-10 Thread Chris Marks
You may also want to look into the Jenkins job dsl plugin ( https://github.com/jenkinsci/job-dsl-plugin/) for providing an easier way to create and manage jobs in Jenkins. I haven't used Jenkins in a large Git environment, but perhaps those who have problems with the performance could file bugs re

Re: Jenkins and Tomcat

2012-08-06 Thread Chris Marks
You might also look at the deploy plugin. It creates a post-build step that can remotely deploy a war to multiple containers including Tomcat. Topher On Aug 6, 2012 12:30 PM, "Jeff" wrote: > > http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#Executing_Manager_Commands_With_Ant > > In t

Re: Is it any good to use Jenkins as a web based UI for running operational scripts?

2012-08-28 Thread Chris Marks
I have used Jenkins in the past to schedule report delivery for business stakeholders, run maintenance tasks on the database and reload search caches. It's centralized, easy to access, doesn't require permissions on the server, provides a log of the console, gives you the duration of each task run

Re: Recover disk space in Jenkins

2014-03-05 Thread Chris Marks
You might also take a look at the job dsl plugin to help you manage jobs. Thanks, topher On Mar 5, 2014 5:15 PM, "Les Mikesell" wrote: > On Wed, Mar 5, 2014 at 5:56 PM, Kerry Cox wrote: > > Les, > > Thanks much. I have been going through and cleaning up the improperly > > formed projects and a

Re: A way to get rid of useless local workspace?

2014-03-26 Thread Chris Marks
I think a better answer to this is that this is not a typical use case for people or teams using Jenkins. Although I can see some value to something like this, it may not have enough support in general to change the behavior of Jenkins. I had a situation in the past for a similar need. At that t