Won't Fix
Details
Assignee
Barak KorrenBarak Korren(Deactivated)Reporter
Former userFormer user(Deactivated)Components
Priority
Low
Details
Details
Assignee
Barak Korren
Barak Korren(Deactivated)Reporter
Former user
Former user(Deactivated)Components
Priority
Created July 30, 2017 at 9:35 AM
Updated September 2, 2018 at 3:51 PM
Resolved June 11, 2018 at 5:55 AM
In order to support all types of git URLs and project folders, we have decided to do the following:
1) Git clone dir, ${WORKSPACE}/{dir} will always stay ${WORKSPACE}/{project}
2) git URL will be different when using default macro and custom-repo macro.
for default it'll be: {git-proto}://{git-server}/{gerrit_subpath}{project}
for custom-repo it'll be: {git-proto}://{git-server}/{gerrit_subpath}{custom_repo}
3) trigger will also have default and custom repo.
for default it'll be {project}
for custom-repo it'll be {custome_repo}
custom_repo can be a project name or project name + path