fix
This commit is contained in:
parent
9c578e17b3
commit
8fd726c5a7
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -29,8 +29,8 @@ pipeline {
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh "chmod +x model.py"
|
||||
sh "python3 model.py ${params.EPOCHS}"
|
||||
sh "chmod +x ./app/model.py"
|
||||
sh "python3 ./app/model.py ${params.EPOCHS}"
|
||||
archiveArtifacts artifacts: 'powerlifting_model.h5', onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user