próba ze zmianą tagu obrazu

This commit is contained in:
Anna Nowak 2021-04-28 22:53:33 +02:00
parent 7e441c848b
commit 97565adb7b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pipeline { pipeline {
agent { agent {
docker { image 'adnovac/ium_s434760:latest' } docker { image 'adnovac/ium_s434760:1.0' }
} }
parameters{ parameters{
buildSelector( buildSelector(
@ -32,7 +32,7 @@ pipeline {
steps steps
{ {
catchError { catchError {
sh 'pip3 install -r requirements.txt' sh 'ls'
sh 'python3.8 train.py ${BATCH_SIZE} ${EPOCHS}' sh 'python3.8 train.py ${BATCH_SIZE} ${EPOCHS}'
} }
} }