We now archive the product.
This commit is contained in:
parent
edd2794eeb
commit
6a15c0cc51
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)') {
|
||||||
|
Loading…
Reference in New Issue
Block a user