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