Skip to content
Snippets Groups Projects
Commit b999c6ec authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

Merge branch 'break-legacy' into 'master'

Jenkinsfile: move the build type to the front

See merge request Librem5/image-builder!102
parents 954c7bfe ccaa2761
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ node {
build_on_x86 = [ 'imx6', 'qemu-x86_64' ]
qcow2_builds = [ 'qemu-x86_64' ]
separate_boot_image = []
currentBuild.description = "${params.board} ${params.dist} ${build_type} image"
currentBuild.description = "${build_type} ${params.board} ${params.dist} image"
parameters {
string(name: 'board', defaultValue: "imx6", description: 'What board type to build for?')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment