Skip to content

Commit

Permalink
force an exit error for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Nov 11, 2019
1 parent 4341a78 commit 77991a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions script/jenkins/windows-build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ exec { mage fields }

echo "Building $env:beat"
exec { mage build } "Build FAILURE"


echo "Force exit 1"
exit 1

0 comments on commit 77991a1

Please sign in to comment.