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 {
stage('Prepare dataset') {
steps {
sh 'python3 ./script.py'
sh 'python3 ./script-stats.py'
}
}
}