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

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 {
agent {
docker { image 's444507_create_dataset_image:latest' }
docker { image 's444507_create_dataset_image' }
}
parameters {
buildSelector(defaultSelector: lastSuccessful(), description: 'Which build to use for copying artifacts.', name: 'BUILD_SELECTOR')

View File

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

View File

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

View File

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