We now archive the product.
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -22,6 +22,11 @@ pipeline{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage("archive product") {
|
||||||
|
steps {
|
||||||
|
archiveArtifacts artifacts: 'dist/audioshowkit.js', followSymlinks: false
|
||||||
|
}
|
||||||
|
}
|
||||||
stage("publish docs") {
|
stage("publish docs") {
|
||||||
steps {
|
steps {
|
||||||
nodejs('NodeJS (17.4.0)') {
|
nodejs('NodeJS (17.4.0)') {
|
||||||
|
Reference in New Issue
Block a user