Changes between Version 2 and Version 3 of TracJenkinsPlugin


Ignore:
Timestamp:
Nov 30, 2015, 5:13:29 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracJenkinsPlugin

    v2 v3  
    55== Description
    66
    7 This is not a complete plugin, but the beginning of a Trac plugin to integrate [http://jenkins-ci.org/ Jenkins] with Trac, using the Python wrapper of Jenkins REST API.
    8 
    9 This plugin only offers the basic functionality and no pretty graphics. Feel free to continue what I have started.
     7This is beginning of a Trac plugin to integrate [http://jenkins-ci.org/ Jenkins] with Trac, using the Python wrapper of Jenkins REST API. It is not a complete plugin, and only offers the basic functionality and no pretty graphics. Feel free to continue what I have started.
    108
    119== !Bugs/Feature Requests
     
    1513
    1614If you have any issues, create a
    17 [http://trac-hacks.org/newticket?component=TracJenkinsPlugin&owner=Wertilq new ticket].
     15[/newticket?component=TracJenkinsPlugin new ticket].
    1816
    1917[[TicketQuery(component=TracJenkinsPlugin&group=type,format=progress)]]
     
    2523== Source
    2624
    27 You can check out TracJenkinsPlugin from [http://trac-hacks.org/svn/tracjenkinsplugin here] using Subversion, or [source:tracjenkinsplugin browse the source] with Trac.
     25You can check out TracJenkinsPlugin from [/svn/tracjenkinsplugin here] using Subversion, or [source:tracjenkinsplugin browse the source] with Trac.
    2826
    2927== Installation
    3028
    31 Install the python egg from dist folder using Tracs plugin installer.
     29Install the Python egg from dist folder using Tracs plugin installer.
    3230
    3331In case you want to build it yourself, there is a runBuild.sh that is a simple script to do the build using easy install to create a python egg.