Jenkins build multiple goals and options Maven

Hi,

My project is currently integrated with Jenkins and the build is triggered after an upstream project.
Goal and options for this is e.g. test -PSmokeTest.
How can I set up a build with another goal e.g. test -PRegressionSuite to run periodically at midnight.

Thanks