Skip to content

Commit

Permalink
Fixing report generation job instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
alecharp authored and AayushSaini101 committed Apr 8, 2024
1 parent 34a3a14 commit f956535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_report
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pipeline {
reportLines = sh(returnStdout:true, script: '''
curl -LSsO https://reports.jenkins.io/${REPORTS_FOLDER}/${ETAGS_FILE} || echo "No previous etags file."
bash fetch-report.sh
mkdir -p "${reportsFolder}"
mkdir -p "${REPORTS_FOLDER}"
cp ${REPORT_FILE} ${ETAGS_FILE} ${REPORTS_FOLDER}

wc -l ${REPORT_FILE}
Expand Down

0 comments on commit f956535

Please sign in to comment.