diff --git a/Jenkinsfile_mlflow_coop b/Jenkinsfile_mlflow_coop index 38533ec..89dfca4 100644 --- a/Jenkinsfile_mlflow_coop +++ b/Jenkinsfile_mlflow_coop @@ -1,12 +1,5 @@ pipeline { agent {dockerfile true} - parameters { - buildSelector( - defaultSelector: lastSuccessful(), - description: 'Which build to use for copying artifacts', - name: 'BUILD_SELECTOR' - ) - } stages { stage('training') { steps {