rest - Adding custom status page to Jenkins instance -
i want utilize rest api
comes jenkins
generate status page shows projects, environments they're deployed to, latest build versions etc.
jenkins provides nice rest api expose info consuming service limited cross domain restrictions. have looked briefly @ creating cors filter jenkins instance overkill i'm trying achieve.
can tell me if possible modify jenkins war (instance) , add together html can modify phone call restful endpoints? ideally want whereby can navigate http://myjenkins/project-status
, see required information.
i assume status page has javascript executing xmlhttprequests. drop status page files $jenkins_home/usercontent directory on master. way served jenkins , should able access jenkins rest apis.
rest jenkins
No comments:
Post a Comment