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.