diff options
| author | Daniel Smith <dbsmith@google.com> | 2016-05-18 17:56:08 -0700 |
|---|---|---|
| committer | Daniel Smith <dbsmith@google.com> | 2016-05-18 17:56:08 -0700 |
| commit | aa8bf9763e820009ec69d90e6c170760bd566da7 (patch) | |
| tree | d750bb9e5a474015ff7536f19028123c4452f431 | |
| parent | 97c046019f6e927098858589d5d8fced3199e12c (diff) | |
| parent | 9532507be58198e6d94c85e2dc44c690213370ae (diff) | |
Merge pull request #25672 from ihmccreery/fix-link
Fix link to Jenkins
| -rw-r--r-- | releasing.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/releasing.md b/releasing.md index 0f08caf6..5747ed6b 100644 --- a/releasing.md +++ b/releasing.md @@ -82,11 +82,11 @@ from, and other prerequisites. * You should still look for green tests, (see below). No matter what you're cutting, you're going to want to look at -[Jenkins](http://go/k8s-test/). Figure out what branch you're cutting from, -(see above,) and look at the critical jobs building from that branch. First -glance through builds and look for nice solid rows of green builds, and then -check temporally with the other critical builds to make sure they're solid -around then as well. +[Jenkins](http://kubekins.dls.corp.google.com/) (Google internal only). Figure +out what branch you're cutting from, (see above,) and look at the critical jobs +building from that branch. First glance through builds and look for nice solid +rows of green builds, and then check temporally with the other critical builds +to make sure they're solid around then as well. If you're doing an alpha release or cutting a new release series, you can choose an arbitrary build. If you are doing an official release, you have to |
