Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

batch script is not running when attempting to execute it thru a bamboo task

Javier Lopez October 17, 2017

When I run the following script thru powershell command prompt, it goes thru.  It copies the file from one machine to another.

$username = "xxxx@scilearn.com"
$password =  "yyyyyy"  | ConvertTo-SecureString -AsPlainText -Force
$creds = New-Object -TypeName System.Management.Automation.PSCredential -Argumentlist $username, $password

$sFileExecutable = "C:\bambooAutoScripts\copyWars.bat"
$out = Start-Process -FilePath "cmd.exe" -Credential $creds -ArgumentList ("/c $sFileExecutable")

  I am running it inline as a powershell script.   But when I have it inline in a bamboo task, it does nothing.  There are no error messages.  I have attempted to have the script file(s) in the bamboo working dir, but to no avail.

 

The contents of copyWars.bat is

copy C:\bambooAutoScripts\slc.war \\dc2qaodc03ap01.scilearn.com\d$\Storage\slc.war

 

 

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events