提交 d1bfacfd 编写于 作者: K kohsuke

report that we are archiving artifacts

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@16942 71c3de6d-444a-0410-be80-ed276b4c234a
上级 7e9493ca
......@@ -96,6 +96,7 @@ public class ArtifactArchiver extends Recorder {
File dir = build.getArtifactsDir();
dir.mkdirs();
listener.getLogger().println(Messages.ArtifactArchiver_ARCHIVING_ARTIFACTS());
try {
FilePath ws = p.getWorkspace();
if (ws==null) { // #3330: slave down?
......
......@@ -28,6 +28,7 @@ Ant.NotADirectory={0} is not a directory
Ant.NotAntDirectory={0} doesn''t look like an Ant directory
Ant.ProjectConfigNeeded= Maybe you need to configure the job to choose one of your Ant installations?
ArtifactArchiver.ARCHIVING_ARTIFACTS=Archiving artifacts
ArtifactArchiver.DeletingOld=Deleting old artifacts from {0}
ArtifactArchiver.DisplayName=Archive the artifacts
ArtifactArchiver.FailedToArchive=Failed to archive artifacts: {0}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册