-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
introducing env to git pipeline resource
Git resource parameters now support, httpProxy, httpsProxy, and noProxy. All three parameters are optional, no validation done on any. Its user's responsibility to specify valid values and specify whichever is needed based on their use case. e.g.: ``` inputs: resources: - name: skaffold resourceSpec: type: git params: - name: revision value: master - name: url value: https://github.com/GoogleContainerTools/skaffold - name: httpProxy value: "http.proxy.com" - name: httpsProxy value: "https.proxy.com" - name: noProxy value: "no.proxy.com" ```
- Loading branch information
1 parent
153f1d1
commit a10e779
Showing
6 changed files
with
492 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.