Tried to update element via Endevor Bridge for Git and found the following error:
Release : 18.1
Endevor Bridge for Git: 2.12.5
Endevor Bridge for Git application.yml has the following setting:
endevor:
retries: 5
connect-timeout-msec: 300000
read-timeout-msec: 500000
status-check-msec: 120000
trim-trailing-spaces: NO_TRIM
trimmed-types:
ignore-empty-file-extensions: false
retrieve:
override-signout: true
no-signout: true
signin-after: KEEP_PREVIOUS
default:
ccid: RETRIEVE
comment: "Bridge for Git RETRIEVE"
to-location: Bridge for Git ${app.git-bridge.identifier}
update:
override-signout: false
signin-after: ALWAYS
Update application.yml and set:
endevor:
update:
override-signout: true
This will allow user to update the element with override-signout option turned on.
Check out more information in Endevor Bridge for Git Endevor Client Options