Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnikitin committed Sep 17, 2019
1 parent fcc4906 commit 0cdd7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci/pr/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ EOF
script {
createConfig("e2e-tests")

env.SHELL_EXIT_CODE = sh(returnStatus: true, script: 'make -C build/ci TARGET=ci-e2e ci')
env.SHELL_EXIT_CODE = sh(returnStatus: true, script: 'sudo make -C build/ci TARGET=ci-e2e ci')
sh 'make -C build/ci TARGET=generate-test-xml ci'
junit "e2e-tests.xml"

Expand Down

0 comments on commit 0cdd7b9

Please sign in to comment.