update jenkinsfile_docker and dockerfile
Some checks failed
s444356-training/pipeline/head There was a failure building this commit
Some checks failed
s444356-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
1a62dd75ea
commit
989385ee66
@ -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"]
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user