475bbf04dd73c572adce12d472b4cb3005b27d99
wiki/howto/onboarding.md
| ... | ... | @@ -242,3 +242,6 @@ In such cases it might help to set AWT to headless mode (`-Djava.awt.headless=tr |
| 242 | 242 | |
| 243 | 243 | ### GWT Browser Plugin |
| 244 | 244 | Install the GWT Browser Plugin for the GWT Development mode. As of 2016-08-31 Firefox is the only browser supporting the GWT plugin, you have to download Firefox version 24 for it to work. The Plugin can be found on this page: [https://code.google.com/archive/p/google-web-toolkit/downloads](https://code.google.com/archive/p/google-web-toolkit/downloads) |
| 245 | + |
|
| 246 | +### Create Hudson Job |
|
| 247 | +If you want a hudson job to run when you push your branch then you can run a script in `configuration` called . Run options for a branch titled `createHudsonJobForBug.sh`. For you bug branch titled `bug<bug number>`, create a build job, which will create a release, by running the script like so: `./createHudsonJobForBug.sh <bug number>`. |