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
Guido Gunther
image-builder
Commits
6b2652aa
Commit
6b2652aa
authored
Dec 29, 2018
by
Guido Gunther
Browse files
Jenkinsfile: Grab meta.yml as artifact as well
parent
703c2ec1
Pipeline
#3169
passed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
6b2652aa
node
{
gitUrl
=
'https://source.puri.sm/Librem5/image-builder.git'
branch
=
'master'
artifacts
=
"checksums,${params.board}.img.xz,tmp/*-report.log"
artifacts
=
"checksums,${params.board}.img.xz,tmp/*-report.log
,files/meta.yml
"
build_on_x86
=
[
'imx6'
,
'qemu-x86_64'
]
qcow2_builds
=
[
'qemu-x86_64'
]
currentBuild
.
description
=
"${params.board} ${params.dist} ${build_type} image"
...
...
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