diff --git a/Jenkinsfile b/Jenkinsfile index c079258..e2d701d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" } } } \ No newline at end of file