Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for relative paths for Folder Plugin #48

Merged
merged 15 commits into from Dec 4, 2014

Commits on Feb 4, 2014

  1. * src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.ja…

    …va: Fix MatrixBuild support for SubBuild
    
    Build was used in multiple place instead of AbstractBuild which means it failed when the sub build was a MatrixBuild.
    Symptom was that the MatrixBuild was started but never joined and did not showed up as active in the MultiJob page.
    
    Signed-off-by: Nicolas Morey-Chaisemartin <nmorey@kalray.eu>
    nmorey committed Feb 4, 2014
    Copy the full SHA
    be3f1fb View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2014

  1. Fix access URL for sub job in MultiJobBuild view

    When hudson is not at the top path of the webserver (ie htt://server/hudson/), the link to the sub job was broken.
    Use ${rootURL} to fix this
    
    Signed-off-by: Nicolas Morey-Chaisemartin <nmorey@kalray.eu>
    nmorey committed Feb 7, 2014
    Copy the full SHA
    8b7f1fa View commit details
    Browse the repository at this point in the history
  2. Set jobBaseUrl in MultiJobView so that links to jobs will be under th…

    …is view
    
    Signed-off-by: Nicolas Morey-Chaisemartin <nmorey@kalray.eu>
    nmorey committed Feb 7, 2014
    Copy the full SHA
    4b229fd View commit details
    Browse the repository at this point in the history
  3. Merge pull request jenkinsci#45 from nmorey/job-under-view

    Set jobBaseUrl in MultiJobView so that links to jobs will be under this view
    alex-n committed Feb 7, 2014
    Copy the full SHA
    1edd93a View commit details
    Browse the repository at this point in the history
  4. Merge pull request jenkinsci#44 from nmorey/bad-subjob-url

    Fix access URL for sub job in MultiJobBuild view
    alex-n committed Feb 7, 2014
    Copy the full SHA
    bd94d09 View commit details
    Browse the repository at this point in the history
  5. Merge pull request jenkinsci#42 from nmorey/matrix-build-support

    * src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java:...
    checked...
    alex-n committed Feb 7, 2014
    Copy the full SHA
    9fe665d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2014

  1. fix for maven

    alex committed Feb 8, 2014
    Copy the full SHA
    5a4f134 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jenkinsci#46 from jenkinsci/mvn-fix

    fix for maven
    alex-n committed Feb 8, 2014
    Copy the full SHA
    15f5db1 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2014

  1. Merge pull request jenkinsci#41 from imakowski/master

    Folder support (Hierarchical jobs) for Multijob plugin
    alex-n committed Feb 9, 2014
    Copy the full SHA
    aa67f8f View commit details
    Browse the repository at this point in the history
  2. [maven-release-plugin] prepare release jenkins-multijob-plugin-1.12

    Haggai Philip Zagury committed Feb 9, 2014
    Copy the full SHA
    7bf010a View commit details
    Browse the repository at this point in the history
  3. [maven-release-plugin] prepare for next development iteration

    Haggai Philip Zagury committed Feb 9, 2014
    Copy the full SHA
    36e5613 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2014

  1. Merge pull request #2 from sokar92/master

    Relative paths for Folder Plugin support
    imakowski committed Feb 13, 2014
    Copy the full SHA
    6de7b70 View commit details
    Browse the repository at this point in the history
  2. Fixed merge conflict

    imakowski committed Feb 13, 2014
    Copy the full SHA
    53e7a38 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2014

  1. Fixed validateion error

    imakowski committed Feb 14, 2014
    Copy the full SHA
    c283837 View commit details
    Browse the repository at this point in the history
  2. Fixed compilation error

    imakowski committed Feb 14, 2014
    Copy the full SHA
    6a83f73 View commit details
    Browse the repository at this point in the history