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