ScriptStep
@Serializable
Constructors
Link copied to clipboard
constructor(agents: Agents? = null, allowDependencyFailure: Boolean? = null, artifactPaths: SimpleStringValue? = null, branches: SimpleStringValue? = null, cancelOnBuildFailing: Boolean? = null, command: SimpleStringValue? = null, commands: SimpleStringValue? = null, concurrency: Long? = null, concurrencyGroup: String? = null, concurrencyMethod: ConcurrencyMethod? = null, dependsOn: DependsOn? = null, env: JsonObject? = null, id: String? = null, identifier: String? = null, commandStepIf: String? = null, key: String? = null, label: String? = null, matrix: MatrixUnion? = null, name: String? = null, notify: List<Notification>? = null, parallelism: Long? = null, plugins: Plugins? = null, priority: Long? = null, retry: Retry? = null, signature: Signature? = null, skip: Skip? = null, softFail: SoftFail? = null, timeoutInMinutes: Long? = null, type: ScriptType? = null)
Properties
Link copied to clipboard
Link copied to clipboard
The glob path/s of artifacts to upload once this step has finished running
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The commands to run on the agent
Link copied to clipboard
The commands to run on the agent
Link copied to clipboard
Link copied to clipboard
The maximum number of jobs created from this step that are allowed to run at the same time. If you use this attribute, you must also define concurrency_group.
Link copied to clipboard
A unique name for the concurrency group that you are creating with the concurrency attribute
Link copied to clipboard
Control command order, allowed values are 'ordered' (default) and 'eager'. If you use this attribute, you must also define concurrency_group and concurrency.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Array of notification options for this step
Link copied to clipboard
The number of parallel jobs that will be created based on this step
Link copied to clipboard
The number of minutes to time out a job
Link copied to clipboard