Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
image-builder
Commits
95104d27
Commit
95104d27
authored
Mar 12, 2021
by
Guido Gunther
Browse files
Jenkinsfile: Use modern default
parent
ee1c4238
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
95104d27
...
...
@@ -9,7 +9,7 @@ node {
parameters
{
string
(
name:
'board'
,
defaultValue:
"librem5r4"
,
description:
'What board type to build for?'
)
string
(
name:
'dist'
,
defaultValue:
"b
uster+ci
"
,
description:
'What distribuition to build for?'
)
string
(
name:
'dist'
,
defaultValue:
"b
yzantium
"
,
description:
'What distribuition to build for?'
)
string
(
name:
'build_type'
,
defaultValue:
"plain"
,
description:
'What type of build is this?'
)
string
(
name:
'publish'
,
defaultValue:
"false"
,
description:
'Should the image get published?'
)
string
(
name:
'kernel_url'
,
defaultValue:
""
,
description:
'The URL of the kernel'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment