commit | 4b1e61df82e28bf0f1136a5f2e0378ac8cd80dbb | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jun 15 13:38:02 2017 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jun 15 13:38:02 2017 -0700 |
tree | dc6db22d41ec4e2dbad8176ed2e4b22921d668e4 | |
parent | f4e27a297c828646d26c5c18d1c42b1ed833d24c [diff] |
Fixing Jenkinsfile Change-Id: Icde878e06648d5e82b4e1669e30ed45766eea3f4
diff --git a/Jenkinsfile b/Jenkinsfile index 18527a3..d357afd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -57,7 +57,7 @@ } } dir('build/platform-install') { - sh `ansible-playbook -i inventory/mock-rcord teardown-playbook.yml` + sh 'ansible-playbook -i inventory/mock-rcord teardown-playbook.yml' echo "RESULT: ${currentBuild.result}" } }