Skip to content

Instantly share code, notes, and snippets.

@gabrielrojasnyc
Created April 6, 2018 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielrojasnyc/69de2c6d1c3cce622cbce7893a12f555 to your computer and use it in GitHub Desktop.
Save gabrielrojasnyc/69de2c6d1c3cce622cbce7893a12f555 to your computer and use it in GitHub Desktop.
node ('Windows2016') {
stage ('Test Pass') {
powershell 'Invoke-OperationValidation -testtype simple'
}
stage ('Test 2'){
powershell 'invoke-pester c:\test_gabe.Tests.ps1 -OutputFormat NunitXML -OutputFile report.xml -EnableExit'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment