download archive
This commit is contained in:
parent
b562b5aad1
commit
cdc99bf48b
@ -6,6 +6,7 @@ RUN apt update && apt install -y
|
|||||||
RUN apt-get install -y python3
|
RUN apt-get install -y python3
|
||||||
RUN apt-get install -y unzip
|
RUN apt-get install -y unzip
|
||||||
RUN apt-get install -y python3-pip
|
RUN apt-get install -y python3-pip
|
||||||
|
RUN apt-get install unzip
|
||||||
|
|
||||||
# RUN python3 -m pip install kaggle
|
# RUN python3 -m pip install kaggle
|
||||||
RUN python3 -m pip install pandas
|
RUN python3 -m pip install pandas
|
||||||
|
@ -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') {
|
stage('Copy') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts projectName: 's444417-training/master'
|
copyArtifacts projectName: 's444417-training/master'
|
||||||
|
Loading…
Reference in New Issue
Block a user