diff --git a/Jenkinsfile b/Jenkinsfile index 6f399a8..84410f4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -141,7 +141,7 @@ tasks = [ pre: { def currentVersion = readFile(encoding: 'UTF-8', file: 'version.txt') - gitAuth('bot-ci-dgm-rsa', { + gitAuth('bot-ci-dgm', { // Define next version based on optional input // TODO: impelement/import a generic helper for semantic versionning def nextVersion = 'new' @@ -163,7 +163,7 @@ echo("Rebuild for version ${currentVersion}") }, post: { - gitAuth('bot-ci-dgm-rsa', { + gitAuth('bot-ci-dgm', { gitTag("${currentVersion}", remote) gitPush(remote, releaseBranch) })