Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-1987

Named Anchor Tags in Console Output

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Critical Critical
    • core
    • None
    • Platform: All, OS: All

      I am constantly viewing a builds console output and it would be awesome if the
      console output contained named anchor tags consisting of links from the goals
      section of a maven project. The reason this would be valuable is because take
      our project for example, we execute a lot of goals and its difficult to go
      directly to a specific goal.

      For example, our project runs the following

      -PStopJboss
      -Djboss.home=C:\jboss-4.2.1.GA -Djboss.server=netcds1 -Denv=7th
      validate

      -Pdbinstall -Denv=7th

      -PPublish,CleanJboss
      -Djboss.home=C:\jboss-4.2.1.GA -Djboss.server=netcds1 -Denv=7th -U

      -PPublish,EarDeploy
      -Djboss.home=C:\jboss-4.2.1.GA -Djboss.server=netcds1 -Denv=7th
      clean deploy -U

      -PStartJboss
      -Djboss.home=C:\jboss-4.2.1.GA -Djboss.server=netcds1 -Denv=7th
      validate

      -Dmaven.integration.skip=false -Dmaven.tck.skip=false -Denv=7th
      clean post-integration-test

      It would be great if at the top of the console output there were links for each
      goal section.

            Unassigned Unassigned
            jlorenzen jlorenzen
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: