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

Allow to use a dedicated tmp directory per project

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Major Major
    • maven-plugin
    • None

      It must be done by the jenkins because the directory has to be created before to be used.
      Then we add in MAVEN_OPTS something like : -Djava.io.tmpdir=${WORKSPACE}/.tmp/

          [JENKINS-10355] Allow to use a dedicated tmp directory per project

          With an additional optional to ask to trash it before the build

          Arnaud Héritier added a comment - With an additional optional to ask to trash it before the build

          the main issue is to make it used by surefire which is forking the jvm and doesn't recreate it using main jvm parameters

          Arnaud Héritier added a comment - the main issue is to make it used by surefire which is forking the jvm and doesn't recreate it using main jvm parameters

            Unassigned Unassigned
            aheritier Arnaud Héritier
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: