You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Packs/GitLab/Integrations/GitLabv2/GitLabv2.yml
+71-11Lines changed: 71 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ configuration:
32
32
name: proxy
33
33
type: 8
34
34
required: false
35
-
description: Integration to GitLab API
35
+
description: Integration to GitLab API.
36
36
display: GitLab v2
37
37
name: GitLabv2
38
38
script:
@@ -194,9 +194,9 @@ script:
194
194
description: Whether to filter confidential or public issues.
195
195
type: Boolean
196
196
- name: created_after
197
-
description: Return issues created on or after the given time in timestamp format (<number> <time unit>, e.g., 12 hours, 7 days), or Format - YYYY-MM-DDThh:mm:ssZ. Example - 2020-02-02T01:02:03Z
197
+
description: Return issues created on or after the given time in timestamp format (<number> <time unit>, e.g., 12 hours, 7 days), or Format - YYYY-MM-DDThh:mm:ssZ. Example - 2020-02-02T01:02:03Z.
198
198
- name: created_before
199
-
description: Return issues created on or before the given time in timestamp format (<number> <time unit>, e.g., 12 hours, 7 days), or Format - YYYY-MM-DDThh:mm:ssZ. Example - 2020-02-02T01:02:03Z
199
+
description: Return issues created on or before the given time in timestamp format (<number> <time unit>, e.g., 12 hours, 7 days), or Format - YYYY-MM-DDThh:mm:ssZ. Example - 2020-02-02T01:02:03Z.
200
200
- auto: PREDEFINED
201
201
name: partial_response
202
202
defaultValue: 'true'
@@ -263,14 +263,14 @@ script:
263
263
- asc
264
264
- auto: PREDEFINED
265
265
name: state
266
-
description: Return all issues or just those that are opened or closed
266
+
description: Return all issues or just those that are opened or closed.
267
267
predefined:
268
268
- opened
269
269
- closed
270
270
- name: updated_after
271
-
description: Return issues updated on or after the given time in timestamp format (<number> <time unit>, e.g., 12 hours, 7 days), or Format - YYYY-MM-DDThh:mm:ssZ. Example - 2020-02-02T01:02:03Z
271
+
description: Return issues updated on or after the given time in timestamp format (<number> <time unit>, e.g., 12 hours, 7 days), or Format - YYYY-MM-DDThh:mm:ssZ. Example - 2020-02-02T01:02:03Z.
272
272
- name: updated_before
273
-
description: Return issues updated on or before the given time in timestamp format (<number> <time unit>, e.g., 12 hours, 7 days), or Format - YYYY-MM-DDThh:mm:ssZ. Example - 2020-02-02T01:02:03Z
273
+
description: Return issues updated on or before the given time in timestamp format (<number> <time unit>, e.g., 12 hours, 7 days), or Format - YYYY-MM-DDThh:mm:ssZ. Example - 2020-02-02T01:02:03Z.
274
274
- defaultValue: 50
275
275
name: limit
276
276
description: Maximum number of results to return.
@@ -586,13 +586,13 @@ script:
586
586
- name: labels
587
587
description: Return merge requests matching a comma-separated list of labels. None lists all merge requests with no labels. Any lists all merge requests with at least one label. Predefined names are case-insensitive.
588
588
- name: created_after
589
-
description: Return merge requests created on or after the given time in timestamp format (<number> <time unit>, e.g., 12 hours, 7 days), or Format - YYYY-MM-DDThh:mm:ssZ. Example - 2020-02-02T01:02:03Z
589
+
description: Return merge requests created on or after the given time in timestamp format (<number> <time unit>, e.g., 12 hours, 7 days), or Format - YYYY-MM-DDThh:mm:ssZ. Example - 2020-02-02T01:02:03Z.
590
590
- name: created_before
591
-
description: Return merge requests created on or before the given time in timestamp format (<number> <time unit>, e.g., 12 hours, 7 days), or Format - YYYY-MM-DDThh:mm:ssZ. Example - 2020-02-02T01:02:03Z
591
+
description: Return merge requests created on or before the given time in timestamp format (<number> <time unit>, e.g., 12 hours, 7 days), or Format - YYYY-MM-DDThh:mm:ssZ. Example - 2020-02-02T01:02:03Z.
592
592
- name: updated_after
593
-
description: Return merge requests updated on or after the given time in timestamp format (<number> <time unit>, e.g., 12 hours, 7 days), or Format - YYYY-MM-DDThh:mm:ssZ. Example - 2020-02-02T01:02:03Z
593
+
description: Return merge requests updated on or after the given time in timestamp format (<number> <time unit>, e.g., 12 hours, 7 days), or Format - YYYY-MM-DDThh:mm:ssZ. Example - 2020-02-02T01:02:03Z.
594
594
- name: updated_before
595
-
description: Return merge requests updated on or before the given time in timestamp format (<number> <time unit>, e.g., 12 hours, 7 days), or Format - YYYY-MM-DDThh:mm:ssZ. Example - 2020-02-02T01:02:03Z
595
+
description: Return merge requests updated on or before the given time in timestamp format (<number> <time unit>, e.g., 12 hours, 7 days), or Format - YYYY-MM-DDThh:mm:ssZ. Example - 2020-02-02T01:02:03Z.
596
596
- auto: PREDEFINED
597
597
name: scope
598
598
description: Return merge requests for the given scope.
@@ -3327,11 +3327,71 @@ script:
3327
3327
- contextPath: GitLab.Pipeline.user.web_url
3328
3328
description: Web URL of the user who triggered the pipeline.
3329
3329
type: String
3330
+
- name: gitlab-cancel-pipeline
3331
+
arguments:
3332
+
- description: Project ID on which to cancel the pipeline.
3333
+
name: project_id
3334
+
- description: The pipline ID to cancel.
3335
+
name: pipeline_id
3336
+
required: true
3337
+
description: Cancels a GitLab pipeline.
3338
+
outputs:
3339
+
- contextPath: GitLab.Pipeline.id
3340
+
description: Pipeline ID.
3341
+
type: Number
3342
+
- contextPath: GitLab.Pipeline.project_id
3343
+
description: Project ID that the pipeline belongs to.
3344
+
type: Number
3345
+
- contextPath: GitLab.Pipeline.status
3346
+
description: Status of the pipeline.
3347
+
type: String
3348
+
- contextPath: GitLab.Pipeline.ref
3349
+
description: Reference of the pipeline.
3350
+
type: String
3351
+
- contextPath: GitLab.Pipeline.sha
3352
+
description: SHA of the pipeline.
3353
+
type: String
3354
+
- contextPath: GitLab.Pipeline.created_at
3355
+
description: Time when the pipeline was created.
3356
+
type: Date
3357
+
- contextPath: GitLab.Pipeline.updated_at
3358
+
description: Time when the pipeline was last updated.
3359
+
type: Date
3360
+
- contextPath: GitLab.Pipeline.started_at
3361
+
description: Time when the pipeline was started.
3362
+
type: Date
3363
+
- contextPath: GitLab.Pipeline.finished_at
3364
+
description: Time when the pipeline was finished.
3365
+
type: Date
3366
+
- contextPath: GitLab.Pipeline.duration
3367
+
description: Duration of the pipeline in seconds.
3368
+
type: Number
3369
+
- contextPath: GitLab.Pipeline.web_url
3370
+
description: Web URL of the pipeline.
3371
+
type: String
3372
+
- contextPath: GitLab.Pipeline.user.name
3373
+
description: Name of the user who triggered the pipeline.
3374
+
type: String
3375
+
- contextPath: GitLab.Pipeline.user.username
3376
+
description: Username that triggered the pipeline.
3377
+
type: String
3378
+
- contextPath: GitLab.Pipeline.user.id
3379
+
description: ID of the user who triggered the pipeline.
3380
+
type: Number
3381
+
- contextPath: GitLab.Pipeline.user.state
3382
+
description: State of the user who triggered the pipeline.
3383
+
type: String
3384
+
- contextPath: GitLab.Pipeline.user.avatar_url
3385
+
description: Avatar URL of the user who triggered the pipeline.
3386
+
type: String
3387
+
- contextPath: GitLab.Pipeline.user.web_url
3388
+
description: Web URL of the user who triggered the pipeline.
0 commit comments