Endevor B4G - commit-author
search cancel

Endevor B4G - commit-author

book

Article ID: 230425

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Set commit-author to ENDEVOR_USER in application.yml and loaded up users into Endevor B4G.

 security:
    auth-provider: BITBUCKET

    # commit-author
    commit-author: ENDEVOR_USER

A user updated an element in Endevor, why Bitbucket commit id shows as the mapping owner and not the Endevor User (actionuserid in B4G log) ? 

 

Environment

Release : 18.1

Component : BRIDGE FOR GIT 2.9.1

Resolution

Move the line "commit-author: ENDEVOR_USER" to be under git-bridge properties not under security in application.yml, restart Endevor Bridge for Git.

  git-bridge:
    # Instance URL (e.g http://<external-URL>)
    url: http://hostname:port

    # commit-author
    commit-author: ENDEVOR_USER