image_builder: Added GWBT_URL parameter

Added GWBT_URL parameter for automatic insert that to field on manual run of build
This commit is contained in:
Smirnov Artem
2018-06-02 14:55:53 +03:00
committed by GitHub
parent 580eb2400c
commit 40782063c4

View File

@@ -10,6 +10,8 @@ pipeline {
string(name: 'RPI_DONWLOAD_URL', defaultValue: 'https://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2017-12-01/2017-11-29-raspbian-stretch-lite.zip')
// TODO: Add mirrorparameters
string(name: 'GWBT_URL', defaultValue: 'https://github.com/CopterExpress/clever.git')
}
environment {
DEBIAN_FRONTEND = 'noninteractive'