We inform you of an issue I’m experiencing while attempting to download harness logs.
I can able to download harness pipeline logs through API call but few of the builds I’m not able to download it.
API Call :
API_KEY="***********************************"
ACCOUNT_ID="VNlPYoF1QMOwZmE0CmZLsQ"
ORG_ID="harness_core"
PROJECT_ID="Yousuf"
PIPELINE_ID="LPS_Helm_Pull"
PIPELINE_EXECUTION_PREFIX_KEY=$ACCOUNT_ID/pipeline/$PIPELINE_ID/31/-m3rzszdpR3aIcB5s3LruKg
-X "POST" \
-H "content-type: application/json" \
-H "x-api-key: $API_KEY"
I’m able to download logs succefully for – Success | LPS_Helm_Pull (Build Id: 71) | Yousuf | Harness
I’m not able to download logs for – Failed | LPS_Helm_Pull (Build Id: 31) | Yousuf | Harness
Can you please try from your side and let me know
I’m able to download even from failed builds.
For Ex: Failed | LPS_Helm_Pull (Build Id: 65) | Yousuf | Harness