Option to install git
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -27,6 +27,11 @@ pipeline {
|
||||
defaultValue: '2',
|
||||
description: 'RAM in GB'
|
||||
)
|
||||
booleanParam(
|
||||
name: 'INSTALL_GIT',
|
||||
defaultValue: false,
|
||||
description: 'Install git'
|
||||
)
|
||||
booleanParam(
|
||||
name: 'INSTALL_DOCKER',
|
||||
defaultValue: false,
|
||||
@@ -204,6 +209,7 @@ all:
|
||||
sh """
|
||||
ansible-playbook playbooks/configure.yml \
|
||||
-i temp_inventory.yml \
|
||||
-e "install_git=${params.INSTALL_GIT}" \
|
||||
-e "install_docker=${params.INSTALL_DOCKER}" \
|
||||
-e "install_nfs_folder=${params.INSTALL_NFS_FOLDER}" \
|
||||
-e "install_nfs_vault=${params.INSTALL_NFS_VAULT}"
|
||||
|
||||
Reference in New Issue
Block a user