From e31f3fae8bdcb52a1180824bd03f14d34b9c91f5 Mon Sep 17 00:00:00 2001 From: poldy79 <leonard@penzer.de> Date: Sun, 24 Jun 2018 10:42:56 +0200 Subject: [PATCH] Switch to gluon v2017.1.8 Updated Jenkinsfile to use gluon v2017.1.8 instead of v2017.1.7. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index fa7e9994b..6adeee07b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ Per default, all broken targets will be build also. You can choose to run make clean before building each architecture. You can check clean_workspace to build entirely from scratch. -Note that bcrm2708_2710 is not supported with v2017.1.7, but on gluon +Note that bcrm2708_2710 is not supported with v2017.1.8, but on gluon master branch. It will be supported in a later release. If you want to use a different gluon version, you can modify the gluon @@ -87,7 +87,7 @@ pipeline { booleanParam(name: 'make_clean', defaultValue: false, description: 'execute make clean before building each architecture' ) booleanParam(name: 'clean_workspace', defaultValue: false, description: 'delete all files in workspace before building' ) choice(name: 'broken', choices: '1\n0', description: 'wether to build broken targets or not') - string(defaultValue: "refs/tags/v2017.1.7", name: 'gluon', description: 'gluon release tag') + string(defaultValue: "refs/tags/v2017.1.8", name: 'gluon', description: 'gluon release tag') string(defaultValue: "*/master", name: 'site', description: 'site release tag, branch or commit') string(defaultValue: "", name: 'deploy_to', description: 'target for rsync\nExample: www@netinfo:/home/www/html/firmware/gluon/archive/@leonard') } -- GitLab