mlflflflflow

This commit is contained in:
Robert Bendun 2023-05-15 16:57:10 +02:00
parent 0aea97fb68
commit ed95143010

View File

@ -22,7 +22,7 @@ node {
def local_image = docker.build("s452639-image")
local_image.inside {
local_image.inside('-v /tmp/mlruns:/tmp/mlruns -v /mlruns:/mlruns') {
stage('Build') {
checkout([$class: 'GitSCM', branches: [[name: BRANCH_NAME]], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s452639/ium_452639']]])