pipeline fix
This commit is contained in:
parent
3bebf05474
commit
1a13fd2e8d
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -25,12 +25,13 @@ node {
|
||||
sh '''
|
||||
#!/usr/bin/env bash
|
||||
chmod 777 get_data_simple.sh
|
||||
./get_data_simple.sh $CUTOFF
|
||||
./get_data_simple.sh $CUTOFF | tee output.txt
|
||||
'''
|
||||
archiveArtifacts "data_dev"
|
||||
archiveArtifacts "data_shuf"
|
||||
archiveArtifacts "data_test"
|
||||
archiveArtifacts "data_train"
|
||||
archiveArtifacts "output.txt"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user