wip
This commit is contained in:
parent
739a791f78
commit
828e26dc84
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -20,7 +20,7 @@ pipeline {
|
||||
steps {
|
||||
withEnv(["EPOCH=${params.CUTOFF}"]) {
|
||||
copyArtifacts filter: '*', projectName: 's444463-create-dataset'
|
||||
sh 'python3 ./deepl.py $EPOCHS'
|
||||
sh 'python3 ./deepl.py $EPOCH'
|
||||
archiveArtifacts artifacts: "model"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user