0

I am trying to execute a batch file to copy my files to another server under the "Execute batch or shell script" option of the "PostBuildScript" plugin of Jenkins. These are the commands in my .bat file:

net use \192円.168.20.48 /user:admin password
xcopy "C:\Program Files\Jenkins\workspace\Deployment code Test" "\\DeployServer\Workspace\Builds" /S/E/H/D/Y/V/C/I/K/R/X

When the .bat file is run from a command prompt, it runs as expected and completes its actions. When run through Jenkins, however, it gives following error messages:

System error 1312 has occurred. A specified logon session does not exist. It may already have been terminated. Invalid drive specification 0 File(s) copied

Are there any workarounds for this?

Daniel Andersson
24.9k5 gold badges61 silver badges61 bronze badges
asked Apr 24, 2012 at 13:08

1 Answer 1

1

Task Manager -> Services Tab -> Click Services button -> Select Jenkins Services -> Right click and go to Properties -> select Log On tab -> Select 'This Account' as the log on option -> Enter Administrator credentials -> Apply, Save and Restart the Service solved the issue.

answered Apr 25, 2012 at 8:12

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.