dockerfile
All checks were successful
s444417-training/pipeline/head This commit looks good
s444417-evaluation/pipeline/head This commit looks good

This commit is contained in:
s444417 2022-05-15 10:45:52 +02:00
parent 5aa89e2306
commit b7fc68abea

View File

@ -7,9 +7,8 @@ pipeline {
stages {
stage('Stage') {
steps {
sh 'cd lab8'
sh 'ls -la'
sh "python predictMlflow.py"
sh "python lab8/predictMlflow.py"
}
}
}