Update 'Jenkinsfile-Docker'

This commit is contained in:
Wojciech Mikołajski 2023-06-17 20:35:39 +02:00
parent 23ef57bc04
commit 52fa016323

View File

@ -25,7 +25,8 @@ stages {
steps { steps {
sh 'ls -l' sh 'ls -l'
sh 'docker run wujt python3 pred.py' sh 'docker run wujt python3 pred.py'
archiveArtifacts artifacts: 'predictionResults.csv' sh 'echo predictionResults.txt'
archiveArtifacts artifacts: 'predictionResults.txt'
} }
} }
} }