download archive
Some checks failed
s444417-training/pipeline/head This commit looks good
s444417-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-04 15:41:39 +02:00
parent b562b5aad1
commit cdc99bf48b
2 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,7 @@ RUN apt update && apt install -y
RUN apt-get install -y python3
RUN apt-get install -y unzip
RUN apt-get install -y python3-pip
RUN apt-get install unzip
# RUN python3 -m pip install kaggle
RUN python3 -m pip install pandas

View File

@ -20,6 +20,12 @@ pipeline {
}
}
}
stage('Copy model') {
steps {
sh "wget 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'