Revert bad commit
parent
200dc954fd
commit
7122a7257d
|
@ -73,8 +73,8 @@ actions:
|
|||
- if ("${response.exitStatus}" != "0"):
|
||||
return: sftpError
|
||||
- setGlobals:
|
||||
username: ${fn.extract(response.out, "\"USERNAME\": \"(.*?)\"")}
|
||||
password: ${fn.extract(response.out, "\"PASSWORD\": \"(.*?)\"")}
|
||||
username: "${fn.extract(response.out, "\"USERNAME\": \"(.*?)\"")}"
|
||||
password: "${fn.extract(response.out, "\"PASSWORD\": \"(.*?)\"")}"
|
||||
- return: sftpSuccess
|
||||
change_password:
|
||||
- cmd[cp]:
|
||||
|
|
Loading…
Reference in New Issue