From 1f675f02bb49b149a62b9e263509b2763f789887 Mon Sep 17 00:00:00 2001 From: June Rhodes Date: Thu, 26 Jan 2017 15:23:26 +1100 Subject: [PATCH] Remove hard-coded path to Mono in Jenkinsfile (#215) --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4495c142..f153c8d0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,8 +10,8 @@ parallel( "Mac": { node('mac') { checkout poll: false, changelog: false, scm: scm - sh ("/usr/local/bin/mono Protobuild.exe --upgrade-all") - sh ("/usr/local/bin/mono Protobuild.exe --automated-build") + sh ("mono Protobuild.exe --upgrade-all") + sh ("mono Protobuild.exe --automated-build") } }, "Linux": {