Skip to content
Snippets Groups Projects
Unverified Commit c414d9c8 authored by Leonard Penzer's avatar Leonard Penzer Committed by GitHub
Browse files

Merge pull request #35 from freifunk-stuttgart/feature/switch-to-gluon-v2017.1.8

Switch to gluon v2017.1.8
parents e31041d9 e31f3fae
No related branches found
No related tags found
No related merge requests found
......@@ -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')
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment