Closed siegrainwong closed 5 years ago
Sorry, I just learned that every command of mine output as stderr. I have no idea why but it shouldn't be your problem.
@siegrainwong Did you fix your problem somehow? I got the same one. Can I tell docker to output to stdout instead of stderr?
@julianhandl I redirect them like this:
docker-compose up -d 2> docker-compose.log
cat docker-compose.log
@siegrainwong Thank you! I came up with nearly the exact same solution in the meantime. 😄
Required Information
Question, Bug, or Feature?
Type: Bug
Enter Task Name: SSH
Environment
Server - Azure Pipelines
Agent - Hosted
Issue Description
Script commands is really simple like this:
But the log is pretty weird, my command is run successfully but the agent thinks that's failed.
Task logs
ReleaseLogs_156.zip
Error logs