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: agent/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,8 +137,9 @@ patterns with `*`, `**` and `?`.
137
137
-`teamscale-user`: the username used to authenticate against Teamscale. The user account must have the
138
138
"Perform External Uploads" permission on the given project.
139
139
-`teamscale-access-token`: the access token of the user.
140
+
Alternatively you can also set the `TEAMSCALE_ACCESS_TOKEN` environment variable to that value.
140
141
-`teamscale-partition`: the partition within Teamscale to upload coverage to. A partition can be an arbitrary string
141
-
which can be used to encode e.g. the test environment or the tester. These can be individually toggled on or off in
142
+
which can be used to encode e.g. the test environment. These can be individually toggled on or off in
142
143
Teamscale's UI.
143
144
-`teamscale-revision`: the source control revision (e.g. SVN revision or Git hash) that has been used to build
144
145
the system under test. Teamscale uses this to map the coverage to the corresponding source code. For an alternative see `teamscale-revision-manifest-jar`.
"No explicit teamscale.properties file given. Looking for Teamscale credentials in a config file or via a command line argument. This is expected unless the installer based setup was used.");
0 commit comments