2

I am working with hudson and trying to modify the job specific page for each job. suppose i have created a job "ABC". After adding the job i go to the job page by clicking on the job name on the main dashboard. There in the side panel i want to add one more option suppose say "ABC option" just below the "configure" option. For that which jelly file should b modified??

user163347
  • 21
  • 2

1 Answers1

1

Use Docklinks plugin. My guess is using above plugin is the similar way, what you want to achieve....

MangeshBiradar
  • 1,820
  • 4
  • 16
  • 17
  • Nope. thats not what i am searching for. i just want the method to add a button in the SIDEPANEL of a particular job page. In this case after creating a job ABC then i want a button in the sidepanel in this location: "http://localhost:8080/job/ABC/" where localhost:8080 is my hudson home page. thanks in advance – user163347 Mar 07 '13 at 09:58