ironmansoftware / universal-automation

Universal Automation is the PowerShell-first automation platform.
https://ironmansoftware.com/universal-automation/
MIT License
24 stars 4 forks source link

No output captured #3

Closed PorreKaj closed 4 years ago

PorreKaj commented 4 years ago

Describe the Issue

a bit embarrased about this one. My first script is simply this:

#Enter Script Here!
write-output "Cool Beans 2: electric boogaloo"

But when looking at the output of the job i see just a empty codeeditor.

Expected behavior

Cool Beans 2: electric boogaloo

Screenshots

image

adamdriscoll commented 4 years ago

Write-Output ends up on the pipeline and the output from this would be shown on the Pipeline Output tab (if it wasn't broken at the moment).

I think it makes sense to also show it on the output tab. I'll make sure it ends up there as well.

adamdriscoll commented 4 years ago

Tonight's build will resolve this.