Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
better end2end
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnitzel committed Feb 9, 2018
1 parent 3426106 commit 5b11d49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile.end2end
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
node {

stage ('Checkout') {
deleteDir()
checkout scm
}

ansiColor('xterm') {
stage ('run test') {
try {
sh "make end2end-tests -j4"
sh "make end2end-tests -j1"
} catch (e) {
echo "Something went wrong, trying to cleanup"
sh "make end2end-tests/clean"
Expand Down

0 comments on commit 5b11d49

Please sign in to comment.