1
This commit is contained in:
parent
332f27fac1
commit
44c6c597b0
@ -69,10 +69,10 @@ export const JenkinsBuildNodeDefinition: ConfigurableNodeDefinition = {
|
|||||||
required: true
|
required: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "buildStatus",
|
name: "status",
|
||||||
title: "构建状态",
|
title: "构建状态",
|
||||||
type: "string",
|
type: "string",
|
||||||
enum: ["SUCCESS", "FAILURE", "UNSTABLE", "ABORTED"],
|
enum: ["SUCCESS", "FAILURE"],
|
||||||
description: "构建执行的结果状态",
|
description: "构建执行的结果状态",
|
||||||
example: "SUCCESS",
|
example: "SUCCESS",
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user