updated Jenkinsfile

This commit is contained in:
Joseph Henry
2016-10-28 17:26:04 -07:00
parent 01e5349e7f
commit af705f40fe

2
Jenkinsfile vendored
View File

@@ -5,7 +5,7 @@ parallel 'centos7': {
try {
checkout scm
stage('Build centos7') {
sh 'make -f make-linux.mk linux_service_and_intercept SDK_LWIP=1 SDK_IPV4=1'
sh 'make linux_service_and_intercept SDK_LWIP=1 SDK_IPV4=1'
}
}
catch (err) {