Hi Harish, Is it not possible to have a java web source by our own and extend the UI/business logic on top of that?
Right now i have a direct .war file deployed. Rather , can i get corresponding source code and add my UI components and logic? On Mar 28, 3:06 pm, Harish Kayarohanam <[email protected]> wrote: > Hi , > If you are having so many customizations , you have to write your own > plugin . > I have'nt written any plugin so far . But I ll start writing in a couple of > days . Because I also need such customisation for my work. > > To start with read about jelly . (Not much tutorials found in internet) > jelly is used by them to make UI. Best way is to downloaded source codes of > plugin and analyse. > I downloaded source codes of a few plugin's and I am going through how they > have done . > I am have planned to write by have one already written plugin as base.... > > First it appeared to be nightmare , but slowly things are getting clear .... > > You start this and ask me if u need help ... I ll try my level best to help > u . > > Thank You > > Harish Kayarohanam > On Wed, Mar 28, 2012 at 3:21 PM, Salut <[email protected]>wrote: > > > > > > > > > Hi All, > > > I installed jenkins-war file and deployed it in Tomcat server. > > Application is up and running. > > > The current UI is in this following sequence, pulling out files from > > repository, then build process., then notification emails... > > > Now i wanted to know how much i can customize this UI, say > > > 1. I wanted to call a bath file before i check out files from > > repository. > > 2. Need to send email next > > 3. Need to add some more fields in UI (say text boxes) wchich captures > > information from users and pass those to as inputs for other batch > > file. > > 4. Now, i need to check out files from repository. > > 5. Again send some notification emails. > > > Basically here i am trying to find how much this UI is configurable > > and how much i can add my own features.
