Skip to content

Commit

Permalink
Jenkinsfile: update SDK version to v1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Zinjurde <[email protected]>
  • Loading branch information
nikhil-zinjurde-imgtec committed Feb 17, 2017
1 parent d7b1d02 commit 9aed053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
])
])
Expand Down

0 comments on commit 9aed053

Please sign in to comment.