build.v1.gitBuildSource
"GitBuildSource defines the parameters of a Git SCM"
Index
fn withHttpProxy(httpProxy)
fn withHttpsProxy(httpsProxy)
fn withNoProxy(noProxy)
fn withRef(ref)
fn withUri(uri)
Fields
fn withHttpProxy
withHttpProxy(httpProxy)
"httpProxy is a proxy used to reach the git repository over http"
fn withHttpsProxy
withHttpsProxy(httpsProxy)
"httpsProxy is a proxy used to reach the git repository over https"
fn withNoProxy
withNoProxy(noProxy)
"noProxy is the list of domains for which the proxy should not be used"
fn withRef
withRef(ref)
"ref is the branch/tag/ref to build."
fn withUri
withUri(uri)
"uri points to the source that will be built. The structure of the source will depend on the type of build to run"