Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
Any
Description
The plugin available to archive artifacts doesn't allow to chose to archive hidden files/directories like .git, .svn, etc. This feature will help Continuous Integration teams to upstream the .git information to be used for example to get last commit hash, repository server, etc.
Today, the plugin that copy the workspace is not useful when you do not need more than that artifacts, ans, in some cases, the repository is big.
Maybe, the plugin can be changed to allow the copy, by selecting the file types.
I am talking about to change the plugin "Archive Artifact" and "Copy Artifact".
Attachments
Issue Links
- is related to
-
JENKINS-14355 Allow disabling use of default exclude patterns (.git, .svn, etc.) for fingerprinting
-
- Open
-
Code changed in jenkins
User: nlabrot
Path:
core/src/main/java/hudson/tasks/ArtifactArchiver.java
core/src/main/resources/hudson/tasks/ArtifactArchiver/config.jelly
core/src/main/resources/hudson/tasks/ArtifactArchiver/config.properties
core/src/main/resources/hudson/tasks/ArtifactArchiver/config_fr.properties
core/src/main/resources/hudson/tasks/ArtifactArchiver/help-defaultExcludes.groovy
core/src/main/resources/hudson/tasks/ArtifactArchiver/help-defaultExcludes.properties
core/src/main/resources/hudson/tasks/ArtifactArchiver/help-defaultExcludes_fr.properties
test/src/test/java/hudson/tasks/ArtifactArchiverTest.java
http://jenkins-ci.org/commit/jenkins/c726667162084e0199cea858735d35477d04feb9
Log:
[FIXED JENKINS-20086] Allow disabling use of default exclude patterns (.git, .svn, etc.)