moze zadziala

This commit is contained in:
s434695 2021-05-15 12:38:06 +02:00
parent 6605c29c31
commit 04dd3ee64f
2 changed files with 4 additions and 3 deletions

View File

@ -26,4 +26,6 @@ COPY ./sacred1.py ./
COPY ./sacred2.py ./
COPY ./skrypt.sh ./
COPY ./zadanie2.py ./
COPY ./zadanie5.py ./
COPY ./zadanie5.py ./
CMD ./train.py

View File

@ -1,6 +1,6 @@
pipeline {
agent {
dockerfile true
docker { image 'shroomy/ium:3' }
}
parameters{
buildSelector(
@ -28,7 +28,6 @@ pipeline {
}
stage('Docker'){
steps{
sh 'python3 "./train.py"'
sh 'python3 "./sacred1.py"'
sh 'python3 "./sacred2.py"'
}