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
kernel-builder
Commits
93e118e6
Commit
93e118e6
authored
Mar 05, 2019
by
Angus Ainslie (Purism)
Browse files
Jenkinsfile: poll the linux branch for changes
parent
9c0a1a98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
93e118e6
properties
([
pipelineTriggers
([
[
$class
:
"SCMTrigger"
,
scmpoll_spec:
"* * * * *"
],
])
])
node
{
gitUrl
=
'https://source.puri.sm/librem5/kernel-builder.git'
artifacts
=
'output/*'
...
...
@@ -14,7 +20,7 @@ node {
}
stage
(
'Setup'
)
{
git
url:
gitUrl
,
branch:
branch
git
poll:
true
,
url:
gitUrl
,
branch:
branch
}
stage
(
'Build kernel'
)
{
sh
"KERNEL_REPO=${kernel_url} KERNEL_BRANCH=${kernel_branch} MAKE_OPTS=${MAKE_OPTS} DOT_CONFIG=${dot_config} ./build_kernel_deb.sh -b ${board}"
...
...
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