build icon indicating copy to clipboard operation
build copied to clipboard

Create a http build source

Open nicolaferraro opened this issue 6 years ago • 1 comments

/kind feature /area API

As alternative for the same use case in #505, it may be helpful to provide a http based build source, to allow the user to provide the URL of a package containing the files to start the build from.

nicolaferraro avatar Dec 18 '18 10:12 nicolaferraro

In the meantime you can specify a ContainerSource which specifies a container to run to fetch and place source into /workspace, or anywhere else you want.

Longer term, this should be an HTTP-fetching Resource that you can use and reuse in a Pipeline. The Resource model makes it a lot easier to define many types of sources, without having to have them all defined by the main repo.

imjasonh avatar Dec 18 '18 13:12 imjasonh