Merge pull request #38 from RightBrain-Networks/documentation/groovyFunction

DOCUMENTATION: Update comments for `runAutoSemver.groovy`
This commit is contained in:
Derek DeJonghe 2020-01-28 12:27:02 -05:00 committed by GitHub
commit 342b668e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
*