File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ A quick comparison table of key features across CI platforms:
175175| YAML-based config | ✔️ | ✔️ | ✔️ | ❌ Groovy |
176176| Trigger Push & PR | ✔️ | ❌ | ✔️ | ⚠️ Separate |
177177| Reusable workflows | ✔️ Multiple | ✔️ | ✔️ | ⚠️ Complex |
178- | Path filter | ✔️ Built-in | ❌ | ✔️ Built-in | ❌ |
178+ | Path filter | ✔️ Built-in | ⚠️ Orb | ✔️ Built-in | ❌ |
179179| Concurrency control | ✔️ Built-in | ✔️ | ✔️ Stage-level | ⚠️ Built-in |
180180| Re-run failed jobs | ✔️ | ✔️ | ✔️ Single stage | ⚠️ Job-level |
181181| ** Security** |
@@ -185,13 +185,13 @@ A quick comparison table of key features across CI platforms:
185185| ** Infrastructure** |
186186| Runner sizing | ✔️ Configurable | ✔️ | ❌ Fixed | N/A |
187187| Git sparse checkout | ✔️ | ❌ | ❌ | ✔️ |
188- | Git shallow clone | ✔️ Default | ❌ | ✔️ Default | ✔️ |
188+ | Git shallow clone | ✔️ Default | ✔️ Blobless | ✔️ Default | ✔️ |
189189| ** Development** |
190190| Step output | ✔️ Dedicated | ⚠️ Env only | ✔️ | ⚠️ Env only |
191191| Job metadata | ✔️ Context | ✔️ Env vars | ✔️ Env vars | ✔️ Env vars |
192192| ** Build Management** |
193- | Artifact retention | ✔️ Configurable | ⚠️ Permanent | ⚠️ Permanent | ⚠️ Permanent |
194- | Skip CI keywords | ✔️ 5 types | ✔️ 2 types | ✔️ 3+ types | ❌ |
193+ | Artifact retention | ✔️ Configurable | ⚠️ Permanent | ⚠️ Permanent | ⚠️ Configurable |
194+ | Skip CI keywords | ✔️ 5 types | ✔️ 2 types | ✔️ 3+ types | ⚠️ Plugin |
195195
196196** Legend:** ✔️ Full support | ⚠️ Limited/Partial | ❌ Not supported | N/A Not applicable
197197
You can’t perform that action at this time.
0 commit comments