próba ze zmianą tagu obrazu
This commit is contained in:
parent
7e441c848b
commit
97565adb7b
@ -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}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user