Update 'Jenkinsfile-Docker'

This commit is contained in:
Wojciech Mikołajski 2023-06-17 20:53:05 +02:00
parent d4a19cfca1
commit 16565d20d5

View File

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