Skip to content
Snippets Groups Projects
Commit 0a3e3aa1 authored by Angus Ainslie (Purism)'s avatar Angus Ainslie (Purism)
Browse files

Jenkinsfile: overide the KERNEL_URL and UBOOT_URL


Use the overides for the build step

Signed-off-by: default avatarAngus Ainslie (Purism) <angus@akkea.ca>
parent 87d1970f
No related branches found
No related tags found
No related merge requests found
Pipeline #34501 passed
......@@ -41,7 +41,7 @@ node {
sh "make DIST='${params.dist}' BOARD='${params.board}' TYPE='${params.build_type}' check"
}
stage('Build') {
sh "make DIST='${params.dist}' BOARD='${params.board}' TYPE='${params.build_type}'"
sh "make DIST='${params.dist}' BOARD='${params.board}' TYPE='${params.build_type}' KERNEL_URL='${params.kernel_url}' UBOOT_URL='${params.uboot_url}'"
}
stage('Publish') {
if( "${params.publish}"=="true" ) {
......
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