This commit is contained in:
Dominik Strzako 2021-05-27 13:11:05 +02:00
parent 4fec0193c1
commit d7f5dc3aec

View File

@ -14,6 +14,14 @@ pipeline {
}
stages {
stage('copy artifacts')
{
steps
{
sh 'rm -r my_model'
copyArtifacts(fingerprintArtifacts: true, projectName: 's434788-training/mlflow', selector: buildParameter('WHICH_BUILD'))
}
}
stage('predict')
{
steps