2
votes

I have a simple build and release pipeline in Azure Devops. I notice that when it finishes, it shows a summary screen and selects the job not the final task. A simple example is:

Agent: Hosted Agent
Started: Just now
Duration: 4s

Job live console data:
Starting: Job Deploy Development
Finishing: Job Deploy Development

Is there any way to add to this output stream (such as echo "##vso[job.xxx ...")? I checked the pipeline logging options and only see ways to interact with an individual task screen.

1

1 Answers

1
votes

As far as i know, this is not available.

The Logging commands are for tasks and scripts communicate with the agent, not the entire job scope.