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

dbut023/copyartifact-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 94.7%
  • HTML 5.3%