From 9aed0535d2cc3c57372d236afca90d3bb9c4c040 Mon Sep 17 00:00:00 2001 From: Nikhil Zinjurde Date: Fri, 17 Feb 2017 15:04:52 +0530 Subject: [PATCH] Jenkinsfile: update SDK version to v1.1.0 Signed-off-by: Nikhil Zinjurde --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9bc8ff5..da23862 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ def creatorPackages = [ properties([ buildDiscarder(logRotator(numToKeepStr: '30')), parameters([ - stringParam(defaultValue: 'http://downloads.creatordev.io/openwrt/latest/pistachio/marduk/OpenWrt-SDK-v1.0.1-pistachio-marduk_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2', + stringParam(defaultValue: 'http://downloads.creatordev.io/openwrt/latest/pistachio/marduk/OpenWrt-SDK-v1.1.0-pistachio_gcc-5.3.0_musl-1.1.15.Linux-x86_64.tar.bz2', description: 'OpenWrt SDK tarball to use', name: "SDK_TARBALL"), ]) ])