latest Jenkinsapi
Jenkins VERSION 2.426.3
SUMMARY
When I tried to download the artifacts , "jenkinsapi.custom_exceptions.ArtifactBroken: Artifact **** seems to be broken'' error coming.
I have used below code
textfile = artifacts["JobOutput/sample.txt"]
textfile.save_to_dir(textDir, strict_validation=True)
EXPECTED RESULTS
Artifactory file should download without any issue.
ACTUAL RESULTS
jenkinsapi.custom_exceptions.ArtifactBroken: Artifact **** seems to be broken
latest Jenkinsapi
Jenkins VERSION 2.426.3
SUMMARY
When I tried to download the artifacts , "jenkinsapi.custom_exceptions.ArtifactBroken: Artifact **** seems to be broken'' error coming.
I have used below code
textfile = artifacts["JobOutput/sample.txt"]
textfile.save_to_dir(textDir, strict_validation=True)
EXPECTED RESULTS
Artifactory file should download without any issue.
ACTUAL RESULTS
jenkinsapi.custom_exceptions.ArtifactBroken: Artifact **** seems to be broken