DOCUMENTATION: Update comments for runAutoSemver.groovy

This commit is contained in:
Layla 2020-01-28 12:21:45 -05:00
parent 21585c5eab
commit 8e7991db56

View File

@ -2,8 +2,8 @@
#!/usr/bin/env groovy
/**
* Runs "semver -n". Upon successful return, pushes changes from remote repo
* to ${env.GIT_BRANCH}.
* Runs "semver -n" and updates environment variables ${env.SEMVER_NEW_VERSION}, ${env.SEMVER_RESOLVED_VERSION},
* ${env.VERSION}, and ${env.SEMVER_STATUS}
*
* @param dockerImage (Optional) The docker image with semver to run in environment
*