fix Jenkinsfile_eval
This commit is contained in:
parent
baf9235926
commit
2bbee09bd5
@ -21,6 +21,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Predict') {
|
||||
agent {
|
||||
dockerfile {
|
||||
filename 'Dockerfile'
|
||||
reuseNode true
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh "chmod +x ./predict.py"
|
||||
sh "python ./predict.py"
|
||||
|
Loading…
Reference in New Issue
Block a user