diff --git a/JenkinsfileNeural b/JenkinsfileNeural index 232330c..cf143c0 100644 --- a/JenkinsfileNeural +++ b/JenkinsfileNeural @@ -23,8 +23,9 @@ node { sh ''' #!/usr/bin/env bash chmod 777 neural_network.sh + rm -r model ./neural_network.sh $EPOCHS | tee output.txt - mlflow run ium_434765 -e main + mlflow run . -e main ''' archiveArtifacts 'output.txt' archiveArtifacts 'model/**/*.*'