Skip to content

Commit

Permalink
add workspace file path to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
miryamfoiferCX committed Jan 7, 2025
1 parent 22c6615 commit e2337fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ private void saveInArtifactAdditionalReports(ScanConfig scanConfig, FilePath wor
}

private void createArchiveFile(FilePath tempDir, String fileName, File fileToCopy, Run<?, ?> run, FilePath workspace, EnvVars envVars, Launcher launcher, TaskListener listener) throws IOException, InterruptedException {
log.info("Copying file to workspace");
log.info("Copying file to workspace: " + tempDir.getRemote());
FilePath tempDirPath = tempDir.child(fileName);
new FilePath(fileToCopy).copyTo(tempDirPath);
ArtifactArchiver artifactArchiver = new ArtifactArchiver(tempDirPath.getName());
Expand Down

0 comments on commit e2337fe

Please sign in to comment.