diff --git a/Jenkinsfile b/Jenkinsfile index 93e2d41..aae1531 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -105,7 +105,7 @@ run: { def currentVersion = androidVersion() echo("currentVersion = ${currentVersion.toString()}") - lazyGitPass('bot-ci-dgm', { + gitAuth('bot-ci-dgm', { // Fork a release branch as requested echo("Git logs since last tag:\n" + gitLog()) def nextVersion = [ string: currentVersion.string, number: currentVersion.number + 1 ] @@ -139,7 +139,7 @@ def currentVersion = androidVersion() echo("currentVersion = ${currentVersion.toString()}") if ( !lazyConfig.env.DRYRUN ) fastlane('android', 'alpha') - lazyGitPass('bot-ci-dgm', { + gitAuth('bot-ci-dgm', { gitMerge( "${lazyConfig['branch']}", "${releaseFrom['branch']}", @@ -182,7 +182,7 @@ if ( !lazyConfig.env.DRYRUN ) fastlane('android', 'production')*/ def currentVersion = androidVersion() echo("currentVersion = ${currentVersion.toString()}") - lazyGitPass('bot-ci-dgm', { + gitAuth('bot-ci-dgm', { gitMerge( "${lazyConfig['branch']}", "${releaseTo['branch']}",