Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 426 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 426 Bytes

Copy Artifact Plugin

See https://wiki.jenkins-ci.org/display/JENKINS/Copy+Artifact+Plugin

Notes for development

  • When running tests with Java < 8
    • You will see OutOfMemoryError: PermGen space. when running tests.
    • set set MAVEN_OPTS=-XX:MaxPermSize=128m to avoid that error.
    • You never see this issue with Java 8, as Java 8 no longer have PermGen spaces.