From 9a5c1521e296780c416b2401952aa8d0440b90a1 Mon Sep 17 00:00:00 2001 From: Mika Karjalainen Date: Thu, 25 Aug 2016 16:49:51 +0300 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e6af10434a..b9143793f4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ def parallelSteps = mbed.createParalleSteps("mbed-os", targets, toolchains) // Run build steps parallel, map as paramater stage "build all targets" -mbed.generalCompile(parallelSteps) +mbed.compile(parallelSteps) // Run testapps, mbed-os commit hash or master as parameter stage "run mbed-os testapps"