-
Notifications
You must be signed in to change notification settings - Fork 1.4k
34 lines (33 loc) · 984 Bytes
/
main.yml
File metadata and controls
34 lines (33 loc) · 984 Bytes
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
- name: Execute Job
# You may pin to the exact commit or the version.
# uses: parasoft/execute-job-action@1899d360584e281e027c537d2df0f75a1115776e
uses: parasoft/execute-job-action@1.0.7
with:
# CTP URL
ctpUrl:
# CTP Username
ctpUsername:
# CTP Password
ctpPassword:
# CTP Test Execution Job Name
ctpJob:
# Abort the job after timeout exceeded
abortOnTimeout: # optional
# Timeout value in minutes
timeoutInMinutes: # optional
# Publish test execution results to DTP
publishReport: # optional
# DTP URL
dtpUrl: # optional
# DTP Username
dtpUsername: # optional
# DTP Password
dtpPassword: # optional
# DTP Project Name
dtpProject: # optional
# Build ID to send to DTP
buildId: # optional
# Session Tag to send to DTP
sessionTag: # optional
# Append the test variable set environment name to the session tag
appendEnvironment: # optional