Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
76 additions
and 16 deletions.
- +34 −4 src/main/java/hudson/plugins/copyartifact/Copier.java
- +26 −8 src/main/java/hudson/plugins/copyartifact/CopyArtifact.java
- +2 −2 src/main/java/hudson/plugins/copyartifact/FilePathCopyMethod.java
- +2 −2 src/main/java/hudson/plugins/copyartifact/FingerprintingCopyMethod.java
- +3 −0 src/main/resources/hudson/plugins/copyartifact/CopyArtifact/config.jelly
- +1 −0 src/main/resources/hudson/plugins/copyartifact/CopyArtifact/config_ja.properties
- +4 −0 src/main/resources/hudson/plugins/copyartifact/CopyArtifact/help-excludes.html
- +4 −0 src/main/resources/hudson/plugins/copyartifact/CopyArtifact/help-excludes_ja.html
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,6 +1,7 @@ | ||
Project\ name=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8 | ||
Which\ build=\u30D3\u30EB\u30C9 | ||
Artifacts\ to\ copy=\u30B3\u30D4\u30FC\u3059\u308B\u6210\u679C\u7269 | ||
Artifacts\ not\ to\ copy=\u30b3\u30d4\u30fc\u3057\u306a\u3044\u6210\u679c\u7269 | ||
Target\ directory=\u30B3\u30D4\u30FC\u5148\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA | ||
Flatten\ directories=\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u69CB\u9020\u3092\u7121\u8996 | ||
Optional=\u30AA\u30D7\u30B7\u30E7\u30F3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,4 @@ | ||
<div> | ||
Specify paths or patterns of artifacts to exclude, even if specified in "Artifacts to copy". | ||
Can be blank. | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,4 @@ | ||
<div> | ||
「コピーする成果物」で指定したパターンに含まれるけれども除外したい成果物のパスやパターンを指定します。 | ||
必要ない場合は空のままでよいです。 | ||
</div> |