-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://www.jenkins.io/doc/pipeline/steps/copyartifact/ Add descriptions of flags
- Loading branch information
1 parent
aa298c7
commit 2773baf
Showing
3 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
src/main/resources/hudson/plugins/copyartifact/CopyArtifact/help-fingerprintArtifacts.html
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<div> | ||
Automatically fingerprint all artifacts that are copied as part of this build step. | ||
</div> |
4 changes: 4 additions & 0 deletions
4
src/main/resources/hudson/plugins/copyartifact/CopyArtifact/help-flatten.html
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<div> | ||
Ignore the directory structure of the artifacts in the source project and copy all matching artifacts directly into the specified target directory. | ||
By default the artifacts are copied in the same directory structure as the source project. | ||
</div> |
4 changes: 4 additions & 0 deletions
4
src/main/resources/hudson/plugins/copyartifact/CopyArtifact/help-optional.html
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<div> | ||
Allow this build to continue even if no build is found that matches the "Which build" condition. | ||
By default this build step fails the build if no artifacts are copied. | ||
</div> |