Skip to content
Snippets Groups Projects
Commit 6c8f7843 authored by nrbffs's avatar nrbffs
Browse files

Update gluon version to v2018.2

parent ee3bd01e
Branches
Tags
No related merge requests found
......@@ -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')
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment