File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,20 @@ would be used to create all `v0.7` tags (e.g. `v0.7.0`, `v0.7.1`).
135135 $ git push upstream v$MAJOR .$MINOR .$PATCH
136136 $ git push upstream v$MAJOR .$MINOR .x
137137 ```
138+ 8 . Make sure you are [ logged in] ( https://grpc-testing.appspot.com/manage ) to
139+ Jenkins, then make a [ new release
140+ job] ( https://grpc-testing.appspot.com/view/Releases/newJob )
141+ * _ Name_ : gRPC-Java-$MAJOR.$MINOR-Windows
142+ * _ Copy from_ : gRPC-Java-master-windows
143+ * Click _ OK_ button
144+ * _ Display Name_ under _ Use custom workspace_ (not ~~ Project
145+ url~~ ): gRPC Java $MAJOR.$MINOR Windows
146+ * Under _ Source Code Management_ , _ Branches to build_ 's
147+ _ Branch Specifier_ : ` */v$MAJOR.$MINOR.x `
148+ * Click _ SAVE_ button
149+ * Click _ Build Now_
150+ * Click on job #1 , then _ Console Output_ . Verify the ` git checkout ` checked
151+ out the correct commit
138152
139153Setup Build Environment
140154---------------------------
You can’t perform that action at this time.
0 commit comments