image_builder: enable shrinker by default

This commit is contained in:
Artem Smirnov
2018-06-25 13:28:44 +03:00
parent 357b38b5e7
commit c9042588f0

View File

@@ -14,7 +14,7 @@ pipeline {
string(name: 'GWBT_URL', defaultValue: 'https://github.com/CopterExpress/clever.git')
// Experimental function
booleanParam(name: 'SHRINK', defaultValue: false, description: 'SHRINK IMAGE')
booleanParam(name: 'SHRINK', defaultValue: true, description: 'SHRINK IMAGE')
booleanParam(name: 'DISCOVER_ROS_PACKAGES', defaultValue: false, description: 'DISCOVER ROS PACKAGES')
}
environment {