On Fri, Apr 26, 2013 at 5:43 AM, Maureen Barger <[email protected]> wrote:
> Hi all- I am struggling with this task and am hoping you can help.
> I need to compile a list of changed files since last build in Jenkins.

Where are these files?  Aren't your changes already managed by a
version control system (subversion, etc.) that has its own tools for
this?

> In this case, we check SQL files into a repo and I need to pull them
> out to include in the release package and also apply to the QA
> environments when the code is deployed.

What is a 'SQL file'?

> I have the process for applying the SQL nailed down; however I am
> still at a loss as to how to grab the delta of files.
> Can anyone give me some ideas to try?

If you are talking about changes to a database schema, you might want
something like http://www.liquibase.org/ to manage and distribute
them.

--
   Les Mikesell
    [email protected]

-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to