Merge pull request #38 from RightBrain-Networks/documentation/groovyFunction
DOCUMENTATION: Update comments for `runAutoSemver.groovy`
This commit is contained in:
		@ -2,8 +2,8 @@
 | 
				
			|||||||
#!/usr/bin/env groovy
 | 
					#!/usr/bin/env groovy
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Runs "semver -n". Upon successful return, pushes changes from remote repo
 | 
					 * Runs "semver -n" and updates environment variables ${env.SEMVER_NEW_VERSION}, ${env.SEMVER_RESOLVED_VERSION},
 | 
				
			||||||
 * to ${env.GIT_BRANCH}.
 | 
					 * ${env.VERSION}, and ${env.SEMVER_STATUS}
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * @param dockerImage (Optional) The docker image with semver to run in environment
 | 
					 * @param dockerImage (Optional) The docker image with semver to run in environment
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user