Vault SSH OTP - Is it possible to set the use_limit/ num_uses?

Planning to use Vault SSH authentication for automated build promotions through Jenkins.
In this scenario I have to authenticate to the application server from Jenkins server and do the following activity

  1. Transfer the build (Artifacts server to deployment server)
  2. Backup the existing build
  3. Deploy the build
  4. Verify the deployment
    I would like to use the same OPT for N number of times within the TTL. Do we have any options for this?