dockerfile
This commit is contained in:
parent
5aa89e2306
commit
b7fc68abea
@ -7,9 +7,8 @@ pipeline {
|
||||
stages {
|
||||
stage('Stage') {
|
||||
steps {
|
||||
sh 'cd lab8'
|
||||
sh 'ls -la'
|
||||
sh "python predictMlflow.py"
|
||||
sh "python lab8/predictMlflow.py"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user