Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Second Step: get the parameter sets in the first step (powershell_with_parameter_get.ps1)

Code Block
 "thejob-node parameter from the previous job chain node is 'step:"
 "myParam=$env:SCHEDULER_PARAM_myParam'"
 exit $lastexitcode
 # to change the policy for using powershell you can use this .adm file:
 #    http://www.microsoft.com/download/en/confirmation.aspx?id=25119

...