commit | 5abc553278f3cb9cbaaa9eec5af80b2f64ef3083 | [log] [tgz] |
---|---|---|
author | gopinath <gopinath@opennetworking.org> | Fri Sep 01 17:11:04 2017 -0700 |
committer | gopinath <gopinath@opennetworking.org> | Fri Sep 01 17:11:04 2017 -0700 |
tree | e0ffc74f9f80292c091eed126136ae713876b802 | |
parent | 535769e1aafac8561c020974324f15d5a06c9efb [diff] [blame] |
Removing Virtualbox provider from Jenkinsfile Change-Id: I02a997a1fefaab53a03f88b76b069785d8c16c23
diff --git a/Jenkinsfile.newBuildSystem b/Jenkinsfile.newBuildSystem index 367165f..8d10a3d 100644 --- a/Jenkinsfile.newBuildSystem +++ b/Jenkinsfile.newBuildSystem
@@ -80,7 +80,7 @@ } stage ("Deploy") { - sh "VAGRANT_PROVIDER=virtualbox make build" + sh "make build" } stage ("Power cycle compute nodes") {