-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a generic build failed reason to display to display for build failures that do not have a more specific reason
- Loading branch information
1 parent
611176d
commit 2baacf1
Showing
5 changed files
with
83 additions
and
0 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
kind: BuildConfig | ||
apiVersion: v1 | ||
metadata: | ||
name: statusfail-genericfailure | ||
spec: | ||
source: | ||
git: | ||
uri: "https://github.com/openshift/ruby-ex" | ||
strategy: | ||
type: Source | ||
sourceStrategy: | ||
from: | ||
kind: DockerImage | ||
name: centos/ruby-23-centos7:latest | ||
scripts: "http://example.org/scripts" | ||
env: | ||
- name: http_proxy | ||
value: ":http://example.org" |