This commit is contained in:
piotrwrzodak 2023-05-11 22:50:09 +02:00
parent e5d7d97e3a
commit cc25dfd3b2

View File

@ -44,7 +44,7 @@ pipeline {
dockerfile true
}
steps {
sh 'python create-dataset.py'
sh 'python3 create-dataset.py'
}
}
stage('Archive') {