fix
This commit is contained in:
parent
afc782f50f
commit
c5167cfea5
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image 'node:18'
|
||||
image 'node:20'
|
||||
}
|
||||
}
|
||||
|
||||
@ -27,9 +27,11 @@ pipeline {
|
||||
}
|
||||
|
||||
stage('archiving') {
|
||||
steps {
|
||||
script {
|
||||
archiveArtifacts artifacts: 'coverage/*/**'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('clean-all') {
|
||||
|
Loading…
Reference in New Issue
Block a user