aboutsummaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2017-01-30 17:12:37 -0800
committerEric Anderson <ejona@google.com>2017-02-14 13:51:07 -0800
commit9fc4fa18aae12c0d2deca1f804524b08b1733ca1 (patch)
treea318a453227f6f654b591bea0ed0894a8af22bb9 /RELEASING.md
parentae68718881e3924c0836fbac087ac8038d08a418 (diff)
downloadgrpc-grpc-java-9fc4fa18aae12c0d2deca1f804524b08b1733ca1.tar.gz
releasing: Add docs for creating new Jenkins job
Diffstat (limited to 'RELEASING.md')
-rw-r--r--RELEASING.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/RELEASING.md b/RELEASING.md
index 72cbd0e17..c7a63dc68 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -135,6 +135,20 @@ would be used to create all `v0.7` tags (e.g. `v0.7.0`, `v0.7.1`).
$ git push upstream v$MAJOR.$MINOR.$PATCH
$ git push upstream v$MAJOR.$MINOR.x
```
+8. Make sure you are [logged in](https://grpc-testing.appspot.com/manage) to
+ Jenkins, then make a [new release
+ job](https://grpc-testing.appspot.com/view/Releases/newJob)
+ * _Name_: gRPC-Java-$MAJOR.$MINOR-Windows
+ * _Copy from_: gRPC-Java-master-windows
+ * Click _OK_ button
+ * _Display Name_ under _Use custom workspace_ (not ~~Project
+ url~~): gRPC Java $MAJOR.$MINOR Windows
+ * Under _Source Code Management_, _Branches to build_'s
+ _Branch Specifier_: `*/v$MAJOR.$MINOR.x`
+ * Click _SAVE_ button
+ * Click _Build Now_
+ * Click on job #1, then _Console Output_. Verify the `git checkout` checked
+ out the correct commit
Setup Build Environment
---------------------------