Skip to content

Commit 6b2c713

Browse files
committed
oops
1 parent 67f66c2 commit 6b2c713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/maintenance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Tips for addressing gradually dwindling free space:
4646
(`jobs/*/builds`) that we're unlikely to need to refer to again.
4747
There are different ways to do this; see e.g.
4848
[this Stack Overflow question](https://stackoverflow.com/questions/13052390/jenkins-remove-old-builds-with-command-line).
49-
Example command that worked for me: `curl -u SethTisue:myauthkey -X POST 'https://scala-ci.typesafe.com/job/scala-2.11.x-integrate-community-build/[750-900]/doDeleteAll'` where `SethTisue` is my GitHub user name and `myauthkey` is actually a hex thing I generated [on GitHub](https://github.com/settings/tokens).
49+
Example command that worked for me: `curl -u SethTisue:myauthkey -X POST 'https://scala-ci.typesafe.com/job/scala-2.11.x-integrate-community-build/[750-900]/doDelete'` where `SethTisue` is my GitHub user name and `myauthkey` is actually a hex thing I generated [on GitHub](https://github.com/settings/tokens).
5050

5151
Tips for addressing a temporary free-space issue on the behemoths:
5252

0 commit comments

Comments
 (0)