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

Reuse existing modules checkout directory

XMLWordPrintable

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

      I think it's unfortunate that I need to recheck the same project when I want to
      perform different functions at different times. For example, lets say I have a
      maven2 module that polls for changes for project X and builds it running mvn
      install when it detects a change.
      On top of this I want to be able to run mvn site and mvn deploy once a day on
      project X. Since these are different times I an unable to reuse my existing
      module and am forced to create another module, that checks out the same code,
      just to run mvn site deploy once a day.
      It would be great if I could define new triggers for existing projects as to not
      duplicate checking out the code twice.

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

              Created:
              Updated: