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:44:42 +02:00
parent e5de415f69
commit 5aa89e2306

View File

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