Skip to content
Snippets Groups Projects
Commit ab3a9875 authored by Leonard Penzer's avatar Leonard Penzer
Browse files

Updated gluon version to v2018.1

parent 512b64be
No related branches found
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/v2017.1.8", name: 'gluon', description: 'gluon release tag')
string(defaultValue: "refs/tags/v2018.1", 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