Jenkinsfile updates
Some checks failed
s444507-predict-s444356/pipeline/head This commit looks good
s444507-evaluation/pipeline/head There was a failure building this commit
444507-training/pipeline/head There was a failure building this commit

This commit is contained in:
Adam Wojdyla 2022-05-16 10:52:32 +02:00
parent de5cb4a5f8
commit c3df5fd5f6
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pipeline { pipeline {
agent { agent {
docker { image 's444507_create_dataset_image:latest' } docker { image 's444507_create_dataset_image' }
} }
parameters { parameters {
buildSelector(defaultSelector: lastSuccessful(), description: 'Which build to use for copying artifacts.', name: 'BUILD_SELECTOR') buildSelector(defaultSelector: lastSuccessful(), description: 'Which build to use for copying artifacts.', name: 'BUILD_SELECTOR')

View File

@ -1,6 +1,6 @@
pipeline { pipeline {
agent { agent {
docker { image 's444507_create_dataset_image:latest' } docker { image 's444507_create_dataset_image' }
} }
parameters { parameters {
buildSelector( buildSelector(

View File

@ -1,7 +1,7 @@
pipeline { pipeline {
agent { agent {
docker { docker {
image 's444507_create_dataset_image:latest' image 's444507_create_dataset_image'
args '-v /mlruns:/mlruns' args '-v /mlruns:/mlruns'
} }
} }

View File

@ -1,7 +1,7 @@
pipeline { pipeline {
agent { agent {
docker { docker {
image 's444507_create_dataset_image:latest' image 's444507_create_dataset_image'
args '-v /mlruns:/mlruns' args '-v /mlruns:/mlruns'
} }
} }