foundry
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
foundry
cli
/
foundry.cli.buildkite
/
PipelineBuilder
Pipeline
Builder
class
PipelineBuilder
:
EnvOwner
(
source
)
Members
Constructors
Pipeline
Builder
Link copied to clipboard
constructor
(
)
Properties
env
Link copied to clipboard
open
override
val
env
:
Map
<
String
,
String
>
Functions
add
Step
Link copied to clipboard
fun
addStep
(
step
:
GroupStep
)
agents
Link copied to clipboard
fun
agents
(
block
:
AgentsBuilder
.
(
)
->
Unit
)
build
Link copied to clipboard
fun
build
(
)
:
Pipeline
command
Step
Link copied to clipboard
fun
commandStep
(
block
:
CommandStepBuilder
.
(
)
->
Unit
)
env
Link copied to clipboard
open
override
fun
env
(
vararg
pairs
:
Pair
<
String
,
String
>
)
open
override
fun
env
(
block
:
EnvBuilder
.
(
)
->
Unit
)
group
Link copied to clipboard
fun
group
(
name
:
String
,
key
:
String
?
=
null
,
block
:
GroupBuilder
.
(
)
->
Unit
)
notify
Link copied to clipboard
fun
notify
(
block
:
NotificationBuilder
.
(
)
->
Unit
)
wait
Step
Link copied to clipboard
fun
waitStep
(
continueOnFailure
:
Boolean
=
true
)