diff --git a/Jenkinsfile3 b/Jenkinsfile3 index b4a708e..ce78e88 100644 --- a/Jenkinsfile3 +++ b/Jenkinsfile3 @@ -6,11 +6,6 @@ pipeline { steps { copyArtifacts projectName: 's444417-create-dataset' sh 'ls -la' - } - } - stage('archive model') { - steps { - archiveArtifacts '/saved_model/my_model' } }