Skip to content

Commit 9fc4fa1

Browse files
committed
releasing: Add docs for creating new Jenkins job
1 parent ae68718 commit 9fc4fa1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

RELEASING.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

139153
Setup Build Environment
140154
---------------------------

0 commit comments

Comments
 (0)