| commit | fd17d64a37b6074b69c99121a9a284dcd4acc056 | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Wed May 24 17:30:03 2017 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Wed May 24 17:35:30 2017 -0400 |
| tree | fdf0a22f7ced61cc3dd879363b66ca382a0f70ce | |
| parent | c469220afc22c6854dcf553c727ddd9de72809f0 [diff] [blame] |
simplify build to use docker Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com> Change-Id: Ic70c5f279f4bda9b9605d1ab107e50dcad5cdd10
diff --git a/Jenkinsfile b/Jenkinsfile index f40d65b..729fd56 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -10,7 +10,7 @@ } stage("Test") { steps { - sh 'make -j4 test' + sh 'make test' } } stage("Build") {