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
Copy file name to clipboardExpand all lines: README.md
+14-4
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,14 @@ 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
| runtime | false | none | runtime of the application ex java, node, go etc. |
188
+
| version | false | none | version of the runtime using |
189
+
182
190
### ci
183
191
184
192
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
@@ -252,6 +260,8 @@ as `params`.
252
260
Following template parameters must be present in the template and is set to the
253
261
following values by default. You can override them by passing key value pairs in params.
0 commit comments