commit | 535769e1aafac8561c020974324f15d5a06c9efb | [log] [tgz] |
---|---|---|
author | Luca Prete <luca@onlab.us> | Fri Sep 01 16:16:35 2017 -0700 |
committer | Luca Prete <luca@onlab.us> | Fri Sep 01 16:16:35 2017 -0700 |
tree | dce8759447662d12788a5702f3894863ef481ee0 | |
parent | e2d51fda7f9d6b706daef9d430e18fd8feee5dec [diff] [blame] |
Fixing new build system Jenkinsfile Change-Id: I0a35392a8ffcd0cf3033b3c6ec516a05e5c4b19d
diff --git a/Jenkinsfile.newBuildSystem b/Jenkinsfile.newBuildSystem index e67011b..367165f 100644 --- a/Jenkinsfile.newBuildSystem +++ b/Jenkinsfile.newBuildSystem
@@ -76,7 +76,7 @@ } stage ("Generate CORD configuration") { - sh "make PODCONFIG=${config.pod_config.file_name} config" + sh "make PODCONFIG=automation/${config.pod_config.file_name} config" } stage ("Deploy") {