Update 'Jenkinsfile-Docker'

This commit is contained in:
Wojciech Mikołajski 2023-04-19 19:57:59 +02:00
parent 9a848f09f0
commit 69fe7fb1dd

View File

@ -6,6 +6,7 @@ stages {
stage('Test') {
steps {
sh 'ls -l'
sh 'python3 create_dataset.py'
}
}
}