diff --git a/Jenkinsfile-Docker b/Jenkinsfile-Docker index 631184f..6419302 100644 --- a/Jenkinsfile-Docker +++ b/Jenkinsfile-Docker @@ -25,7 +25,8 @@ stages { steps { sh 'ls -l' sh 'docker run wujt python3 pred.py' - archiveArtifacts artifacts: 'predictionResults.csv' + sh 'echo predictionResults.txt' + archiveArtifacts artifacts: 'predictionResults.txt' } } }