diff --git a/Jenkinsfile.eval b/Jenkinsfile.eval index 7460e47..5c69a37 100644 --- a/Jenkinsfile.eval +++ b/Jenkinsfile.eval @@ -32,12 +32,6 @@ pipeline { } } } - stage('Copy model') { - steps { - sh "wget --auth-no-challenge --http-user=${params.JENKINS_USERNAME} --http-password=${params.JENKINS_KEY} https://tzietkiewicz.vm.wmi.amu.edu.pl:8080/job/s444417-training/job/master/lastSuccessfulBuild/artifact/*zip*/archive.zip -P ." - sh "unzip archive.zip" - } - } stage('Copy') { steps { copyArtifacts projectName: 's444417-training/master'