Bugfix intenum
Fix creds attempt documented workaround Set system prop Use privileged container to work around Jenkins bug Remove property set
This commit is contained in:
		@ -40,6 +40,7 @@ def call(dockerImage = "rightbrainnetworks/auto-semver:latest", debug = false) {
 | 
			
		||||
          break
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      env.SEMVER_NEW_VERSION = sh(script: "grep -Po '${regex}' .bumpversion.cfg", returnStdout: true).trim()
 | 
			
		||||
      env.SEMVER_RESOLVED_VERSION = getVersion("-d ${args}")
 | 
			
		||||
 | 
			
		||||
      env.VERSION = env.SEMVER_RESOLVED_VERSION
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user