Skip to content

jhinrichsen/cors-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cors-plugin

Jenkins CORS plugin

Extend Jenkins to supply CORS header. Use system properties to override defaults:

CORS header System property Default
Access-Control-Allow-Origin cors.origin *
Access-Control-Allow-Methods cors.methods GET, POST, PUT, DELETE
Access-Control-Allow-Headers cors.headers Authorization

Installing

  1. Install the latest version of Maven
  2. Download and extract the source for this project
  3. open a terminal and cd to the place you extracted the project
  4. maven with the project folder as cwd
  5. Open http://jenkins/updateCenter/advanced - The advanced tab of jenkins plugins
  6. Upload cors.hpi from project/targets to the jenkins instance
  7. Restart jenkins

About

Jenkins CORS plugin

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
LICENSE
GPL-3.0
LICENSE.GPL

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages