You can execute your Smoke or Regression suite by using Cucumber command line options along with Jenkins. You need to use Cucumber Dcucumber.options for that. Use below steps:
Step 1: Create New or Edit your existing Maven Project.
Step 2: Click on Configure
Step 2: Select checkbox This project is parameterized
Step 3: Select Add Parameter -> Choice Parameter
Step 4: Give Name = Tags and Choices = smoke and regression [Do not use @ symbol, just specify name of the tag].
Step 5: Specify Goals and Options and path of your pom.xml
Step 6: Select Option and Build with Parameters