The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.

For a list of other such plugins, see the Pipeline Steps Reference page.

Alibabacloud Package Deployment

oosExecuteNotify: notify oos Execute

  • region : String
    Specifies the geographic region in which your OOS template pause task. OOS support region for more about what regions are.
    Example: China (Hangzhou)
  • executeId : String
    OOS template pause task id. Details Please login OOS console.
    Example: exec-XXXXX
  • notifyType : String
    The OOS template pause task next step. Valid values:
    • Approve: pause task run next batch.
    • Cancelled: pause task cancel .

oosStatusQuery: query oos execute status

  • region : String
    Specifies the geographic region in which your OOS template task. OOS support region for more about what regions are.
    Example: China (Hangzhou)
  • executeId : String
    OOS template task id. Details Please login OOS console
    Example: exec-XXXXX

ossUploadAndOosExec: OSS upload built project and OOS execute

  • region : String
    阿里云 ECS 、ESS、OSS、OOS资源所在的地域。 样例: cn-hangzhou。
  • resourceType : String
    Currently,only two resources are supported. Example: ESS and ECS.
  • resourceId : String
    ID of resource. Example: ESS:asg-sdsfbhdxxxxxxxxxx ECS:i-dbhcbxxxxxxxxxxx or i-dbhcbxxxxxxxxxxx,i-dbhcbxxxxxxx (ECS supports comma separated concatenation of multiple instance IDs)
  • bucket : String
    Aliyun OSS BucketName
    config You can upload the built project to OSS bucket
  • objectName : String
    The file name uploaded to the OSS bucket.
  • localPath : String
    The directory path of the built project for jenkins.
  • mode : String
    The OOS template execution mode. Valid values:
    • Automatic: automatically starts the execution of the template. This is the default value.
    • FailurePause: suspends the execution of the template upon a failure.
    • Debug: manually starts the execution of the template.
  • pausePolicy : String
    The OOS template loop mode. Valid values:
    • Automatic: does not suspend the execution of the template. This is the default value.
    • FirstBatchPause: suspends the execution of the template after the first batch is complete.
    • EveryBatchPause: suspends the execution of the template after each batch is complete.
  • batchNumber : int
    The OOS template execution batch Number.
  • destinationDir : String
    The Location of ECS used to download OSS file and deloy project.
  • invokeScript : String
    The deploy script run after ECS download OOS File.

Alibabacloud Automatic Package Deployment: Alibabacloud Automatic Package Deployment

  • region : String
    Specifies the geographic region in which your ESS or ECS or OSS or OOS will run. Example: cn-hangzhou.
  • resourceType : String
    Currently,only two resources are supported. Example: ESS and ECS.
  • resourceId : String
    ID of resource. Example: ESS:asg-sdsfbhdxxxxxxxxxx ECS:i-dbhcbxxxxxxxxxxx or i-dbhcbxxxxxxxxxxx,i-dbhcbxxxxxxx (ECS supports comma separated concatenation of multiple instance IDs)
  • bucket : String
    Aliyun OSS BucketName
    config You can upload the built project to OSS bucket.
  • objectName : String
    The file name uploaded to the OSS bucket.
  • localPath : String
    The directory path of the built project for jenkins.
  • destinationDir : String
    The Location of ECS used to download OSS file and deloy project.
  • batchNumber : int
    The OOS template task execution batch Number.
  • invokeScript : String
    The deploy script run after ECS download OOS File.

Was this page helpful?

Please submit your feedback about this page through this quick form.

Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?

    


See existing feedback here.