Skip to content

Commit

Permalink
parameter for clean build
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnaud committed Dec 6, 2020
1 parent 627b81a commit ad07a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def ARCHIVES_PATH = [
pipeline {
agent none
parameters {
booleanParam(name: 'CLEAN_BUILD', defaultValue: false, description: 'deletes contents of the directories /bin and /build_dir.')
booleanParam(name: 'CLEAN_BUILD', defaultValue: true, description: 'deletes contents of the directories /bin and /build_dir.')
}
stages {
stage('BuildAndPublish') {
Expand Down

0 comments on commit ad07a02

Please sign in to comment.