docker-v3

This commit is contained in:
s434732 2021-04-10 16:01:33 +02:00
parent 70707b18e4
commit 15d0af9f1e

12
Jenkinsfile vendored
View File

@ -32,15 +32,17 @@ node {
image.inside('-e KAGGLE_USERNAME=${params.KAGGLE_USERNAME} -e KAGGLE_KEY=${params.KAGGLE_KEY}' {
sh 'python3 ./skrypt_download.py'
}
archiveArtifacts "valid"
archiveArtifacts "test"
archiveArtifacts "train"
}
}
}
}