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:
2020-11-22 23:15:47 -05:00
parent 11a4ff35fc
commit f3bc97206a
3 changed files with 20 additions and 14 deletions

View File

@ -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