Samples/HelloWorld3.ps1

$newVar = 'ABC.3'
Pipeline: 'HelloWorld 3' {
    $Test = 'ONE.3'
    Stage: 'One.3' {
        Write-Output "Hello World! from Stage $Stagename $Test $newVar"     
    }
}