We now archive the product.

This commit is contained in:
Harrison Deng 2022-04-16 03:36:22 -05:00
parent edd2794eeb
commit 6a15c0cc51

5
Jenkinsfile vendored
View File

@ -22,6 +22,11 @@ pipeline{
}
}
}
stage("archive product") {
steps {
archiveArtifacts artifacts: 'dist/audioshowkit.js', followSymlinks: false
}
}
stage("publish docs") {
steps {
nodejs('NodeJS (17.4.0)') {