-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
jenkins 2.97, pipeline-maven-3.2.0-alpha-2
artifactsPublisher do not catch the created artifact if the pipeline ends with deleteDir().
deleteDir() is normally used to keep a low disk usage on BS.
Possibly, cleanWs will also affect the archival behaviour.
Issue created as suggested on JENKINS-48541
[relwithdebinfo] [withMaven] artifactsPublisher - FAILURE to archive pom.xml under ... file not found in workspace /var/lib/jenkins/workspace/... [relwithdebinfo] [withMaven] FAILURE to fingerprint ... , file not found
- is related to
-
JENKINS-48541 Publishers plugins that are not installed shouldn't be called by Pipeline Maven
-
- Closed
-
[JENKINS-48860] Better warning message in Artifactpublisher when artifacts have been deleted too early (deleteDir(), rm...)
Issue Type | Original: Bug [ 1 ] | New: Improvement [ 4 ] |
Summary | Original: Artifactpublisher do not catch the created artifact when using deleteDir() | New: Better warning message in Artifactpublisher when artifacts have been deleted too early (deleteDir(), rm...) |
Description |
Original:
artifactsPublisher do not catch the created artifact if the pipeline ends with deleteDir(). deleteDir() is normally used to keep a low disk usage on BS. Possibly, cleanWs will also affect the archival behaviour. Issue created as suggested on [ |
New:
artifactsPublisher do not catch the created artifact if the pipeline ends with deleteDir(). deleteDir() is normally used to keep a low disk usage on BS. Possibly, cleanWs will also affect the archival behaviour. Issue created as suggested on {noformat} [relwithdebinfo] [withMaven] artifactsPublisher - FAILURE to archive pom.xml under ... file not found in workspace /var/lib/jenkins/workspace/... [relwithdebinfo] [withMaven] FAILURE to fingerprint ... , file not found {noformat} |
Link |
New:
This issue is related to |
Assignee | Original: Alvaro Lobato [ alobato ] |