eclipse / xtext-idea

xtext-idea
13 stars 18 forks source link

[eclipse/xtext#1222] Auto-detect upstream repository URLs #80

Closed kthoms closed 6 years ago

kthoms commented 6 years ago

Using plugin org.ajoberstar.grgit to be able to determine the repository's current branch name.

When using jenkinsPipelineRepo Jenkins is contacted to check the existence of jobs, starting with the current branch name and falling back to 'master'. This is done for each upstream repository.

Signed-off-by: Karsten Thoms karsten.thoms@itemis.de

cdietrich commented 6 years ago

i thought we would abandon idea

kthoms commented 6 years ago

I consider this as a progress. It reduces the amount of error prone changes for cross-repo features.