diff --git a/Jenkinsfile-Docker b/Jenkinsfile-Docker index 6419302..96ae7e1 100644 --- a/Jenkinsfile-Docker +++ b/Jenkinsfile-Docker @@ -26,7 +26,6 @@ stages { sh 'ls -l' sh 'docker run wujt python3 pred.py' sh 'echo predictionResults.txt' - archiveArtifacts artifacts: 'predictionResults.txt' } } }