Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Fixed typo with boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypoulz committed Oct 18, 2017
1 parent 949ce6c commit f9fe125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/provision/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ properties([
description: 'Optional repo containing an Ansible playbook to run on the provisioned host.',
name: 'CONFIG_REPO'
),
boolean(
booleanParam(
defaultValue: true,
description: 'Run cinch to connect provisioned node to Jenkins master.',
name: 'CONNECT_AS_SLAVE'
Expand Down

0 comments on commit f9fe125

Please sign in to comment.