This commit is contained in:
Dominik Strzako 2021-05-27 13:07:20 +02:00
parent a6b6c2c68b
commit 4fec0193c1

View File

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