Skip to content

Commit

Permalink
Merge pull request #514 from ska-sa/jenkins-produce-procedure
Browse files Browse the repository at this point in the history
Add generation and publication of test procedure to qualification Jenkinsfile
  • Loading branch information
james-smith-za authored Feb 2, 2023
2 parents c415fbf + acb60d0 commit a3fbe2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qualification/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ pipeline {
}
finally {
COMMIT_ID = sh(script: 'qualification/report/generate_pdf.py report.json report.pdf -c', returnStdout: true)
sh(script: 'qualification/report/generate_pdf.py report.json procedure.pdf --generate-procedure-doc')
publishHTML(target: [keepAll: true, reportName: 'Qualification Test Report', reportDir: '', reportFiles: 'report.pdf, report.json', reportTitles: 'report.pdf, report.json'])
publishHTML(target: [keepAll: true, reportName: 'Qualification Test Procedure', reportDir: '', reportFiles: 'procedure.pdf', reportTitles: 'procedure.pdf'])
currentBuild.displayName = "#${BUILD_NUMBER} (${COMMIT_ID})"
}
}
Expand Down

0 comments on commit a3fbe2e

Please sign in to comment.