properties([
parameters([
string(name: 'GIT_BRANCH', defaultValue: 'feature/dev-26387-split-micro-deploy', description: 'zift-infrastructure branch to use'),
booleanParam(name: 'RUN_TESTS', defaultValue: true, description: 'Boolean whether to run unit tests or not'),
booleanParam(name: 'DEPLOY_TO_SANDBOX', defaultValue: true, description: 'Boolean whether to deploy to sandbox or not')
])
])