diff --git a/Jenkinsfile b/Jenkinsfile index edaebf8..6608df1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,8 @@ pipeline { stage('Test Chrome') { steps { - echo 'Testing Chrome' + echo 'Testing Chrome ' + sh 'exit 1' } } @@ -37,4 +38,4 @@ pipeline { } } -} \ No newline at end of file +}