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
name: run_build
pack: builder
runner_type: "local-shell-cmd"
description: Run build for project and branch.
enabled: true
parameters:
env:
var1: "val1"
cmd:
immutable: true
default: 'builder build --repo {{repo}} --branch {{branch}}'
repo:
type: string
description: Github repo for project.
required: true
branch:
type: string
description: Branch to run the build on.
sha1:
type: string
description: Sha1 on branch to run the build on.
build_parameters:
type: object
description: k-v pair (k1=v1,k2=v2) of parameters to pass to build.
name: run_build
pack: builder
runner_type: "local-shell-cmd"
description: Run build for project and branch.
enabled: true
env:
var1: "val1"
parameters:
cmd:
immutable: true
default: 'builder build --repo {{repo}} --branch {{branch}}'
repo:
type: string
description: Github repo for project.
required: true
branch:
type: string
description: Branch to run the build on.
sha1:
type: string
description: Sha1 on branch to run the build on.
build_parameters:
type: object
description: k-v pair (k1=v1,k2=v2) of parameters to pass to build.
The text was updated successfully, but these errors were encountered:
There's no documentation on how to override a runners env: https://docs.stackstorm.com/actions.html#built-in-parameters
Is there a schema available for the YAML?
And the obvious choices seem to not work:
The text was updated successfully, but these errors were encountered: