You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tracked it to PromptManager.ReadValue calling _terminal.Write.
I don't know that putting special code in for the ISE is appropriate, but something should be able to be done to tell the user that the agent is waiting on input. Maybe just info in the prerequisites indicating that it doesn't work with the ISE. It would have saved us a few hours.
Agent and Worker's diag log
Here's the pertinent part from the _diag folders log files:
[2017-10-26 15:01:12Z INFO ExtensionManager] Getting extensions for interface: 'Microsoft.VisualStudio.Services.Agent.Listener.Configuration.IConfigurationProvider'
[2017-10-26 15:01:12Z INFO ExtensionManager] Creating instance: Microsoft.VisualStudio.Services.Agent.Listener.Configuration.BuildReleasesAgentConfigProvider, Agent.Listener
[2017-10-26 15:01:12Z INFO ExtensionManager] Creating instance: Microsoft.VisualStudio.Services.Agent.Listener.Configuration.DeploymentGroupAgentConfigProvider, Agent.Listener
[2017-10-26 15:01:13Z INFO Terminal] WRITE LINE:
[2017-10-26 15:01:13Z INFO Terminal] WRITE LINE: >> Connect:
[2017-10-26 15:01:13Z INFO Terminal] WRITE LINE:
[2017-10-26 15:01:13Z INFO CommandSettings] Arg 'url': ''
[2017-10-26 15:01:13Z INFO CommandSettings] Flag 'unattended': 'False'
[2017-10-26 15:01:13Z INFO PromptManager] ReadValue
[2017-10-26 15:01:13Z INFO Terminal] WRITE: Enter server URL >
[2017-10-26 15:01:13Z INFO Terminal] READ LINE
The text was updated successfully, but these errors were encountered:
Have you try trouble shooting doc?
Link to trouble shooting doc: https://www.visualstudio.com/en-us/docs/build/troubleshooting
Yes.
Agent version and platform
Version of your agent? 2.102.0/2.100.1...
2.123.0
OS of the machine running the agent? OSX/Windows/Linux...
Windows
VSTS type and version
VisualStudio.com
If VisualStudio.com, what is your account name?
N/A
What's not working?
Running config.cmd from PowerShell ISE displays only ">> Connect:". It stops there and doesn't display "Enter server URL" as it should and does in PowerShell. It should display something like the info at https://github.com/Microsoft/vsts-agent/blob/master/docs/start/configvsts.md
I've tracked it to PromptManager.ReadValue calling _terminal.Write.
I don't know that putting special code in for the ISE is appropriate, but something should be able to be done to tell the user that the agent is waiting on input. Maybe just info in the prerequisites indicating that it doesn't work with the ISE. It would have saved us a few hours.
Agent and Worker's diag log
Here's the pertinent part from the _diag folders log files:
[2017-10-26 15:01:12Z INFO ExtensionManager] Getting extensions for interface: 'Microsoft.VisualStudio.Services.Agent.Listener.Configuration.IConfigurationProvider'
[2017-10-26 15:01:12Z INFO ExtensionManager] Creating instance: Microsoft.VisualStudio.Services.Agent.Listener.Configuration.BuildReleasesAgentConfigProvider, Agent.Listener
[2017-10-26 15:01:12Z INFO ExtensionManager] Creating instance: Microsoft.VisualStudio.Services.Agent.Listener.Configuration.DeploymentGroupAgentConfigProvider, Agent.Listener
[2017-10-26 15:01:13Z INFO Terminal] WRITE LINE:
[2017-10-26 15:01:13Z INFO Terminal] WRITE LINE: >> Connect:
[2017-10-26 15:01:13Z INFO Terminal] WRITE LINE:
[2017-10-26 15:01:13Z INFO CommandSettings] Arg 'url': ''
[2017-10-26 15:01:13Z INFO CommandSettings] Flag 'unattended': 'False'
[2017-10-26 15:01:13Z INFO PromptManager] ReadValue
[2017-10-26 15:01:13Z INFO Terminal] WRITE: Enter server URL >
[2017-10-26 15:01:13Z INFO Terminal] READ LINE
The text was updated successfully, but these errors were encountered: