jenkinsci / cloudevents-plugin

Cloudevents Plugin for Jenkins
https://plugins.jenkins.io/cloudevents/
MIT License
18 stars 15 forks source link

Transfer to a Javascript-based UI for configuring the plugin #8

Open ShrutiC-git opened 3 years ago

ShrutiC-git commented 3 years ago

Dependencies

Feature Request

Currently, the UI is based on Apache Jelly, which makes it inflexible in implementing different components in the UI. Javascrip-based UI components will add flexibility in the UI, and make it easier for users to configure Jenkins as a source or as a sink.

Refer to: https://github.com/jenkinsci/folder-auth-plugin This plugin implements a JS-based UI

slim-patchy commented 2 years ago

Hi @ShrutiC-git I am interested in the issue. Can you tell me more about how to approach the issue for a first-time contributor?