This commit is contained in:
Adam Wojdyla 2022-04-02 20:34:02 +02:00
parent 0af5db8cf1
commit f019b042b7

View File

@ -26,7 +26,7 @@ pipeline {
stages { stages {
stage('Prepare dataset') { stage('Prepare dataset') {
steps { steps {
sh 'python3 ./script.py' sh 'python3 ./script-stats.py'
} }
} }
} }