On Tue, Feb 11, 2014 at 5:17 PM, Lily Fu <lily...@nesassociates.com> wrote:
> Thanks for your reply,
> I am very new with Jenkins, so please excuse me  for dummy questions:

No problem, but it helps to include the details.

> Yes, I created a free style job, scheduled to run at certain time, and added 
> a command line job (tested)
> I got:
>   (looks like the job was started by user anonymous, maybe the command 
> liquibase is not available for this user?
>    I tested a job for a simple ' dir c:\'  it worked OK)
>
>
> Started by user anonymous
> Building in workspace 
> C:\Users\lily.fu\.jenkins\jobs\LilyTest_LiquibaseDiff\workspace
> [workspace] $ sh -xe C:\windows\TEMP\hudson2336063048912468753.sh

That looks like you picked a build step of 'execute shell'
(appropriate for unix/linux) instead of 'execute windows batch
command' which you need in a windows environment.

-- 
   Les Mikesell
    lesmikes...@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.

Reply via email to