Skip to content

Commit 2ce808d

Browse files
committed
update README and CHANGELOG
1 parent 0959011 commit 2ce808d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ We use [semantic versioning](http://semver.org/):
55
- PATCH version when you make backwards compatible bug fixes.
66

77
# Next version
8+
- [feature] _agent_: Access token can be passed via environment variable `TEAMSCALE_ACCESS_TOKEN`
9+
810
# 35.1.0
911
- [feature] _agent_: Experimental support for Java 25 class files
1012
- [fix] _agent_: Reported wrong version number in docker container

agent/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,9 @@ patterns with `*`, `**` and `?`.
137137
- `teamscale-user`: the username used to authenticate against Teamscale. The user account must have the
138138
"Perform External Uploads" permission on the given project.
139139
- `teamscale-access-token`: the access token of the user.
140+
Alternatively you can also set the `TEAMSCALE_ACCESS_TOKEN` environment variable to that value.
140141
- `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
142143
Teamscale's UI.
143144
- `teamscale-revision`: the source control revision (e.g. SVN revision or Git hash) that has been used to build
144145
the system under test. Teamscale uses this to map the coverage to the corresponding source code. For an alternative see `teamscale-revision-manifest-jar`.

0 commit comments

Comments
 (0)