commit | f4e27a297c828646d26c5c18d1c42b1ed833d24c | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jun 15 13:30:08 2017 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jun 15 13:30:08 2017 -0700 |
tree | 1ba693973e4167304eb7d08f99282be404273dea | |
parent | 896dd8b07378d856cb1bb0a3348980bb13de967e [diff] |
Fixing Jenkinsfile Change-Id: Ie05d3d26b9dcfd905407a52d305393ecbbd96f9f
diff --git a/Jenkinsfile b/Jenkinsfile index cadc328..18527a3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -37,7 +37,7 @@ } dir('build/platform-install') { stage 'Build Mock R-CORD Config' - sh `ansible-playbook -i inventory/mock-rcord deploy-xos-playbook.yml` + sh 'ansible-playbook -i inventory/mock-rcord deploy-xos-playbook.yml' } dir('orchestration/xos-gui') { try {