Skip to content

Commit

Permalink
deploy: 781696f
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMerrick committed Jun 24, 2024
1 parent 6574609 commit 84b91ce
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 14 deletions.
76 changes: 68 additions & 8 deletions reference/cli/pipeline/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -464,11 +464,36 @@ For more information, please run <code>vela validate pipeline --help</code
</thead>
<tbody>
<tr>
<td><code>org</code></td>
<td>name of organization for the builds</td>
<td><code>VELA_ORG</code>, <code>BUILD_ORG</code></td>
</tr>
<tr>
<td><code>pipeline-type</code></td>
<td>provide the repository pipeline type</td>
<td><code>VELA_PIPELINE_TYPE</code>, <code>PIPELINE_TYPE</code></td>
</tr>
<tr>
<td><code>repo</code></td>
<td>name of repository for the builds</td>
<td><code>VELA_REPO</code>, <code>BUILD_REPO</code></td>
</tr>
<tr>
<td><code>compiler-starlark-exec-limit</code></td>
<td>set the starlark execution step limit for compiling starlark pipelines (default 7500)</td>
<td><code>VELA_COMPILER_STARLARK_EXEC_LIMIT</code>, <code>COMPILER_STARLARK_EXEC_LIMIT</code></td>
</tr>
<tr>
<td><code>file</code></td>
<td>name of the file for the pipeline</td>
<td><code>VELA_FILE</code>, <code>PIPELINE_FILE</code></td>
</tr>
<tr>
<td><code>max-template-depth</code></td>
<td>set the maximum depth for nested templates (default: 3)</td>
<td><code>VELA_MAX_TEMPLATE_DEPTH</code>, <code>MAX_TEMPLATE_DEPTH</code></td>
</tr>
<tr>
<td><code>path</code></td>
<td>path to the file for the pipeline</td>
<td><code>VELA_PATH</code>, <code>PIPELINE_PATH</code></td>
Expand All @@ -479,6 +504,11 @@ For more information, please run <code>vela validate pipeline --help</code
<td><code>VELA_REF</code>, <code>PIPELINE_REF</code></td>
</tr>
<tr>
<td><code>remote</code></td>
<td>enables validating a pipeline on a remote server</td>
<td><code>VELA_REMOTE</code>, <code>PIPELINE_REMOTE</code></td>
</tr>
<tr>
<td><code>template</code></td>
<td>enables templates to be included in pipeline validation</td>
<td><code>VELA_TEMPLATE</code>, <code>PIPELINE_TEMPLATE</code></td>
Expand All @@ -489,9 +519,44 @@ For more information, please run <code>vela validate pipeline --help</code
<td><code>VELA_TEMPLATE_FILE</code>, <code>PIPELINE_TEMPLATE_FILE</code></td>
</tr>
<tr>
<td><code>remote</code></td>
<td>enables validating a pipeline on a remote server</td>
<td><code>VELA_REMOTE</code>, <code>PIPELINE_REMOTE</code></td>
<td><code>branch</code></td>
<td>provide the build branch for the pipeline</td>
<td><code>VELA_BRANCH</code>, <code>PIPELINE_BRANCH</code>, <code>VELA_BUILD_BRANCH</code></td>
</tr>
<tr>
<td><code>comment</code></td>
<td>provide the build comment for the pipeline</td>
<td><code>VELA_COMMENT</code>, <code>PIPELINE_COMMENT</code>, <code>VELA_BUILD_COMMENT</code></td>
</tr>
<tr>
<td><code>event</code></td>
<td>provide the build event for the pipeline</td>
<td><code>VELA_EVENT</code>, <code>PIPELINE_EVENT</code>, <code>VELA_BUILD_EVENT</code></td>
</tr>
<tr>
<td><code>file-changeset</code></td>
<td>provide a list of files changed for ruleset matching</td>
<td><code>VELA_FILE_CHANGESET</code>, <code>FILE_CHANGESET</code></td>
</tr>
<tr>
<td><code>status</code></td>
<td>provide the expected build status for the local validation (default: “success”)</td>
<td><code>VELA_STATUS</code>, <code>PIPELINE_STATUS</code>, <code>VELA_BUILD_STATUS</code></td>
</tr>
<tr>
<td><code>tag</code></td>
<td>provide the build tag for the pipeline</td>
<td><code>VELA_TAG</code>, <code>PIPELINE_TAG</code>, <code>VELA_BUILD_TAG</code></td>
</tr>
<tr>
<td><code>target</code></td>
<td>provide the build target for the pipeline</td>
<td><code>VELA_TARGET</code>, <code>PIPELINE_TARGET</code>, <code>VELA_BUILD_TARGET</code></td>
</tr>
<tr>
<td><code>clone-image</code></td>
<td>the clone image to use for the injected clone step</td>
<td><code>VELA_CLONE_IMAGE</code>, <code>COMPILER_CLONE_IMAGE</code></td>
</tr>
<tr>
<td><code>compiler.github.token</code></td>
Expand All @@ -503,11 +568,6 @@ For more information, please run <code>vela validate pipeline --help</code
<td>github url, used by compiler, for pulling registry templates</td>
<td><code>VELA_COMPILER_GITHUB_URL</code>, <code>COMPILER_GITHUB_URL</code></td>
</tr>
<tr>
<td><code>pipeline-type</code></td>
<td>provide the repository pipeline type</td>
<td><code>VELA_PIPELINE_TYPE</code>, <code>PIPELINE_TYPE</code></td>
</tr>
</tbody>
</table>
<h2 id="permissions">Permissions</h2>
Expand Down
Loading

0 comments on commit 84b91ce

Please sign in to comment.