ashok2ashok / copyartifact-plugin

Jenkins copyartifact plugin

Home Page:http://jenkins-ci.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Jenkins copyartifact plugin

http://jenkins-ci.org/


Languages

Language:Java 94.5%Language:HTML 5.5%