This commit is contained in:
Primakov Alexandr Alexandrovich 2024-10-16 11:20:20 +03:00
parent afc782f50f
commit c5167cfea5

4
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'node:18'
image 'node:20'
}
}
@ -27,10 +27,12 @@ pipeline {
}
stage('archiving') {
steps {
script {
archiveArtifacts artifacts: 'coverage/*/**'
}
}
}
stage('clean-all') {
steps {