Fixed incorrect path in Jenkinsfile.
This commit is contained in:
parent
29b3b30586
commit
c4586d4354
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -25,7 +25,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage("archive product") {
|
stage("archive product") {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts artifacts: 'audioshowkit/dist/audioshowkit.js', followSymlinks: false
|
archiveArtifacts artifacts: 'dist/audioshowkit.js', followSymlinks: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("generate docs") {
|
stage("generate docs") {
|
||||||
|
Loading…
Reference in New Issue
Block a user