mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-29 22:39:33 +00:00
Add: environment variables for sh scripts
Signed-off-by: urpylka <urpylka@gmail.com>
This commit is contained in:
@@ -9,6 +9,10 @@ pipeline {
|
||||
PREFIX_PATH = '/mnt'
|
||||
DEV_BOOT = '/dev/disk/by-uuid/CDD4-B453'
|
||||
DEV_ROOTFS = '/dev/disk/by-uuid/72bfc10d-73ec-4d9e-a54a-1cc507ee7ed2'
|
||||
|
||||
DEBIAN_FRONTEND = 'noninteractive'
|
||||
LANG = 'C.UTF-8'
|
||||
LC_ALL = 'C.UTF-8'
|
||||
}
|
||||
stages {
|
||||
stage('Get image') {
|
||||
|
||||
Reference in New Issue
Block a user