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
This patch will add a config variale generateStackReport which
is by default set to true but if provided false, stack report
will not be generated
Fixes#74
Copy file name to clipboardExpand all lines: README.md
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,15 @@ This is the API where you provide configurations like runtime or something like
179
179
180
180
If above block is configured in your pipeline then every time the spined pod will have a container named `node` which having the environments for nodejs8. By default pod will be spined with basic utilities like `oc`, `git` etc
This is the block which will be executed for continuous integration flow. By default all branches starting with name `PR-` will go through this execution. You can override by providing a branch name in arguments
@@ -276,8 +285,8 @@ This API can read multiple resources separated by `---` from the yaml file.
0 commit comments