File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments