You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2019. It is now read-only.
A git repo may contain any number of supporting folders and the required build key file (e.g., pom.xml, package.json, build.gradle) may not be housed at the very top level.
When fetching the contents of this repo, only the src_dir contents should be placed in the build workspace. (Perhaps there is some git optimization that allows only this sub-folder to be fetched in the first place.)
When specifying a
gitsource, e.g.,It seems that we will need to allow the user to (optionally) identify the root of the source to be built, e.g.,
A git repo may contain any number of supporting folders and the required build key file (e.g.,
pom.xml,package.json,build.gradle) may not be housed at the very top level.When fetching the contents of this repo, only the
src_dircontents should be placed in the build workspace. (Perhaps there is some git optimization that allows only this sub-folder to be fetched in the first place.)