流水线数据类型定义

38 阅读1分钟
{
 name: "SOURCE",

actions:[

    -   {

        -   stepId: 1,

        -   name: "lightMerge",

        -   version: "1.0.4",

        -   provider: "code",

        -   alias: "多分支合并",

        -   isEnabled: true,

        -   canConfigSkip: false,

        -   canSkip: false,

        -   runOrder: 0,

        -   executionLink: "[https://xxx.com/code/repo-detail/{{projectKey}}/{{repositoryName}}/lightmerge?codeArea={{codeArea}}](https://dev.sankuai.com/code/repo-detail/%7B%7BprojectKey%7D%7D/%7B%7BrepositoryName%7D%7D/lightmerge?codeArea={{codeArea}})",

        -   document: "",

        -   uuid: "1",

        -   appkey: "xx,

        -   configurations:[],

        -   inputArtifacts: [ ],

        -   outputArtifacts:[

            -   {

                -   name: "lightMergeCode",
                -   value: "lightMergeOutput"

                }

            ],

        -   pipelineInputArtifacts: { },

        -   pipelineOutputArtifacts:{

            -   lightMergeCode:{

                -   type: "git",
                -   value: "lightMergeOutput"

                }

            },

        -   jobSkipApproval: false,

        -   actionTips: "",

        -   configurationMap:{},

        -   outputMap: { }

        }

    ]
}