From 6c8f7843945303c32c96e059c07e0a4f07a5fda2 Mon Sep 17 00:00:00 2001 From: nrbffs <38812627+nrbffs@users.noreply.github.com> Date: Tue, 15 Jan 2019 18:16:17 +0000 Subject: [PATCH] Update gluon version to v2018.2 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 784fbefc4..7a7290f37 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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/v2018.1", name: 'gluon', description: 'gluon release tag') + string(defaultValue: "refs/tags/v2018.2", 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