Skip to content

Commit 2ad41f6

Browse files
authored
Update maintenance.md
1 parent cb355cf commit 2ad41f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/maintenance.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ Tips for addressing gradually dwindling free space:
3939
(`jobs/*/builds`) that we're unlikely to need to refer to again.
4040
There are different ways to do this; see e.g.
4141
[this Stack Overflow question](https://stackoverflow.com/questions/13052390/jenkins-remove-old-builds-with-command-line).
42-
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).
43-
(Jul 30 2020) gah but last time I tried this I hit https://github.com/spinnaker/spinnaker/issues/2067 — not sure what to do
42+
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). But then (July 2020) it stopped working; see https://github.com/scala/scala-jenkins-infra/issues/257
4443

4544
Tips for addressing a temporary free-space issue on the behemoths:
4645

0 commit comments

Comments
 (0)