
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
cloudbees-casc-server-plugin-ui
Advanced tools
CloudBees Configuration as Code (CasC) Server Plugin
The UI will be automatic created when you run mvn install.However, you can use different environments for development.
This webcomponent follows the open-wc recommendation.
Our components are developed with lit
Run yarn if you have not run mvn install.
For rapid development, we recommend to use the local demo environment and
as soon you want to test on the server run the build
parcelyarn start
Server running at http://localhost:1234
To run a local development server that serves the basic demo located in index.html
You can build the project with the yarn build command which will invoke yarn css:build, and then will use parcel to package the build into one file ./src/main/webapp/js/index.js which contains all the necessary information for css and js (as well registering new web components).
This is the file our main jelly imports and normally a hard refresh on the jenkins plugin should update the view.
yarn :add newcomponent [componentType || 'components']
This will create a new component (or the componentType you have chosen) and link it in the project hierarchy.
For example if you want to create a new view you can do:
yarn :add myview views
We use tailwind as underlying framework, you can either use it in your html/js or use it in the css file of the component. We need the css file to exist since it will trigger the generation of the style definition file (it is heavily bootstrapped to only include the styles we need for the component). All components are using shadow DOM hence need to encapsulate their styles, since there is no leakage between the overall page and the component itself. e.g. you can have 2 classes with the same name defined but they are only in the scope of themselves not changing the other web component.
FAQs
Package to generate the UI
We found that cloudbees-casc-server-plugin-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.