Skip to main content

Manual Build Version

This tutorial explains how to specify build version manually when run a build job

Assumed Scenario

Specify build version when manually trigger a build and create a corresponding tag if build is successful

How to Set Up

  1. Define a job parameter say Build Version in Params & Triggers section:

    Define Build Version Param

  2. Add a step of type Set Build Version to use above param:

    Set Build Version

  3. Add a step of type Create Tag to tag the repository with current build version:

    Create Tag