Created
April 6, 2018 12:21
-
-
Save gabrielrojasnyc/69de2c6d1c3cce622cbce7893a12f555 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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