parameters {
string(name: 'ENV_ID', defaultValue: '<your-env-id>', description: 'Your environment id')
string(name: 'ORG_ID', defaultValue: '<your-org-id>', description: 'Your organization id')
string(name: 'FLEX_VERSION', defaultValue: '<gateway-version>', description: 'Flex version to run')
string(name: 'CONNECTED_APP_CLIENT_ID', defaultValue: '<connected-app-client-id>', description: 'Your connected app client id')
string(name: 'CONNECTED_APP_CLIENT_SECRET', defaultValue: '<connected-app-client-secret', description: 'Your connected app client secret')
string(name: 'EXCHANGE_ASSET_ID', defaultValue: '<asset-id-from-exchange>', description: 'The id of the http api exchange asset')
string(name: 'EXCHANGE_ASSET_VERSION', defaultValue: '<asset-version>', description: 'The version of the http api exchange asset')
string(name: 'GATEWAY_NAME', defaultValue: '<gateway-name>', description: 'Unique gateway name')
}