Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon site
Commits
e31f3fae
Commit
e31f3fae
authored
6 years ago
by
Leonard Penzer
Browse files
Options
Downloads
Patches
Plain Diff
Switch to gluon v2017.1.8
Updated Jenkinsfile to use gluon v2017.1.8 instead of v2017.1.7.
parent
e31041d9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Jenkinsfile
+2
-2
2 additions, 2 deletions
Jenkinsfile
with
2 additions
and
2 deletions
Jenkinsfile
+
2
−
2
View file @
e31f3fae
...
...
@@ -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'
)
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment