DOCUMENTATION: Update comments for runAutoSemver.groovy
				
					
				
			This commit is contained in:
		@ -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
 | 
			
		||||
 *
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user