Skip to content

Commit 4930e49

Browse files
authored
Update README.md
1 parent d5dae00 commit 4930e49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ task downloadFeatures(type: FeaturesTask){
2828
accessKey = "ASSERTTHAT_ACCESS_KEY"
2929
/*Optional can be supplied as environment variable ASSERTTHAT_SECRET_KEY*/
3030
secretKey = "ASSERTTHAT_SECRET_KEY"
31-
<!--Optional can be supplied as environment variable ASSERTTHAT_TOKEN -->
32-
<!-- Jira API token (for DataCenter only) as an alternative to accessKey/secretKey basic auth -->
31+
/ *Optional can be supplied as environment variable ASSERTTHAT_TOKEN*/
32+
/* Jira API token (for DataCenter only) as an alternative to accessKey/secretKey basic auth*/
3333
token = "ASSERTTHAT_TOKEN"
3434
/*Used for Jira Server/DataCenter integration only. If using cloud remove this option*/
3535
jiraServerUrl = "http://mycompanyjira.com"
@@ -62,8 +62,8 @@ task submitReport(type: ReportTask){
6262
accessKey = "ASSERTTHAT_ACCESS_KEY"
6363
/*Optional can be supplied as environment variable ASSERTTHAT_SECRET_KEY*/
6464
secretKey = "ASSERTTHAT_SECRET_KEY"
65-
<!--Optional can be supplied as environment variable ASSERTTHAT_TOKEN -->
66-
<!-- Jira API token (for DataCenter only) as an alternative to accessKey/secretKey basic auth -->
65+
/ *Optional can be supplied as environment variable ASSERTTHAT_TOKEN*/
66+
/* Jira API token (for DataCenter only) as an alternative to accessKey/secretKey basic auth*/
6767
token = "ASSERTTHAT_TOKEN"
6868
/*Used for Jira Server/DataCenter integration only. If using cloud remove this option*/
6969
jiraServerUrl = "http://mycompanyjira.com"

0 commit comments

Comments
 (0)