Change image size to from 8G to 7G

This commit is contained in:
Oleg Kalachev
2018-05-10 16:40:05 +03:00
committed by GitHub
parent 6b74f75616
commit a91f9e5a6b

View File

@@ -24,7 +24,7 @@ pipeline {
}
stage('Resize FS') {
environment {
SIZE = '8G'
SIZE = '7G'
}
steps {
sh "$WORKSPACE/image_builder/image_config.sh resize_fs $SIZE ${params.BUILD_DIR} ${params.IMAGE_NAME}"