Modify

Opened 12 years ago

Last modified 10 months ago

#10129 assigned enhancement

Multiple job_url/main_page support

Reported by: Shawn Baker Owned by: Dirk Stöcker
Priority: normal Component: HudsonTracPlugin
Severity: normal Keywords:
Cc: tanguyr@… Trac Release: 0.11

Description

I would like to have the ability to only integrated specific projects between Jenkins and Trac. Currently, you can integrate one project, or all projects, but not specific projects:

I could see the format as:

job_url1 = http://localhost/hudson/job/build_foo1/
main_page1 = /hudson/job/build_foo1/
job_url2 = http://localhost/hudson/job/build_foo2/
main_page2 = /hudson/job/build_foo2/

or even a comma separated list:

job_url = http://localhost/hudson/job/build_foo1/,http://localhost/hudson/job/build_foo2/
main_page = /hudson/job/build_foo1/,/hudson/job/build_foo2/

Attachments (0)

Change History (6)

comment:1 Changed 12 years ago by anonymous

Cc: tanguyr@… added; anonymous removed

comment:2 Changed 12 years ago by Ryan J Ollos

Cc: Ryan J Ollos added

comment:3 Changed 10 years ago by Hannes

You can integrate specific projects from a Jenkins server by creating a "view" in Jenkins which includes only those projects, and settting job_url = http://localhost/hudson/view/foo

I think the `job_url` documentation should be extended to mention that it can also point at a view.

comment:4 Changed 4 years ago by Ryan J Ollos

Cc: Ryan J Ollos removed

comment:5 Changed 11 months ago by Ryan J Ollos

Owner: changed from roadrunner to Dirk Stöcker
Status: newassigned

comment:6 Changed 10 months ago by Dirk Stöcker

Is this still relevant to anyone?

Modify Ticket

Change Properties
Set your email in Preferences
Action
as assigned The owner will remain Dirk Stöcker.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.