Up and running in four steps.
Install the plugin, point it at your GForge instance, and every build against a GForge repo starts reporting automatically.
-
1
Download the .hpi file
Use the Download button above. You’ll get
gforge-jenkins-plugin.hpi. -
2
Upload to Jenkins
Go to Manage Jenkins → Manage Plugins → Advanced → Deploy Plugin. Upload the
.hpifile and restart Jenkins when prompted. -
3
Set your GForge URL
Add
GFORGE_URLto your Jenkins system environment variables, pointing at your GForge instance base URL. -
4
Attach credentials
Add a Username/Password credential in Jenkins and attach it to the Git SCM of any job using a GForge-hosted repo. The plugin detects it from there and reports automatically.