Update Jenkinsfile
This commit is contained in:
parent
c5448c5a80
commit
cfde3804eb
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -36,12 +36,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Train and predict') {
|
stage('Train and predict') {
|
||||||
agent {
|
|
||||||
dockerfile {
|
|
||||||
filename 'Dockerfile'
|
|
||||||
reuseNode true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
steps {
|
steps {
|
||||||
sh "chmod +x ./model.py"
|
sh "chmod +x ./model.py"
|
||||||
sh "chmod +x ./predict.py"
|
sh "chmod +x ./predict.py"
|
||||||
|
Loading…
Reference in New Issue
Block a user