Job 1788389410061

Command: powershell -NoProfile -Command "Get-CimInstance Win32_Process | Where-Object {$_.CommandLine -match 'phone_operator_bridge_deploy|clasp'} | Select-Object ProcessId,ParentProcessId,Name,CommandLine | Format-List"
Directory: projects
Status: SUCCESS
Exit code: 0

Cancel Job Rerun Command Refresh


ProcessId       : 20684
ParentProcessId : 20316
Name            : cmd.exe
CommandLine     : C:\Windows\system32\cmd.exe /c "python phone_operator_bridge_deploy.py"

ProcessId       : 21804
ParentProcessId : 20684
Name            : python.exe
CommandLine     : python  phone_operator_bridge_deploy.py

ProcessId       : 15020
ParentProcessId : 21804
Name            : cmd.exe
CommandLine     : C:\Windows\system32\cmd.exe /c C:\Users\ash\AppData\Roaming\npm\clasp.cmd deploy --versionNumber 1 
                  --description "Phone Operator Bridge v1"

ProcessId       : 22612
ParentProcessId : 20316
Name            : cmd.exe
CommandLine     : C:\Windows\system32\cmd.exe /c "powershell -NoProfile -Command "Get-CimInstance Win32_Process | 
                  Where-Object {$_.CommandLine -match 'phone_operator_bridge_deploy|clasp'} | Select-Object 
                  ProcessId,ParentProcessId,Name,CommandLine | Format-List""

ProcessId       : 21444
ParentProcessId : 15020
Name            : node.exe
CommandLine     : "node"   "C:\Users\ash\AppData\Roaming\npm\\node_modules\@google\clasp\build\src\index.js" deploy 
                  --versionNumber 1 --description "Phone Operator Bridge v1"

ProcessId       : 21320
ParentProcessId : 22612
Name            : powershell.exe
CommandLine     : powershell  -NoProfile -Command "Get-CimInstance Win32_Process | Where-Object {$_.CommandLine -match 
                  'phone_operator_bridge_deploy|clasp'} | Select-Object ProcessId,ParentProcessId,Name,CommandLine | 
                  Format-List"