-
Notifications
You must be signed in to change notification settings - Fork 1
/
port.yml
37 lines (37 loc) · 965 Bytes
/
port.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
- identifier: hidePages
title: Hide Pages
blueprint: scripts
properties:
script: file://hidePages.ts
path: hidePages.ts
language: typescript
- identifier: deleteEntities
blueprint: scripts
properties:
script: file://delete_entities.py
path: delete_entities.py
language: Python
- identifier: applyWebhookToSonarProjects
blueprint: scripts
properties:
script: file://apply_webhook_to_sonar_projects.py
path: apply_webhook_to_sonar_projects.py
language: Python
- identifier: sortPages
blueprint: scripts
properties:
script: file://sortPages.ts
path: sortPages.ts
language: typescript
- identifier: updateRunsStatus
blueprint: scripts
properties:
script: file://updateRunsStatus.ts
path: updateRunsStatus.ts
language: typescript
- identifier: migrateBlueprints
blueprint: scripts
properties:
script: file://migrateBlueprints.sh
path: migrateBlueprints.sh
language: shell