This commit is contained in:
Adam Wojdyla 2022-04-02 03:16:58 +02:00
parent 2eee79c2f1
commit 65f3325088

View File

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