-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
I have the Copy Artifact plug-in set up as the first action of a "promoted build", and can successfully copy all the artifacts prior to running another action. I'd like to also be able to capture the console build log.
I'm aware that I could install "wget" on the build machine and use that to obtain the console log. But I'd prefer to avoid installing wget and it seems to me that Copy Artifacts plugin already has all the machinery required – the build log is available at a known URL just like the artifacts.
Is this a feature that you'd consider adding?
- duplicates
-
JENKINS-34726 Copy console output of triggered job into console of current job
- Open