Documentation versions are now archived along with the build.

This commit is contained in:
2022-04-18 18:54:41 -05:00
parent 56c07f52d8
commit cffd127aaf
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -33,7 +33,7 @@ pipeline {
nodejs('NodeJS (17.4.0)') {
sh "npm run docs"
}
publishHTML([allowMissing: false, alwaysLinkToLastBuild: false, keepAll: false, reportDir: './docs', reportFiles: 'index.html', reportName: 'AudioShowKit JSDocs', reportTitles: ''])
publishHTML([allowMissing: false, alwaysLinkToLastBuild: true, keepAll: true, reportDir: './docs', reportFiles: 'index.html', reportName: 'AudioShowKit Docs', reportTitles: ''])
}
}
}