Updated Jekinsfile
This commit is contained in:
parent
046d99d839
commit
d1e19ab6bd
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -2,7 +2,7 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
booleanParam(defaultValue: true, description: 'Enabled/disables the building of an optimized build', name: 'build_optimized')
|
booleanParam(defaultValue: false, description: 'Enabled/disables the building of an optimized build', name: 'build_optimized')
|
||||||
booleanParam(defaultValue: true, description: 'Build the libraries as well', name: 'build_libraries')
|
booleanParam(defaultValue: true, description: 'Build the libraries as well', name: 'build_libraries')
|
||||||
booleanParam(defaultValue: true, description: 'Deploy this build', name: 'deploy_build')
|
booleanParam(defaultValue: true, description: 'Deploy this build', name: 'deploy_build')
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user