File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,16 @@ Following inputs can be used as `step.with` keys
80
80
| `max_polling_iterations` | No | Number | Number of 15s iterations to poll max. (default : ` 60` ) |
81
81
| `dry_run` | No | Boolean | If true, no connection to AWS is made. Just local zip creation. |
82
82
83
+ # ## outputs
84
+
85
+ Following outputs can be used after execution of the job.
86
+
87
+ | Name | Description |
88
+ |-----------------|--------------------------------------------------|
89
+ | `zip_filename` | Filename of generated zip file. |
90
+ | `etag` | ETag for the generated zip file reported by AWS. |
91
+ | `deployment_id` | The CodeDeploy deployment id |
92
+
83
93
# # Skip waiting during deployment
84
94
Some projects may not want to poll for a completion of a build. Setting `max_polling_iterations` to `0` will exit
85
95
the script after the deployment was kicked off. Progress will have to be monitored elsewhere.
You can’t perform that action at this time.
0 commit comments