This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# @author : mantri-govind | |
# | |
# This script will pull first tag by default. If you wish to extract all consider updating last time and remove the index. | |
# | |
# Details for parameters | |
# JobName : Name of gitlab job for which we want to extract tag | |
# projectId : Project Id can be found on your repo's main page | |
# commitId : pass the full commit ID which should be extracted by job API | |
# |