update jenkinsfile_docker and dockerfile
Some checks failed
s444356-training/pipeline/head There was a failure building this commit

This commit is contained in:
Maciej Czajka 2022-05-02 14:54:12 +02:00
parent 1a62dd75ea
commit 989385ee66
2 changed files with 1 additions and 2 deletions

View File

@ -31,5 +31,5 @@ COPY Zajecia_2/main.py .
COPY Biblioteka_DL/dllib.py .
COPY Biblioteka_DL/all_games.csv .
#RUN ./download.sh
RUN ./download.sh
#CMD ["python3", "./dllib.py"]

View File

@ -25,7 +25,6 @@ pipeline {
stages {
stage('Script'){
steps {
sh './download.sh'
sh 'python3 ./Zajecia_2/main.py'
archiveArtifacts artifacts: 'all_games.dev.csv, all_games.test.csv, all_games.train.csv', followSymlinks: false
}