Update Jenkinsfile

This commit is contained in:
s464962 2024-05-05 22:35:20 +02:00
parent c5448c5a80
commit cfde3804eb
1 changed files with 0 additions and 6 deletions

6
Jenkinsfile vendored
View File

@ -36,12 +36,6 @@ pipeline {
}
}
stage('Train and predict') {
agent {
dockerfile {
filename 'Dockerfile'
reuseNode true
}
}
steps {
sh "chmod +x ./model.py"
sh "chmod +x ./predict.py"