From 4e8bc3a449a6abcc1b8d34586a28be1982054729 Mon Sep 17 00:00:00 2001 From: Mika Karjalainen Date: Mon, 8 Aug 2016 10:17:27 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6b4a27b3ad..c87ef7ce37 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,7 +57,7 @@ def morpheusBuildStep(target, compilerLabel, toolchain) { deleteDir() dir("mbed-os") { checkout scm - execute ("git log -1 --no-merges --pretty=format:'%H'" > GIT_REVISION) + execute ("git log -1 --no-merges --pretty=format:'%H' > GIT_REVISION") env.GIT_REVISION = readFile ("GIT_REVISION") execute ("mbed deploy --protocol ssh") execute ("mbed test --compile -m ${target} -t ${toolchain} -c")