Reputation: 4114
When using the CloudBees SDK, I can use the parameter "-ep eu" to deploy to EU data center, but how can this be done with the Maven plugin? -ep is reserved to encrypting server password in Maven.
Upvotes: 1
Views: 145
Reputation: 2633
Set property bees.apiurl or plugin parameter to https://api-eu.cloudbees.com/api
Upvotes: 3