From 038c9cca2df040922cd1990b4a30399463ddb1d5 Mon Sep 17 00:00:00 2001 From: Mihail Stoyanov Date: Mon, 13 Jun 2016 18:55:18 +0100 Subject: [PATCH] Revert "Update Jenkinsfile to support IAR and ARMCC" --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5e7f381c9a..9bfdda570a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,14 +8,14 @@ def morpheusTargets = [ // Map morpheus toolchains to compiler labels on Jenkins def toolchains = [ - ARM: "armcc", - IAR: "iar_arm", + //ARM: "armcc", + //IAR: "iar_arm", GCC_ARM: "arm-none-eabi-gcc" ] // Initial maps for parallel build steps def stepsForParallel = [:] - + // Jenkins pipeline does not support map.each, we need to use oldschool for loop for (int i = 0; i < morpheusTargets.size(); i++) { for(int j = 0; j < toolchains.size(); j++) {