diff --git a/Jenkinsfile b/Jenkinsfile index a76063e..dd07b58 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -107,7 +107,7 @@ if (env.lazyInput) { nextVersion = [ name: env.lazyInput, code: nextVersion.code ] } - sh("git checkout -b release-${env.LAZY_INPUT}") + sh("git checkout -b release-${nextVersion.name}") androidVersion(nextVersion) nextVersion = androidVersion() // Just to catch any problem echo("nextVersion = ${nextVersion.toString()}" )