Fix
Some checks failed
s434804-training/pipeline/head There was a failure building this commit

This commit is contained in:
Dawid 2021-05-23 17:56:53 +02:00
parent bf1f1129fa
commit aecb3e0297

View File

@ -27,7 +27,7 @@ pipeline {
stage('archiveArtifacts') {
steps{
archiveArtifacts 'vaccines_model/saved_model.pb'
archiveArtifacts 'country_vaccination/**'
archiveArtifacts 'country_vaccinations/**'
}
}
stage('sendMail') {