Skip to content

A sample AngularJS webapp showing how to consume Jenkins REST API's

Notifications You must be signed in to change notification settings

uaarkoti/jenkins-rest-api-consumer

Repository files navigation

Jenkins REST API's

Sample AngularJS application showing how to use Jenkins REST API's for custom integrations in your environments.

A followup to this blog post

Build & development

  1. npm install
  2. bower install
  3. Run grunt for building and grunt serve for preview.

Setup

  1. Jenkins running on port 8081 (localhost). URL is currently hardcoded to http://localhost:8081 but can be changed here
  2. If this webapp is not running on the same host as Jenkins, you'll need to install CORS Plugin with the host you are trying to connect in the whitelist. Then compile mvn package to generate the .hpi file that you can upload to Jenkins Plugins (Advanced tab)

Testing

Running grunt test will run the unit tests with karma.

About

A sample AngularJS webapp showing how to consume Jenkins REST API's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published